From 4795fd20d696d1f962b743306d2dd76d47f2a831 Mon Sep 17 00:00:00 2001 From: wshallwshall Date: Sat, 1 Aug 2026 09:10:59 -0500 Subject: [PATCH] fix(backlog): item #320 used a status glyph the invariant does not allow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BACKLOG #320 was filed with `> 📋 **Filed 2026-08-01, not started.**`. The status gate accepts five glyphs — ✅ SHIPPED, ⛔ DECLINED, ðŸŠĶ RETIRED (closed), ðŸ”Ē prioritized, 🚧 in progress (open) — and 📋 is not among them, so the item read as declaring no status at all. That turned main red at 13:26 (run 30701716567, both the ubuntu and windows-2022 legs) and every PR opened since inherits it through the merge ref. The item is open and not started, so 🚧 is the correct glyph; the wording is unchanged and it still carries exactly one banner. --- docs/BACKLOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BACKLOG.md b/docs/BACKLOG.md index 35520812..01eeaca1 100644 --- a/docs/BACKLOG.md +++ b/docs/BACKLOG.md @@ -7298,7 +7298,7 @@ So `calling_ae_allowlist` **alone** satisfies a gate whose stated purpose is to ## 320. windows-2025 MLLP ingress is ~10x slower than a healthy runner -> 📋 **Filed 2026-08-01, not started.** Diagnosis only — the CI symptom is already fixed (#115, `06fd327d`) by widening the reconcile's stranding budget. This item is the **underlying capacity fact**, which that fix does not address and deliberately did not try to. +> 🚧 **Filed 2026-08-01, not started.** Diagnosis only — the CI symptom is already fixed (#115, `06fd327d`) by widening the reconcile's stranding budget. This item is the **underlying capacity fact**, which that fix does not address and deliberately did not try to. **Type:** CI/runner capacity — not a correctness defect. No message was ever lost in any observed instance.