Skip to content

Commit b9109fc

Browse files
docs: stop describing two deleted CI workflows as live (#80)
`npm-bun-blocker.yml` was **replaced** by `runtime-policy.yml`, and `ts-blocker.yml` was **deleted outright**, across 55 repositories. These documents still described both as active CI. | Old | New | |---|---| | `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:** the old blocker failed any build carrying `bun.lockb` with *"Use Deno instead"* — blocking what is now the **first-choice** runtime under `LANGUAGE-POLICY.adoc` §1. And `ts-blocker` **could not fail**: it diffed `HEAD~1` on a depth-1 checkout, sent the error to `/dev/null`, and swallowed it with `|| true`. **20/20 runs green; it never once fired.** **Deliberately untouched:** dated records (`CRG-AUDIT-2026-04-18.adoc`, `SESSION-CLOSE-*`, CHANGELOGs, `.audittraining/`) — they record the tree *as it was*, and rewriting them falsifies the record. Also `standards/LANGUAGE-POLICY.adoc`, which names both **on purpose** to document their retirement. Full scan: `dev-notes/SCAN-RESULTS-2026-07-29.adoc`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent 23fa5da commit b9109fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RSR_COMPLIANCE.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
|`.github/workflows/`
154154
|Estate CI standard
155155
|PRESENT
156-
|24 workflows: boj-build, casket-pages, codeql, dogfood-gate, e2e, echidna-validation, gitbot-fleet, guix-nix-policy, hypatia-scan, instant-sync, mirror, nif-build, npm-bun-blocker, quality, rsr-antipattern, scorecard-enforcer, scorecard, secret-scanner, security-policy, trust-pipeline-e2e, trust-pipeline-images, ts-blocker, wellknown-enforcement, workflow-linter.
156+
|24 workflows: boj-build, casket-pages, codeql, dogfood-gate, e2e, echidna-validation, gitbot-fleet, guix-nix-policy, hypatia-scan, instant-sync, mirror, nif-build, runtime-policy, quality, rsr-antipattern, scorecard-enforcer, scorecard, secret-scanner, security-policy, trust-pipeline-e2e, trust-pipeline-images, wellknown-enforcement, workflow-linter.
157157

158158
|===
159159

0 commit comments

Comments
 (0)