File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,6 +73,34 @@ ralph run -n 10 # Run 10 iterations then stop
7373ralph run -p " Fix the login bug" # Ad-hoc prompt, no PROMPT.md needed
7474```
7575
76+ ### What it looks like
77+
78+ ```
79+ $ ralph run -n 3 --log-dir ralph_logs
80+
81+ ββ Iteration 1 ββ
82+ β Iteration 1 completed (52.3s) β ralph_logs/001_20250115-142301.log
83+ Checks: 2 passed
84+ β lint
85+ β tests
86+
87+ ββ Iteration 2 ββ
88+ β Iteration 2 failed with exit code 1 (23.1s)
89+ Checks: 1 passed, 1 failed
90+ β lint
91+ β tests (exit 1)
92+
93+ ββ Iteration 3 ββ
94+ β Iteration 3 completed (41.7s) β ralph_logs/003_20250115-143012.log
95+ Checks: 2 passed
96+ β lint
97+ β tests
98+
99+ Done: 3 iteration(s) β 2 succeeded, 1 failed
100+ ```
101+
102+ Iteration 2 broke a test. Iteration 3 automatically received the failure output and fixed it β that's the self-healing loop in action.
103+
76104## The technique
77105
78106The Ralph Wiggum technique works because:
You canβt perform that action at this time.
0 commit comments