Skip to content

Commit 488da62

Browse files
committed
docs: add a self-documenting header in AGENTS.md
1 parent 66533fb commit 488da62

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,19 @@ All source files must include the Apache 2.0 license header (see any existing fi
366366

367367
---
368368

369+
## Tool Integration
370+
371+
This file is the canonical project guide. Tool-specific entry points:
372+
373+
- Claude Code: `CLAUDE.md` (bridge) + `.claude/skills/`
374+
- GitHub Copilot: `.github/copilot-instructions.md`
375+
- OpenCode: `.opencode/commands/`
376+
- Gemini CLI: `GEMINI.md` (bridge)
377+
- Cursor: `.cursor/rules/00-core.mdc` + `.cursor/commands/`
378+
- Codex: `AGENTS.md` primary — (Codex does not have a dedicated convention file)
379+
380+
---
381+
369382
## Agent Workflow
370383

371384
**The main agent must act as an orchestrator.** Never do work inline that can be delegated to a subagent.

0 commit comments

Comments
 (0)