docs: design incremental delivery of verified answer content - #1473
Conversation
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in:12 minutes Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:0061b4391c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
# Conflicts: # docs/outstanding-issues.md
Uh oh!
There was an error while loading. Please reload this page.
Motivation
finalframe.Description
docs/verified-answer-incremental-delivery-design.mdthat defines the staged SSE contract (progress+ optionalverifiedUnit), theVerifiedUnitschema (evidence previews and answer sections), strict sequence/reconciliation rules, the verification boundary to reuse existing production gates, phased delivery plan (Phase 0 contract proof, Phase 1 evidence preview, Phase 2 verified sections), and rollout/rollback/telemetry requirements.docs/README.mdto include the new design and updateddocs/outstanding-issues.md(ledger item docs: record phase 6 re-audit #100) to mark the design complete while recording that runtime implementation is provider-gated.Testing
npm run format/prettier --check .,npm run docs:check-links, andnpm run docs:check-scripts, all passed.npm run eval:rag:offline(offline RAG fixture and manifest validation) — passed (36 golden cases / 22 suites).npm run verify:pr-local(files scoped to docs change) and the full test suites used by the gate; unit/test suites ran successfully with the repo test run reporting the large suite pass (Vitest: 4578 tests run with skips as expected; offline suites and focused tests green).npm run check:production-readiness(local check) which passed runtime/runtime-guard checks but reported expected missing server env vars (NEXT_PUBLIC_SUPABASE_URL,SUPABASE_SERVICE_ROLE_KEY) for provider-backed gates in this environment.verify:ui(Chromium UI verification for visible client rollout) were intentionally not run because they require explicit approval and provider access; the design records the required canary and governance gates.Codex Task