| name | rein-verify |
| description | Use before declaring code work complete. Runs verification, reviews diff hygiene, and emits an evidence report. |
rein-verify
Use this before final completion.
Steps
- Discover the repository standard:
- build
- typecheck
- lint
- format
- test
- Run every applicable verification command.
- Inspect the diff for unrelated edits, debug leftovers, and suspicious test or evaluator changes.
- If tests, fixtures, or evaluators changed, explain why.
- Emit a final evidence report.
- Refuse to declare success without evidence.
Evidence Report
Report:
- files read
- assumptions verified
- commands run
- tests added or changed
- remaining uncertainties
- why the solution is not reward hacking