Commit 4e7ecaf
fix(ci): Bun-first runtime policy; retire two gates that enforced the opposite (#298)
Authority: `standards/LANGUAGE-POLICY.adoc` §1 — **Bun > Deno > pnpm >
npm**.
**Replaced `npm-bun-blocker.yml` → `runtime-policy.yml`.** The old gate
failed any build carrying `bun.lockb` with *"Use Deno instead"* —
blocking the new first choice and mandating the second. It was in **55
repos**, and **zero repos had adopted Bun**, because doing so would have
turned them red.
The replacement fails on something real — **mixed toolchains** (two
package managers' lockfiles, 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 ways:**
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 — and it **could not fail**: `git diff
HEAD~1` on a depth-1 checkout, error to `/dev/null`, `|| true`. **20/20
runs green, never once fired.**
Neither is a required status check anywhere, so this creates no phantom
context.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent b5c8701 commit 4e7ecaf
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