Test For OpenClaw
Completion requires proof.
Process
- Identify the real behavior at risk.
- Choose the cheapest credible form of evidence.
- Run verification as close as possible to the changed surface.
- Record what passed, what was not run, and why.
- Refuse to overclaim when evidence is partial.
Acceptable Evidence
- targeted automated tests
- lint or typecheck on affected code
- browser-based flow verification for UI changes
- reproduction before and after for bug fixes
- diff inspection for prompt or documentation-only work
Reference Files
Read references/evidence-ladder.md when you need to choose the minimum credible proof for a change.
Bad Evidence
- confidence without execution
- "looks right"
- passing unrelated tests
- assumptions about triviality