docs(backlog): flip #1439's banner, which still claimed the fix had not landed - #848
Open
wshallwshall wants to merge 1 commit into
Open
docs(backlog): flip #1439's banner, which still claimed the fix had not landed#848wshallwshall wants to merge 1 commit into
wshallwshall wants to merge 1 commit into
Conversation
…ot landed The item read "BUILT IN THIS COMMIT, not yet landed" while it merged to main at 2026-09-04T18:19:18Z as bd9830f (PR 826). Verified on origin/main before editing: the sys.path anchor is in scripts/webconsole_seam_snapshot.py, both regression tests are in tests/test_webconsole_seam_snapshot.py, and the item is present exactly once. A stale "not yet landed" is not cosmetic. It is the one line a reader consults to decide whether the work exists, and #1412's own scoring note records the same banner drift being the only thing left on an item whose fix was already shipped. Banner set to the closed marker rather than moved to the archive. That matches what this file already does: 150 closed-bannered items sit in docs/BACKLOG.md today, so archiving is a separate batched hygiene pass and not part of a flip. Verified with the parser rather than by eye, because this box's console is cp1252 and printing the banner alphabet raises UnicodeEncodeError: parse_items on #1439 -> is_open False, 1 closed banner, 0 open, 0 duplicates backlog_status_check -> OK, 664 items, each declaring exactly one status codepoints -> U+2705 + space, matching all 130 existing closed banners in this file (no variation selector, which is what they use) One file, one line, no code touched. Docs-only and alone in its commit so a serial conflict on this file stays a scripted row-merge. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
BACKLOG #1439's banner still read
BUILT IN THIS COMMIT, not yet landedwhile the item merged tomainat 2026-09-04T18:19:18Z asbd9830fd4(PR #826).One file, one line, no code touched.
Verified on
origin/mainbefore editing, not assumedsys.pathanchor is inscripts/webconsole_seam_snapshot.pytests/test_webconsole_seam_snapshot.pyWhy this is worth a commit
A stale "not yet landed" is the one line a reader consults to decide whether work exists. #1412's own scoring note records exactly this drift as the only thing left on an item whose fix had already shipped, so it is a known failure mode in this ledger rather than a cosmetic nit.
Banner flipped, item not archived
Set to the closed marker and left in place. That matches what the file already does: 150 closed-bannered items sit in
docs/BACKLOG.mdtoday, so moving them out is a separate batched hygiene pass, not part of a flip. Archiving #1439 would have been me inventing a convention the file does not follow.Verified with the parser, not by eye
This box's console is cp1252, and printing the banner alphabet raises
UnicodeEncodeError— the hazard CLAUDE.md section 11 names. So every check below is a parser result, and no glyph was ever printed to a terminal:The codepoint check matters because the alphabet is machine-parsed.
U+2705 + spaceis the form all 130 existing closed banners in this file use — no variation selector. My first attempt included one; the script fell back and matched the file's actual convention instead of the one I assumed.Shape
Docs-only and alone in its commit, so a serial conflict on
docs/BACKLOG.mdstays a scripted row-merge rather than needing a re-read of intent.Not enqueued, no auto-merge armed.
🤖 Generated with Claude Code