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 agent:pr-readiness-in-progress PR lifecycle label agent:ready-for-human-review Agent review is complete and PR is ready for human review. and removed agent:pr-readiness-in-progress PR lifecycle label labels Jul 30, 2026
@luandro

luandro commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

PR Readiness Orchestrator — Status Summary

Gate or reviewer Result Reviewed commit Details
Base synchronization ✅ Passed f2e7fce8cd Rebased onto main (f2e7fce→f2e7fce8cd)
Required CI ✅ Passed f2e7fce8cd passed=8 failing=0 pending=0 skipped=13
PR feedback ✅ Addressed f2e7fce8cd No actionable unresolved threads
Qwen 3.8 ✅ Mergeable f2e7fce8cd Prompt 3 · confidence 0.95
Final readiness gate ⏳ In progress f2e7fce8cd Pending

Last updated: 2026-07-31T07:20:25Z

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

Labels

agent:ready-for-human-review Agent review is complete and PR is ready for human review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant