docs: re-verify stale doc sources to unblock the docs gate#98
Merged
Conversation
…urce bumps The doc-source freshness gate fails repo-wide because two cited sources were modified today by merged Dependabot/CI PRs, postdating each doc's last_verified: - .github/workflows/pypi-publish.yml (actions/checkout v6->v7, #87) -> docs/how-to/release-signing.md (verified 2026-06-05) - packages/fathom-ts/package.json (repository.url -> git+...git, #51) -> docs/reference/planned-integrations.md (verified 2026-06-06) Both changes are cosmetic and do not affect the documented content (signing/custody; SDK publish status — "no published npm release" and "repository.url points at the monorepo" both still hold). Re-verified and bumped last_verified to 2026-06-24 to unblock the docs check on all PRs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YFbDHuyErPiiWNEGkEa4kG
krakennetworks
approved these changes
Jun 24, 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.
Problem — repo-wide
docscheck failureToday's merges touched two source files cited by docs whose
last_verifiedpredates them, so the doc-source freshness gate now fails on every open PR:docs/how-to/release-signing.md(verified 06-05).github/workflows/pypi-publish.ymlactions/checkoutv6→v7docs/reference/planned-integrations.md(verified 06-06)packages/fathom-ts/package.jsonrepository.url→git+…gitRe-verification (not a blind date bump)
#51only reformattedrepository.url; the doc's claims ("No published npm release", "repository.urlpoints at the monorepo") still hold. ✓Both
last_verifiedbumped to2026-06-24.scripts/check_doc_sources.pynow exits 0.Once merged, the
docscheck clears on #78, #97, and any other open PR after re-run/rebase.🤖 Generated with Claude Code