Loop
- Goal
- lint and typecheck are clean
- Exit when
- both commands exit 0
Check between iterations
npm run lint && npx tsc --noEmit
$
Kickoff prompt
Start the "Lint and Typecheck Fix" loop.
Goal: lint and typecheck are clean
Max iterations: 8
Between iterations run: npm run lint && npx tsc --noEmit
Exit when: both commands exit 0
Step 1: Run lint and typecheck, fix reported issues, and loop until the codebase is clean.
›