$ paw-test judge check.json --suite suite.yaml --out verdicts.json
exit code: 0
--- stdout ---
Judge said NO (2/3):

  Input: today
    Output: tomorrow
    Reason: not an ISO-8601 date
  Input: February 30th
    Output: INVALID
    Reason: not an ISO-8601 date

judge disagrees with assertions (1/3):
  Input: February 30th
    Output: INVALID
    rule_passed=True judge=False (not an ISO-8601 date)

Pass rate: 33.3% (1/3), unparseable 0, errored 0
Wrote verdicts to verdicts.json
