← Registry
Loop Official

Format Until Clean

Run the formatter, fix any remaining style issues, and loop until the codebase formats cleanly with no diffs.

Loop

Goal
formatter runs cleanly with no remaining diff
Exit when
format command succeeds and git diff is empty

Check between iterations

npm run format
$

Kickoff prompt

Start the "Format Until Clean" loop. Goal: formatter runs cleanly with no remaining diff Max iterations: 5 Between iterations run: npm run format Exit when: format command succeeds and git diff is empty Step 1: Run the formatter, fix any remaining style issues, and loop until the codebase formats cleanly with no diffs.