$ paw-test check suite.yaml --json report.json
exit code: 0
--- stdout ---
Running paw.test check on: golden_date_normalizer
(<WORKDIR.......................................................>/good.paw) (backend: MockPAWBackend)
  [PASS] Input: 'today' -> '2026-09-11'
  [PASS] Input: 'new year' -> '2026-01-01'
  [PASS] Input: 'February 30th' -> 'INVALID'
Correct against expected: 2/2 (100.0%) -- all 2 scored
  2 of 2 standard cases carry an answer key.

Pass rate: 100.0% (3/3) -- all 3 scored (backend: MockPAWBackend)
Wrote JSON report to report.json
