@@ -201,14 +201,13 @@ graph LR
201201
202202
203203
204- Additionally, agent configuration files are created for you:
204+ Additionally, agent configuration files are created for you (paths defined in ` AgentRegistry.cfc ` ) :
205205
206206* ` CLAUDE.md ` - Claude Desktop/Code assistant
207207* ` .github/copilot-instructions.md ` - GitHub Copilot
208208* ` .cursorrules ` - Cursor IDE
209- * ` .codex/instructions.md ` - Codex
210- * ` .gemini/instructions.md ` - Gemini CLI
211- * ` .opencode/instructions.md ` - OpenCode
209+ * ` AGENTS.md ` - Codex & OpenCode (shared file)
210+ * ` GEMINI.md ` - Gemini CLI
212211
213212### Keeping Resources Updated
214213
@@ -907,14 +906,16 @@ ColdBox AI Integration supports **6 major AI agents** with automatic configurati
907906
908907### Supported Agents
909908
909+ > ** Note** : Agent configuration paths are centrally managed in ` models/AgentRegistry.cfc `
910+
910911| Agent | Config File | Description |
911912| ------------------ | --------------------------------- | ------------------------------ |
912913| ** Claude** | ` CLAUDE.md ` | Claude Desktop and Claude Code |
913914| ** GitHub Copilot** | ` .github/copilot-instructions.md ` | VS Code Copilot integration |
914915| ** Cursor** | ` .cursorrules ` | Cursor IDE rules |
915- | ** Codex** | ` .codex/instructions. md` | Codex AI assistant |
916- | ** Gemini** | ` .gemini/instructions. md` | Gemini CLI integration |
917- | ** OpenCode** | ` .opencode/instructions. md` | OpenCode assistant |
916+ | ** Codex** | ` AGENTS. md` (shared) | Codex AI assistant |
917+ | ** Gemini** | ` GEMINI. md` | Gemini CLI integration |
918+ | ** OpenCode** | ` AGENTS. md` (shared) | OpenCode assistant |
918919
919920### Agent Configuration
920921
@@ -975,9 +976,9 @@ graph TB
975976 Guidelines --> ClaudeConfig["CLAUDE.md"]
976977 Guidelines --> CopilotConfig[".github/copilot-instructions.md"]
977978 Guidelines --> CursorConfig[".cursorrules"]
978- Guidelines --> CodexConfig[".codex/instructions .md"]
979- Guidelines --> GeminiConfig[".gemini/instructions .md"]
980- Guidelines --> OpenCodeConfig[".opencode/instructions .md"]
979+ Guidelines --> CodexConfig["AGENTS .md"]
980+ Guidelines --> GeminiConfig["GEMINI .md"]
981+ Guidelines --> OpenCodeConfig["AGENTS .md"]
981982
982983 Skills --> ClaudeConfig
983984 Skills --> CopilotConfig
@@ -1772,14 +1773,6 @@ coldbox ai stats
17721773.ai/skills/custom/
17731774.ai/manifest.json
17741775
1775- # DON'T commit these (regenerated):
1776- CLAUDE.md
1777- .github/copilot-instructions.md
1778- .cursorrules
1779- .codex/instructions.md
1780- .gemini/instructions.md
1781- .opencode/instructions.md
1782- .mcp.json
17831776```
17841777
17851778** Team Workflow:**
0 commit comments