docs(issues): capture auth-connection-cap debt; fix broken #005 doc path#1046
Conversation
Against current main (post-#1033, which already resolved #2/#3): - Capture the still-untracked auth DB-connection allocation debt as #11: operator-only Supabase dashboard action (percentage-based allocation before compute scale-up), not settable via SQL/MCP. next-id -> 012. - Fix #5 Source path src/lib/rag/clinical-search.ts:1362 -> src/lib/clinical-search.ts:1735 (the rag/ path does not exist; it was failing docs:check-links on main) and note ordering already sorts by the unbounded pre-clamp rankScore, so the clamp bounds only reported confidence. Docs-only. No code/protected-surface edits, no provider/CI/dashboard action. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated the outstanding issues document’s open items table by advancing its counter, correcting a clinical search source reference, and adding an authentication database-connection allocation issue. ChangesOutstanding issues documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Docs-only reconciliation of the outstanding-issues ledger (
docs/outstanding-issues.md) against currentmain(post-#1033, which already resolved #2/#3):docs/auth-connection-cap-runbook.md.src/lib/rag/clinical-search.ts:1362→src/lib/clinical-search.ts:1735. Therag/path never existed, so it was failingdocs:check-linksonmain; this flips that gate green. Also clarifies that ordering already sorts by the unbounded pre-clamprankScore, so the clamp bounds only reported confidence (not order).Verification
prettier --check docs/outstanding-issues.md✅npm run docs:check-links✅ (1084 references resolve — repairs the pre-existing red)Governance
src/lib/rag/**or ranking/retrieval code touched).docs/outstanding-issues.md.🤖 Generated with Claude Code
Summary by CodeRabbit