docs: weekly drift audit (2026-06-01)#178
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Automated weekly docs audit. See workflow:
.github/workflows/docs-audit.yml.Fixes committed in this PR
marketing/src/app/docs/ios-sdk/page.tsx:205— RenamedreportAttributionForLink(linkId:)→attributeLink(linkId:)in the API reference table. Source:client/mobile/ffi/src/lib.rs:488(pub async fn attribute_link). The old name does not exist; UniFFI generatesattributeLinkfromattribute_link.marketing/src/app/docs/android-sdk/page.tsx:118— Renamedrift.reportAttributionForLink(linkId = linkId)→rift.attributeLink(linkId = linkId)in the deferred deep link code sample. Same source.marketing/src/app/docs/android-sdk/page.tsx:223— RenamedreportAttributionForLink(linkId)→attributeLink(linkId)in the API reference table. Same source.marketing/src/app/docs/deferred/page.tsx:81— Renamedrift.reportAttributionForLink(linkId = linkId)→rift.attributeLink(linkId = linkId)in the Android deferred deep link code sample. Same source.Judgment calls for human review (NOT committed)
None — all findings were high-confidence method name mismatches with clear source citations.
Out of scope (flagged, not fixed)
marketing/src/lib/agent-docs.ts:114— Thellms.txtcontent links to${siteUrl}/docs/attributionbut the docs page was renamed to/docs/lifecycle(commita2cc316). The directorymarketing/src/app/docs/lifecycle/exists;marketing/src/app/docs/attribution/does not. Fix is inagent-docs.ts, which is outside the declared edit scope (marketing/src/app/llms.txt/route.ts). The broken link currently resolves to a 404.