Commit 3231d90
fix(ci): Bun-first runtime policy; retire two gates that enforced the opposite
Authority: standards LANGUAGE-POLICY.adoc §1 (added 2026-07-29) --
Bun > Deno > pnpm > npm.
REPLACED npm-bun-blocker.yml -> runtime-policy.yml
The old gate failed any build carrying bun.lockb with 'npm/bun artifacts
detected. Use Deno instead.' It blocked what is now the FIRST-choice runtime
and mandated the second. Present in 55 repos; zero repos had adopted Bun,
because adopting it would have turned them red.
The replacement fails on something real -- MIXED TOOLCHAINS, two package
managers' lockfiles in one repo, i.e. two dependency graphs that can disagree
-- and reports the tier in use otherwise. npm is tier 4 but PERMITTED, so it
warns rather than blocks.
Red-teamed both directions before shipping: none/bun/deno/npm alone -> exit 0;
bun+npm and deno+pnpm -> exit 1.
DELETED ts-blocker.yml
It enforced 'use ReScript instead'. ReScript is itself retired estate-wide, so
it policed a dead alternative. Worse, it could not fail: it diffed
git diff HEAD~1 on a depth-1 checkout, where HEAD~1 does not exist, sent the
error to /dev/null and used || true -- so the match set was ALWAYS empty.
Measured 20/20 runs green; it has never once fired.
Neither workflow is a required status check in any ruleset, so removing them
creates no phantom context.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent b5c8701 commit 3231d90
3 files changed
Lines changed: 71 additions & 67 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
This file was deleted.
0 commit comments