What problem does it solve?
Automates driving a Claude Code session toward a verifiable goal until completion or a hard cap fires, removing the need for manual babysitting during long-running refactors, migrations, or test sweeps.
Core Features & Use Cases
- In-session automation: hosts a Stop-hook-driven loop that feeds prompts until a two-vote gate opens or a hard cap triggers.
- Two-vote completion gate: a user verifier and a fresh-context audit must both vote "achieved" to terminate the loop.
- Safe caps and graceful drain: iterations, tokens, and wallclock are bounded to prevent runaway work.
- Codex delegation option: optional --codex path hands the goal to Codex for specialized handling.
- Forensics and state tracking: records iteration counts, verifications, audits, and diffs for postmortem.
Quick Start
Provide a goal and a verifier command to start the in-house loop and let it drive iterations until completion or a cap fires.