docs: unblock drift gate stuck on post-squash ghost SHA#178
Merged
Conversation
PR #173 (merged as 4ee6c4c) changed pyproject.toml [project.urls] — URL metadata only — which scripts/check_doc_sources.py flags as making the three pages citing pyproject.toml stale. #173 tried to suppress this via .git-blame-ignore-revs but recorded the pre-squash branch SHA (ca6d8a2); the squash-merge minted a different SHA (4ee6c4c), so the ignore entry points at a commit that does not exist on main. Result: the docs job has been red on main since 2026-07-07, which blocks every open PR (all three dependabot PRs included). - bump last_verified 2026-06-24 -> 2026-07-07 in getting-started.md, index.md, how-to/load-rule-pack.md (re-verified: the URL change is inert) - swap ghost ca6d8a2 -> real 4ee6c4c in .git-blame-ignore-revs Verified: scripts/check_doc_sources.py exits 0 on this tree. Signed-off-by: Sean Mauk <seanmauk@krakennetworks.com>
krakennetworks
approved these changes
Jul 13, 2026
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.
Why main is red (and every open PR with it)
The
docsjob has failed onmainsince 2026-07-07. All three open dependabot PRs (#175, #176, #177) inherit that red — nothing wrong with the bumps themselves.Root cause: PR #173 changed
pyproject.toml [project.urls](URL metadata only).scripts/check_doc_sources.py(the source-drift gate) flags the three docs that citepyproject.tomlas stale, because a cited source got a newer commit than theirlast_verified. #173 tried to suppress this by adding its commit SHA to.git-blame-ignore-revs— but recordedca6d8a2, the pre-squash branch SHA. The squash-merge minted4ee6c4c, so the ignore entry points at a commit that isn't onmain. Green on the PR → red onmainforever after.This is a structural hazard: a history-keyed gate can't be reconciled with squash-merge (a commit can't name its own post-squash SHA). A follow-up will move this gate to advisory / re-key it on content hashes.
This PR (minimal unblock)
last_verified2026-06-24 → 2026-07-07ingetting-started.md,index.md,how-to/load-rule-pack.md(re-verified: the URL change is inert)ca6d8a2→ real4ee6c4cin.git-blame-ignore-revsVerified:
scripts/check_doc_sources.pyexits 0 on this tree.🤖 Generated with Claude Code
https://claude.ai/code/session_01WwWcjyxBybBxWxLEue99YY