+For any PR that adds a scenario or check, verify there is a **negative test** — a passing run against the everything-server proves the check doesn't false-positive, but not that it catches anything. The repo has infrastructure for this: a deliberately-broken implementation in `examples/{clients,servers}/typescript/` plus a vitest case asserting the check emits `FAILURE`/`WARNING` against it (see `src/scenarios/client/auth/index.test.ts` `describe('Negative tests')` for the pattern). Prefer that over a manual-run screenshot in the PR body.
0 commit comments