subtw/claude-codex-duo
๐ค Enhance coding with Claude and Codex, a library for duo peer programming that combines AI strengths for superior code generation and reviews.
What's novel
๐ค Enhance coding with Claude and Codex, a library for duo peer programming that combines AI strengths for superior code generation and reviews.
Code Analysis
10 files read ยท 3 roundsA Python library providing file-based message passing and session state tracking for a manual Claude-Codex peer programming workflow, with thin CLI wrappers that are never actually wired into the orchestration loop.
Strengths
The message bridge with fcntl-based file locking is a clean, correct implementation of inter-process messaging without a database, and the session state machine with proper serialization is well-structured with adequate test coverage.
Weaknesses
The core value proposition (automated AI peer programming) is unfulfilled โ the providers are orphaned, there's no orchestration loop, and the verdict extraction relies on fragile string matching; the README is actively misleading, describing a GUI application with .exe/.dmg installers when this is a Python library.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
14
Contributors
1
Files
18
Active weeks
4
Repository
Language
Python
Stars
1
Forks
0
License
MIT