We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66533fb commit 488da62Copy full SHA for 488da62
1 file changed
AGENTS.md
@@ -366,6 +366,19 @@ All source files must include the Apache 2.0 license header (see any existing fi
366
367
---
368
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
382
## Agent Workflow
383
384
**The main agent must act as an orchestrator.** Never do work inline that can be delegated to a subagent.
0 commit comments