Expand description
Ralph mode - Sequential iteration loop with fresh context per task
Implements the Ralph methodology:
- Fresh context each iteration - spawns new agent each time
- One task per loop - focus, complete, validate
- Backpressure - tests/lint force self-correction
Ralph is essentially “swarm with round_size=1” - it processes tasks sequentially with validation between each task.