docs(issues): capture site-audit + measurement follow-ups (#012–#017)#1043
Merged
Conversation
Durable ledger entries from the 2026-07-21 site-audit / measurement pass so they survive session context reset: - #11 slim the lazy cross-mode differentials chunk. Verified the 860 KB snapshot is correctly code-split OUT of the initial bundle via the dynamic import in cross-mode-links.tsx:150 — not a leak. The lazy chunk still loads the full snapshot to build a tiny catalog; a precomputed index would slim it. - #12 route-chunk + mockup catalogue JSON weight (specifiers/forms/formulation; dev-only mockup chunks built though /mockups 404s in prod). - #13 realize the next/image win on Supabase signed previews (#1024 images config is inert until previews move off raw <img>). - #14 content-first fallback regression tests (CodeRabbit follow-up on #1024). - #15 "big but not easy" structural + motion perf (PPR/static shells, sidebar grid-template-columns animation, Therapy Compass JSON defer, dialog dynamic imports). - #16 field Web-Vitals baseline via live Lighthouse (in-sandbox prod vitals blocked on secrets; dev-mode CLS measured excellent). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UbhUVWVJRwDibC2YtJ6aRX
Contributor
📝 WalkthroughWalkthroughUpdates the outstanding-issues ledger by advancing the next issue ID to ChangesOutstanding issues ledger
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
BigSimmo
marked this pull request as ready for review
July 21, 2026 17:14
Resolves the docs/outstanding-issues.md conflict: main added #11 (auth DB-connection allocation) via its own ledger update, so this renumbers the site-audit follow-ups from #11-#16 to #12-#17 (next-id -> 018) and fixes the #17 cross-reference. Keeps main's #11 intact; no other ledger rows changed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UbhUVWVJRwDibC2YtJ6aRX
This was referenced Jul 22, 2026
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.
Summary
Docs-only. Records the follow-ups surfaced by the 2026-07-21 site-audit + bundle/measurement pass into the durable
docs/outstanding-issues.mdledger so they survive session context reset. No source, RAG, clinical, or config changes — a single markdown file.Six new rows (
#012–#017), all P3:cross-mode-links.tsx:150loadscross-mode-differentials.tsvia a dynamicimport(), so it's correctly code-split into a lazy async chunk. The remaining opportunity is that the lazy chunk still pulls the full snapshot to build a tiny catalog; a precomputed index would slim it (M-effort). This corrects a misread earlier in the audit.*-mockups.tsxchunks).next/imagewin on Supabase signed previews (the perf(ui): content-first detail pages + loading & motion quick wins #1024imagesconfig is inert until previews move off raw<img>).grid-template-columnsanimation, Therapy Compass JSON defer, dialog dynamic imports).RAG impact: no retrieval behaviour change — docs-only, no retrieval/ranking/selection/eval files touched.
Verification
npm run verify:pr-localVerification not run: docs-only change (a single markdown ledger file).Formatted with Prettier soformat:checkpasses; no code, tests, or config touched. The merge frommainalso carries its own already-merged changes (eval-canary workflow + branch-review-ledger), which are no-ops relative tomain.Risk and rollout
Notes
build:analyze+ Turbopack verification, which found the fix already merged as fix(ui): correct file:disabled variant order so the dev server compiles #1026). This PR banks the remaining, deliberately-deferred follow-ups so the audit doesn't evaporate.🤖 Generated with Claude Code
https://claude.ai/code/session_01UbhUVWVJRwDibC2YtJ6aRX
Summary by CodeRabbit
#011–Bump @types/node from 25.9.1 to 25.9.2 #17).