tracking issue for bringing the codex adapter to parity with claude-code. today adapters/codex/ is T1-only (a plain-copied config.toml that the installer silently skips whenever the project already has one), while claude-code ships four tiers: mcp wire, instructions snippet, slash commands, and capture hooks. roadmap 0.2 lists codex among the runtimes that get first-class adapter templates.
each piece is filed as its own small ticket and is independently shippable:
suggested order: #384 first; #385/#386/#387 in parallel after it; then #388; #389 and #390 close it out.
invariant across all of them: every write path stays behind proposals.approve() — the codex integration adds front doors, never a bypass.
tracking issue for bringing the codex adapter to parity with claude-code. today
adapters/codex/is T1-only (a plain-copiedconfig.tomlthat the installer silently skips whenever the project already has one), while claude-code ships four tiers: mcp wire, instructions snippet, slash commands, and capture hooks. roadmap 0.2 lists codex among the runtimes that get first-class adapter templates.each piece is filed as its own small ticket and is independently shippable:
config.toml)suggested order: #384 first; #385/#386/#387 in parallel after it; then #388; #389 and #390 close it out.
invariant across all of them: every write path stays behind
proposals.approve()— the codex integration adds front doors, never a bypass.