Commit 115a281
authored
## What
Two self-inflicted defects in the artefacts that merged as #869, both
caught by re-reading them against the census data they quote.
**1. The audit miscounted its own census.** It said *337 required
contexts across 179 repositories*; the verdicts it prints alongside
(app-owned 168 + producible 156 + app-named 4 + unsatisfiable 5) total
**333**. Corrected, plus the fact that all 333 were ruleset-sourced, so
no repository in the census still enforced required status checks
through legacy branch protection.
**2. The gate's header described `hyperpolymath/tropical-types#17` in
the present tense** ("the wrapper publishes `scan / Hypatia
Neurosymbolic Analysis`"). That repository publishes the bare name from
an inline job and the prefixed name from its wrapper caller now — the
sentence was stale on merge.
Also records why the five unsatisfiable contexts matter rather than
being app-configuration work: every one binds `integration_id: 15368`
(GitHub Actions), so they are repository-owned workflow job names. No
external publisher could ever satisfy them, and the fix is a rename or a
re-armed rule, not a settings tweak.
## Why it is worth a PR rather than a quiet push
The whole point of this audit is that unverified claims about CI state
are how a required context becomes unsatisfiable without anyone
noticing. A census document that miscounts its own census, and a header
that describes a fixed condition as live, are the same failure at one
remove.
## Verification
* `bash scripts/tests/check-required-contexts-test.sh` — 5/5 pass
(unchanged by the edit; run to confirm nothing else moved).
* `bash -n scripts/check-required-contexts.sh` — parses.
* Counts cross-checked against the census records: 333 contexts over 179
repositories, 5 unsatisfiable in 4 repositories (`awesome-gleam` ×2,
`casket-ssg`, `coord-tui`, `vext`), all `integration_id: 15368`.
1 parent bcf9dfa commit 115a281
2 files changed
Lines changed: 18 additions & 5 deletions
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
93 | | - | |
94 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
| |||
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
107 | 118 | | |
108 | 119 | | |
109 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
0 commit comments