Skip to content

docs: weekly drift audit (2026-05-04)#119

Open
github-actions[bot] wants to merge 1 commit intomainfrom
docs/audit-2026-05-04
Open

docs: weekly drift audit (2026-05-04)#119
github-actions[bot] wants to merge 1 commit intomainfrom
docs/audit-2026-05-04

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 4, 2026

Automated weekly docs audit. See workflow: .github/workflows/docs-audit.yml.

Fixes committed in this PR

  • marketing/src/app/docs/android-sdk/page.tsx — Removed dead-code call rift.checkDeferredDeepLink(clipboardText = null) and its misleading comments from the Android deferred deep linking example. client/mobile/ffi/src/lib.rs:510-511 shows that calling check_deferred_deep_link with None immediately returns Ok(None) without performing any attribution or link fetch. The comment above the call ("One call: reports attribution + fetches link data") was factually wrong. The correct Android pattern (reportAttributionForLink + getLink) was already present two lines below — only the dead code and its framing were removed.

  • README.md — Removed worker/ and worker-slack/ from the architecture directory listing. Neither directory exists in the repository (ls at repo root confirms; git log -- worker/ worker-slack/ shows they were removed in commit d57d8f1). Listing non-existent directories as part of the repo structure is factually wrong.

Judgment calls for human review (NOT committed)

  • marketing/src/app/docs/webhooks/page.tsx:177 — "Failed deliveries are retried 4 times". server/src/services/webhooks/dispatcher.rs:169 shows let delays = [0, 1, 5, 25]; — 4 total attempts including the first (delay=0), so strictly 3 retries. However CLAUDE.md itself says "4 retries" using the same counting convention, so this may be intentional terminology. Not fixing without human confirmation.

  • marketing/src/lib/agent-docs.ts:152 — References ${siteUrl}/mcp/server.json as "MCP Manifest" in Integrations. The actual MCP manifest route in the server is /.well-known/mcp.json (per api/mod.rs). This path discrepancy exists but the agent-docs.ts file is the llms.txt content generator — if /mcp/server.json is a valid marketing-site Next.js route, it may be intentionally separate from the API. Needs human review.

Out of scope (flagged, not fixed)

No OpenAPI/utoipa annotation issues found. The api-reference/ page is auto-rendered from the OpenAPI spec and was not edited.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rift Ready Ready Preview, Comment May 4, 2026 2:56pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants