Verification Records
Verification records are written by jumpspace task verify.
They capture:
- verification timestamp
- commit SHA
- commands run
- exit codes
- acceptance criteria covered
- evidence text
Why Verified Is Protected
Section titled “Why Verified Is Protected”verified cannot be set directly:
npx @jumpspace/cli task status DOC-PROJECT-001 verifiedThat command is rejected. Use:
npx @jumpspace/cli task verify DOC-PROJECT-001 --check "npm test" --criteria AC-1Failed checks do not write verification records or mark the task verified.