让 Opus 和 Codex 共用一套源
Run Opus and Codex as peers
要点
- 把 Codex 做成 Claude 的对等构思技能,而不是当一个普通工具调用。
- CLAUDE.md 里只引用 AGENTS.md,两套 harness 共用一份项目规则。
- 用同步 hook 把 .claude/skills 镜像到 .agents/skills,技能只改一处。
- 把 .mcp.json 导入 .codex/config.toml,同一批 MCP 给两个运行时。
- 这样不用 Fusion API 也能让规划模型和执行模型共用上下文与工具。
原帖开头
Opus an Codex working together is the best you can get without Fable. Here's how to do it without the Open Router's Fusion: 1. Create a Codex ideation skill, where Claude Code uses Codex as a peer, not a tool. 2. Instructions: @AGENTS.md in CLAUDE.md. One source of truth. 3. S …






