ralph-codex
The Job
Scaffold the Ralph loop into an existing repo under ./ralph/, including:
ralph.sh,prompt.md,CODEX.md,prd.json.example,progress.txt.codex/rules/ralph.rules
How to run
After scaffolding:
- Copy
prd.json.example→prd.jsonand fill in your stories. - Run:
cd ralph
./ralph.sh --tool codex 20
Notes
- The loop is intentionally simple: one story per iteration, progress stored in
progress.txt, completion signaled by<promise>COMPLETE</promise>. - Codex is invoked in non-interactive mode via
codex exec --full-auto(seeralph.sh).
