/gauntlet-run
Execute the autonomous verification suite.
Review trust level: medium — Fix issues you reasonably agree with or believe the human wants to be fixed. Skip issues that are purely stylistic, subjective, or that you believe the human would not want changed. When you skip an issue, briefly state what was skipped and why.
- •Run
bun src/index.ts cleanto archive any previous log files - •Run
bun src/index.ts run - •If it fails:
- •Identify the failed gates from the console output.
- •For CHECK failures: Read the
.logfile path provided in the output. - •For REVIEW failures: Read the
.jsonfile path provided in the "Review: <path>" output.
- •Address the violations:
- •For REVIEW violations: You MUST update the
"status"and"result"fields in the provided.jsonfile for EACH violation.- •Set
"status": "fixed"and add a brief description to"result"for issues you fix. - •Set
"status": "skipped"and add a brief reason to"result"for issues you skip (based on the trust level). - •Do NOT modify any other attributes (file, line, issue, priority) in the JSON file.
- •Set
- •Apply the trust level above when deciding whether to act on AI reviewer feedback.
- •For REVIEW violations: You MUST update the
- •Run
bun src/index.ts runagain to verify your fixes. Do NOT runbun src/index.ts cleanbetween retries. The tool detects existing logs and automatically switches to verification mode. - •Repeat steps 3-5 until one of the following termination conditions is met:
- •"Status: Passed" appears in the output (logs are automatically archived)
- •"Status: Passed with warnings" appears in the output (remaining issues were skipped)
- •"Status: Retry limit exceeded" appears in the output -> Run
bun src/index.ts cleanto archive logs for the session record. Do NOT retry after cleaning.
- •Provide a summary of the session:
- •Issues Fixed: (list key fixes)
- •Issues Skipped: (list skipped items and reasons)
- •Outstanding Failures: (if retry limit exceeded, list unverified fixes and remaining issues)