You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: gate that every self-test CI ships is a self-test CI runs
A gate whose defect class is its matching rule cannot detect its own
regression on a clean tree: green means the finding set is empty,
weakening the rule can only shrink that set, and the empty set is the
fixed point of shrinking. `--self-test` is the only instrument watching
such a rule, and nothing required it to keep running.
Adds scripts/check-self-test-wired.mjs: every script a workflow runs
whose code carries `--self-test` must have that self-test run by CI,
with a shrink-only, evidence-checked ledger for the scripts whose
self-test CI runs by another route. Wires the one genuine gap the
enumeration found (the release-coverage renderer).
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015ahemw8RcTgqtxrj15PEZx
0 commit comments