fix: resolve design-audit regression hardening for merge - #809
Conversation
Updates to Preview Branch (codex/main-merge-safe-final-20260718) ↗︎
Tasks are run on every commit but only new migration files are pushed.
❌ Branch Error • Sat, 18 Jul 2026 06:30:13 UTC View logs for this Workflow Run ↗︎. |
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (26)
📝 WalkthroughWalkthroughThe PR updates sitemap generation and documentation, revises RAG retrieval and Supabase scalability logic, changes service and forms UI behavior, refreshes regression coverage, and adjusts browser, workflow, TypeScript, and application entrypoint configuration. ChangesRouting and sitemap
RAG retrieval and database scalability
Interface behavior and service workflows
Tooling and application maintenance
Estimated code review effort: 5 (Critical) | ~120 minutes Sequence Diagram(s)sequenceDiagram
participant SearchPipeline
participant RAGCandidateSources
participant Supabase
SearchPipeline->>RAGCandidateSources: request candidate retrieval
RAGCandidateSources->>Supabase: execute versioned RPC or legacy fallback
Supabase-->>RAGCandidateSources: return candidates and hydration rows
RAGCandidateSources-->>SearchPipeline: return merged and ranked candidates
Possibly related PRs
Suggested reviewers: ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
This PR merges the final design-audit remediation stack plus Playwright typecheck fixes, including: reduced-motion Playwright config correction, regression test expectations stabilization, retrieval/supabase index schema updates, route and UI accessibility fixes, and provider-free verification improvements. Verified locally with focused regression tests, typecheck, and lint on the merged tip ahead of origin/main.
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Accessibility