2 points | by hellointernet 11 hours ago ago
1 comments
I built this after experimenting with Ralph-style AI coding loops.
Most examples let the agent own the loop and commit directly.
This version keeps the loop in a controller, uses tests as the only acceptance gate, and treats git as the safety harness.
Curious how others are handling rollback and verification with agents.
I built this after experimenting with Ralph-style AI coding loops.
Most examples let the agent own the loop and commit directly.
This version keeps the loop in a controller, uses tests as the only acceptance gate, and treats git as the safety harness.
Curious how others are handling rollback and verification with agents.