Review Mode: code¶
Verify Actions¶
- Open at least
min_verify_ratio(default: 42%) of files from RF §1 (What Was Done) → verify changes exist and match description. On any discrepancy → escalate to 100% - Check RF §4 (Verification) → re-run at least 1 build/test command if possible
- Cross-reference RF §3 (Acceptance Criteria) checkmarks against TS DoD
- If "Tests pass" claimed → check test file exists and covers stated scenarios
Mode-Specific Checklist Items¶
| # | Check | Description |
|---|---|---|
| 7 | Code quality | Conventions, naming, type hints |
| 8 | Test coverage | Tests written and passing per TS |
| 9 | Security | No secrets exposed, guards in place |
| 10 | Breaking changes | API compat, backward compat, migrations |