For the artifact I am about to file or commit:
- Extract every factual claim into a numbered list. Categorize each as: CODE_CITATION (file:line), COMMAND_RESULT, or INFERENCE.
- For each CODE_CITATION: Read the exact lines. If they do not say what the claim says, mark WRONG.
- For each COMMAND_RESULT: re-run the command and paste real output. Never trust memory of an earlier run.
- For each INFERENCE (e.g. "cleanup ran", "nothing does X", "nothing was pushed"): either promote it to a COMMAND_RESULT by running the proving command, or delete it.
- Print a table: claim | category | verdict | evidence.
- Refuse to file/commit until every row is VERIFIED or removed.