docs: weekly drift sweep 2026-07-27 - #150
Open
luandro wants to merge 1 commit into
Open
Conversation
The runbook's 'API proxy not working' step referenced `functions/api/[[path]].ts`, but that catch-all was replaced by `functions/api/_middleware.ts` in #141 (fada676). An operator following the runbook would look for a file that no longer exists. Point the step at the current middleware entrypoint. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Author
PR Readiness Orchestrator — Status Summary
Last updated: 2026-07-31T07:20:25Z |
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.
Doc Drift Sweep — 2026-07-27
Weekly documentation drift sweep against
origin/main(3fdb8bb).Fixed (1 genuine drift)
docs/deployment-runbook.md— the "API proxy not working" troubleshooting step told operators to "Verifyfunctions/api/[[path]].tsis included in the deployment", but that catch-all Function was replaced byfunctions/api/_middleware.tsin fix(functions): replace [[path]].ts catch-all with _middleware.ts #141 (fada676, 2026-07-21). The runbook was last touched 2026-05-18 and never caught up, so an operator debugging a broken API proxy would look for a file that no longer exists. Pointed the step at the current middleware entrypoint.Verified as intentional (no change)
AGENTS.mdtests/e2e/screenshots/desktop/&mobile/— runtime screenshot output dirs (the trackedtests/e2e/screenshots/.gitignoreconfirms the dir is real; subdirs are generated).AGENTS.mdsrc/screens/ScreenName.stories.tsx—ScreenNameis a placeholder in a how-to; the story-colocation pattern is accurate (real*.stories.tsxlive insrc/screens/).DESIGN_OVERVIEW.md.stitch/*andplans/…— references into local design tooling that is gitignored (.gitignore:plans/,design/,DESIGN.md), broken for every clone by design.Validation: the change is a one-line prose path reference verified directly against the
origin/mainfile tree (functions/api/_middleware.tsexists;[[path]].tsdoes not). A build/test run cannot be affected by a docs-only path edit.🤖 Generated with Claude Code
Greptile Summary
Corrects the deployment runbook’s API proxy troubleshooting instructions.
functions/api/[[path]].tsreference with the currentfunctions/api/_middleware.tsentrypoint.Confidence Score: 5/5
The documentation-only correction appears safe to merge.
The new path exists, implements the API proxy middleware, and replaces a stale reference to a removed entrypoint without affecting runtime behavior.
Important Files Changed
Reviews (1): Last reviewed commit: "docs: fix stale API proxy filename in de..." | Re-trigger Greptile