Skip to main content

the loop / 05

Check

check the shape. Facts and exit codes.

  1. Input
  2. Check
  3. 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.

pwrcheckevidence

$ 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