$ paw-test check suite.yaml
exit code: 0
--- stdout ---
Note: auto-recompile is disabled: <WORKDIR.......................................................>/foreign.paw already
exists (a programasweights adapter), and recompiling would replace it with a mock stub built from this CLI's demo
teacher.
  Running assertions read-only. Recompile it with the backend that produced it, from code.
Running paw.test check on: golden_date_normalizer
(<WORKDIR.......................................................>/foreign.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)
