Skip to content

docs: weekly drift sweep 2026-07-27 - #150

Open
luandro wants to merge 1 commit into
mainfrom
docs/drift-sweep-2026-07-27
Open

docs: weekly drift sweep 2026-07-27#150
luandro wants to merge 1 commit into
mainfrom
docs/drift-sweep-2026-07-27

Conversation

@luandro

@luandro luandro commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

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 "Verify functions/api/[[path]].ts is included in the deployment", but that catch-all Function was replaced by functions/api/_middleware.ts in 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.md tests/e2e/screenshots/desktop/ & mobile/ — runtime screenshot output dirs (the tracked tests/e2e/screenshots/.gitignore confirms the dir is real; subdirs are generated).
  • AGENTS.md src/screens/ScreenName.stories.tsxScreenName is a placeholder in a how-to; the story-colocation pattern is accurate (real *.stories.tsx live in src/screens/).
  • DESIGN_OVERVIEW.md .stitch/* and plans/… — 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/main file tree (functions/api/_middleware.ts exists; [[path]].ts does 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.

  • Replaces the removed functions/api/[[path]].ts reference with the current functions/api/_middleware.ts entrypoint.

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

Filename Overview
docs/deployment-runbook.md The updated path accurately identifies the current API proxy middleware entrypoint.

Reviews (1): Last reviewed commit: "docs: fix stale API proxy filename in de..." | Re-trigger Greptile

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>
@luandro luandro added the agent:pr-readiness-in-progress PR lifecycle label label Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant