Converge Loop

Run a bounded, self-correcting loop that drives code toward a target state and STOPS honestly — until-green (validate → diagnose → minimal fix → re-run) or until-dry (find → act → re-find until N dry rounds). Every loop declares a termination set (done-condition, max iterations, budget, no-progress stop) and compiles onto native /goal + /loop. Use for any "repeat until a measurable condition holds" work instead of hand-rolling a keep-going loop.

ulpi-io d3a2e65 4 files · 26.5 KB Updated

File contents

ulpi-io/autonomous-engineering/tree/main/converge-loop commit d3a2e65e9a

Frequently asked questions

npx skillmds@latest add ulpi-io/converge-loop