Show and tell: Codex supervising Reasonix workers through MCP + ACP #36407
rixzkiye
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I built codex-reasonix-mcp, an open-source MCP bridge that keeps Codex as the supervisor while Reasonix acts as a sandboxed implementation worker.
The design goal is not agent routing. Codex owns the immutable task contract, review, steering, and finalization decision. Reasonix runs the implementation loop in an isolated Git worktree through an ACP Goal session. The bridge returns bounded diffs and evidence instead of unbounded terminal transcripts.
The MCP surface is deliberately small:
Security properties include repository-derived workspace identity, planner-off verification, Delivery plus Goal mode verification, scoped permissions, network off by default, secret checks, argv-only verification, explicit-file staging, and exactly one atomic worker commit. The bridge never pushes or merges.
Current status: 0.1.0-rc.3 is a prerelease for Node.js 22+ on Linux, macOS, and WSL. It requires a compatible Reasonix build containing the merged ACP supervisor work from DeepSeek-Reasonix PR #7097. Stable v1 will wait for an official compatible Reasonix release.
Install with an exact pin:
When using a locally built Reasonix binary:
Run the no-model compatibility check first:
Links:
Feedback is especially welcome on the task-contract shape, bounded evidence model, and supervisor versus worker ownership boundary.
Disclosure: I maintain the linked project and npm package.
All reactions