.agents/commands/code/review-loop.md
Repeat the following cycle on the current branch's changes against main (max 3 iterations):
npm run lint and npm run test. Fix any regressions and repeat this step until all checks pass before continuing.Stop when no "Fix" items remain or 3 iterations are reached. Print a summary of what was fixed and what was skipped.