Commit 4c6138c
docs: stop describing two deleted CI workflows as live
npm-bun-blocker.yml was REPLACED by runtime-policy.yml, and ts-blocker.yml was
DELETED outright, across 55 repositories on 2026-07-29. These documents still
described both as active CI.
npm-bun-blocker -> runtime-policy (renamed in place; it has a successor)
ts-blocker -> removed (no successor; the rule it enforced,
"use ReScript instead", is itself retired)
Why they went, briefly: the old npm-bun-blocker failed any build carrying
bun.lockb with "Use Deno instead", which blocked what is now the FIRST-choice
runtime under standards/LANGUAGE-POLICY.adoc §1 and mandated the second.
ts-blocker could not fail at all -- it diffed HEAD~1 on a depth-1 checkout, sent
the error to /dev/null and swallowed it with || true. 20 of 20 runs green; it
never once fired.
Deliberately NOT touched, and excluded from the sweep that produced this:
* dated records -- CRG-AUDIT-2026-04-18.adoc, SESSION-CLOSE-*,
STATE-ASSESSMENT-*, CHANGELOGs, .audittraining/. They record the tree AS IT
WAS; rewriting them would falsify the record.
* standards/LANGUAGE-POLICY.adoc, which names both workflows on purpose in
order to document their retirement.
Full scan: dev-notes/SCAN-RESULTS-2026-07-29.adoc.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 4e7ecaf commit 4c6138c
3 files changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
| 171 | + | |
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments