
codex-claude-loop
Your AI approves its own work. This one can't.
7 followers
Your AI approves its own work. This one can't.
7 followers
A gated build loop between Claude Code and Codex CLI. Codex writes a plan, Claude approves it, Codex implements that same plan from the same thread, Claude reviews the diff against it. Release refuses an unreviewed tree. MIT, no extra deps.




The gated Codex-writes / Claude-reviews loop is a clever way to break the self-approval problem. Since both agents run in the same thread, have you thought about letting people point each side at a different backend endpoint (e.g. an Anthropic-compatible /v1/messages gateway https://inferencehub.tech/) so the reviewer and implementer can be different models/providers?