Check
check the shape. Facts and exit codes.
- Input
- Check
- Output
step 05
The work here
When useful, check coverage, commands, evidence, and references. Exit 0 is clean, 1 warning, 2 blocking. The check reports facts; humans decide.
$ suspec check review.md --spec spec.md
C016 supported-needs-evidence: AC-007 is marked Supported with an
empty evidence cell [blocking]
$ echo $?
2
next handoff
Findings
Facts and exit codes. If it lives in a file, pass its full path. Inline work stays inline.
Continue to Findings