Add Codex AGENTS.md integration#160
Add Codex AGENTS.md integration#160stablegenius49 wants to merge 2 commits intomsitarzewski:mainfrom
Conversation
|
Hey @stablegenius49 — nice Codex integration! The convert.sh and install.sh changes look solid and follow existing patterns. One thing needs fixing before we can merge: the Please:
Once that's done we're good to merge! |
|
Fixed.
|
|
Hey @stablegenius49 — the AGENTS.md fix looks good, thanks for that. Before we can merge, the PR needs a rebase against current main. A few things have landed since you branched:
Once you rebase and resolve those conflicts, this is ready to go. |
Summary\n- add a target to
The Agency -- Converting agents to tool-specific formats
Repo: /Users/frank-mac-mini/.openclaw/workspace/repos/agency-agents
Output: /Users/frank-mac-mini/.openclaw/workspace/repos/agency-agents/integrations
Tool: all
Date: 2026-03-12
Converting: antigravity
[OK] Converted 120 agents for antigravity
Converting: gemini-cli
[OK] Wrote gemini-extension.json
[OK] Converted 120 agents for gemini-cli
Converting: opencode
[OK] Converted 120 agents for opencode
Converting: cursor
[OK] Converted 120 agents for cursor
Converting: codex
[OK] Converted 120 agents for codex
Converting: aider
[OK] Converted 120 agents for aider
Converting: windsurf
[OK] Converted 120 agents for windsurf
Converting: openclaw
[OK] Converted 120 agents for openclaw
[OK] Wrote integrations/codex/AGENTS.md
[OK] Wrote integrations/aider/CONVENTIONS.md
[OK] Wrote integrations/windsurf/.windsurfrules
[OK] Done. Total conversions: 960 that generates \n- add
The Agency -- Installing agents
Repo: /Users/frank-mac-mini/.openclaw/workspace/repos/agency-agents
Installing: codex
[OK] Codex: installed -> /Users/frank-mac-mini/.openclaw/workspace/repos/agency-agents/AGENTS.md
[!!] Codex: project-scoped. Run from your project root to install there.
+------------------------------------------------+
| Done! Installed 1 tool(s). |
+------------------------------------------------+
Run ./scripts/convert.sh to regenerate after adding or editing agents. to install the generated into a project root\n- document Codex alongside the other supported integrations\n\n## Verification\n- \n- \n-
The Agency -- Converting agents to tool-specific formats
Repo: /Users/frank-mac-mini/.openclaw/workspace/repos/agency-agents
Output: /Users/frank-mac-mini/.openclaw/workspace/repos/agency-agents/integrations
Tool: codex
Date: 2026-03-12
Converting: codex
[OK] Converted 120 agents for codex
[OK] Wrote integrations/codex/AGENTS.md
[OK] Wrote integrations/aider/CONVENTIONS.md
[OK] Wrote integrations/windsurf/.windsurfrules
[OK] Done. Total conversions: 120\n- install smoke test in a temporary project directory (
The Agency -- Installing agents
Repo: /Users/frank-mac-mini/.openclaw/workspace/repos/agency-agents
Installing: codex
[!!] Codex: AGENTS.md already exists at /Users/frank-mac-mini/.openclaw/workspace/repos/agency-agents/AGENTS.md (remove to reinstall).
+------------------------------------------------+
| Done! Installed 1 tool(s). |
+------------------------------------------------+
Run ./scripts/convert.sh to regenerate after adding or editing agents.)\n\nFixes #144.