$ralph-init
Skill that resets state before running ralph
TL;DR
$ralph-init resets state before starting a $ralph loop. Use it first when ralph is behaving strangely by carrying over state from a previous session.
How to invoke
$ralph-initWhen to use it
- When
$ralphis misbehaving by inheriting state from a previous task - When starting a new session and want to cleanly initialize the ralph loop
- When a ralph loop stopped mid-way or state got corrupted
How it works
- Cleans ralph-related state files from
.omx/state/. - Resets loop counter and completion evidence tracking.
- After initialization, ready to run
$ralph.
Typical sequence
$ralph-init
$ralph "complete the approved plan all the way through"