backlog: close #325, the leak-gate casefold gap was already fixed in #177 - #240
Open
wshallwshall wants to merge 1 commit into
Open
backlog: close #325, the leak-gate casefold gap was already fixed in #177#240wshallwshall wants to merge 1 commit into
wshallwshall wants to merge 1 commit into
Conversation
…G #325) The leak gate's home-path / worktree-slug case-fold (#325) landed folded into #177 (commit 88703a3), an ancestor of main -- not on a branch of this item's name -- so there is no code to write in this lane. It only flips the #325 banner to closed and reconciles the item text with the shipped code. Verified against the shipped code and its git history: - scan_forbidden.py:114-121 folds the _HOME_PATH drive-letter arm inline, scoped so the POSIX /users/ REST route stays unmatched (a whole-pattern re.I would have measured 47 false positives). _WORKTREE_SLUG folds whole at :96. - Falsified against the pre-fix code (88703a3^): the old _HOME_PATH fired on the canonical spelling but missed all three wrong-case spellings; the shipped pattern fires on all four and still skips the benign /users/ routes. The old slug pattern missed an upper-cased slug; the shipped one catches it. - Regression fixtures at tests/test_scan_tokens_source.py:701,731 pass. Added an AMENDED 2026-08-05 blockquote under the closed banner reframing the What / Why / Proposed / Source body -- still voiced as the open finding, with the pre-fix regex and a "Verified open at HEAD" line -- as the historical filing record, not current state, mirroring the same-day #228 close. Without it a reader meets a closed banner over a body that reads as a live gap and could reopen or re-implement it. Banner flipped WITHOUT recomputing the census. The ranked-table row, the census distribution lines, and the cross-references to #325 under other items remain coordinator work for the close-and-archive reconcile sweep.
wshallwshall
enabled auto-merge (squash)
August 6, 2026 13:07
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.
Closes BACKLOG #325. Docs-only -- flips that item's banner and nothing else.
The casefold gap #325 describes was already fixed by #177. This item was left open
against code that no longer has the defect, so the ledger was asserting an open
weakness that does not exist.
Verified: based on origin/main, merge-tree clean, heading count unchanged (this is a
banner flip, not a filing), and the change touches only #325's own banner line so it
is line-disjoint from the other campaign branches.
Routed by the coordinator from the backlog-handoff campaign
(.git/mefor-coord/handoff/READY-TO-PR-backlog-session-2e228e.md). This is the first of
that set, deliberately run through the full push-PR-arm cycle as a canary before the
rest are batched.