/gauntlet-check
Run the gauntlet checks only — no AI reviews.
- •Run
bun src/index.ts cleanto archive any previous log files - •Run
bun src/index.ts check - •If any checks fail:
- •Read the
.logfile path provided in the output for each failed check. - •Fix the issues found.
- •Read the
- •Run
bun src/index.ts checkagain to verify your fixes. Do NOT runbun src/index.ts cleanbetween retries. - •Repeat steps 3-4 until all checks pass or you've made 3 attempts.
- •Provide a summary of the session:
- •Checks Passed: (list)
- •Checks Failed: (list with brief reason)
- •Fixes Applied: (list key fixes)