fix(backlog): item #320 used a status glyph the invariant does not allow - #122
Closed
wshallwshall wants to merge 1 commit into
Closed
fix(backlog): item #320 used a status glyph the invariant does not allow#122wshallwshall wants to merge 1 commit into
wshallwshall wants to merge 1 commit into
Conversation
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.
Collaborator
Author
|
Superseded by #123, which fixed the same defect with a fuller banner Verified before closing: the status invariant reports zero errors against Two sessions independently fixed this within the hour — worth noting that a drive-by fix to another |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
main is red and this one line fixes it. One-character change, no other file touched.
BACKLOG #320 was filed at 13:26 today with:
scripts/docs/backlog_status_check.pyaccepts five glyphs — ✅ SHIPPED, ⛔ DECLINED, 🪦 RETIRED(closed) and 🔢 prioritized, 🚧 in progress (open). 📋 is not among them, so the item parses as
declaring no status and the invariant fails.
Impact
tests/test_backlog_status_check.py::test_the_real_backlog_satisfies_the_invariantruns the checkeragainst the real
docs/BACKLOG.md, so this fails in the ordinary pytest job:The fix
📋 → 🚧. The item is open and not started, which is exactly what 🚧 means. Wording unchanged, and it
still carries exactly one banner — the other half of the invariant is that a CLOSED and an OPEN banner
must never coexist, so I checked the count rather than just the glyph.
Verification
pytest tests/test_backlog_status_check.py→ 15 passed. The ledger gate passes against this tree (nonew ADR/BACKLOG number is introduced — #320 already exists on main).
Split out of #121 at the owner's request so that PR stays single-topic; #121 will be red on this one
test until this merges.
🤖 Generated with Claude Code