Skip to content

docs: re-verify stale doc sources to unblock the docs gate#98

Merged
krakennetworks merged 1 commit into
mainfrom
fix/doc-source-freshness
Jun 24, 2026
Merged

docs: re-verify stale doc sources to unblock the docs gate#98
krakennetworks merged 1 commit into
mainfrom
fix/doc-source-freshness

Conversation

@se-jo-ma

Copy link
Copy Markdown
Member

Problem — repo-wide docs check failure

Today's merges touched two source files cited by docs whose last_verified predates them, so the doc-source freshness gate now fails on every open PR:

Doc Cited source Touched 06-24 by Change
docs/how-to/release-signing.md (verified 06-05) .github/workflows/pypi-publish.yml #87 actions/checkout v6→v7
docs/reference/planned-integrations.md (verified 06-06) packages/fathom-ts/package.json #51 repository.urlgit+…git

Re-verification (not a blind date bump)

  • release-signing.md — citation change is a CI action version; signing/custody content unaffected. ✓
  • planned-integrations.md#51 only reformatted repository.url; the doc's claims ("No published npm release", "repository.url points at the monorepo") still hold. ✓

Both last_verified bumped to 2026-06-24. scripts/check_doc_sources.py now exits 0.

Once merged, the docs check clears on #78, #97, and any other open PR after re-run/rebase.

🤖 Generated with Claude Code

…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 krakennetworks self-requested a review June 24, 2026 19:19
@krakennetworks krakennetworks merged commit 2e65805 into main Jun 24, 2026
14 checks passed
@krakennetworks krakennetworks deleted the fix/doc-source-freshness branch June 24, 2026 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants