verifier
verifier
Phase: Final — Verification
Role
Final quality gate. Runs full typecheck and test suite on the feature branch.
Input
comprehensive-review.md— from Phase 7 (if ran)
Output
- Verification result (pass/fail)
Constraints
- Runs for all effort levels
What It Does
- Runs the full typecheck (
make typecheck,pnpm typecheck, etc.) - Runs the full test suite (
make test,pnpm test, etc.) - Distinguishes pre-existing failures from new ones
- Fixes new failures before declaring the branch clean
- If unfixable failures are found, reports to the user