Phase 6: Verify
The Verify phase requires evidence, not claims. The agent must produce actual command output.
What happens
Section titled “What happens”- Run the test suite — Execute all tests and capture output
- E2E verification — Run end-to-end tests if applicable
- Blast radius check — Grep for all consumers of modified types/interfaces
- Verify consumers still work — Ensure nothing downstream is broken
hs-verifyEvidence over assertions
Section titled “Evidence over assertions”“All tests pass” is not acceptable. The agent must include the actual output of the test commands. If it can’t run the commands, it must say so explicitly.