AI Ops Summary
Consolidate AI-related documentation into authoritative files under ai/ so contributors and agents have a single, reliable source of truth for agent guidance, model-specific notes, and runner behaviour.
Problem / Opportunity
AI documentation is currently fragmented across multiple files, which increases the risk of duplication, drift, and conflicting guidance. Consolidating these materials into canonical ai/* sources will reduce maintenance overhead, improve onboarding, and make future updates safer and cheaper to maintain.
Approach / Solution
- Author canonical documentation files:
ai/agents.md
ai/Gemini.md
ai/Claude.md
- Retire or replace duplicated AI-related documentation elsewhere in the repo.
- Add
ai/RUNNERS.md to document:
- JS runners
- Bash runners
- telemetry hooks
- Update internal references so all AI guidance points to the new authoritative sources.
- Keep the structure minimal and modular to reduce long-term maintenance cost.
Acceptance Criteria
Additional Context
Owner: Agents
Canonical org docs:
/.github/custom-instructions.md
/AGENTS.md
AI Ops Summary
Consolidate AI-related documentation into authoritative files under
ai/so contributors and agents have a single, reliable source of truth for agent guidance, model-specific notes, and runner behaviour.Problem / Opportunity
AI documentation is currently fragmented across multiple files, which increases the risk of duplication, drift, and conflicting guidance. Consolidating these materials into canonical
ai/*sources will reduce maintenance overhead, improve onboarding, and make future updates safer and cheaper to maintain.Approach / Solution
ai/agents.mdai/Gemini.mdai/Claude.mdai/RUNNERS.mdto document:Acceptance Criteria
ai/agents.mdauthored as the canonical agents reference.ai/Gemini.mdauthored as the canonical Gemini reference.ai/Claude.mdauthored as the canonical Claude reference.ai/RUNNERS.mddocuments JS/Bash runners and telemetry hooks.ai/*sources.Additional Context
Owner: Agents
Canonical org docs:
/.github/custom-instructions.md/AGENTS.md