Skip to content

docs(issues): close out PR E (therapy-compass) — already merged, close the rollout tracking row - #1921

Merged
BigSimmo merged 11 commits into
mainfrom
claude/filter-contract-therapy-compass-pr-e
Aug 13, 2026
Merged

docs(issues): close out PR E (therapy-compass) — already merged, close the rollout tracking row#1921
BigSimmo merged 11 commits into
mainfrom
claude/filter-contract-therapy-compass-pr-e

Conversation

@BigSimmo

Copy link
Copy Markdown
Owner

Summary

Verification

  • npm run verify:pr-local — recognized as low-risk docs/inbox scope; summary: completed: check:runtime, check:installed-lock-parity, format:changed, sitemap:check, docs:check-index, docs:check-inventory, docs:check-scripts, docs:check-links, check:branch-review-ledger, check:outstanding-issues, check:ledger-write-discipline — failed: (none) — not reached: (none). Build skipped (no build-affecting changes detected).
  • Re-ran against current main HEAD, independent of the merge-commit claims:
    • npx tsc --noEmit clean.
    • npx eslint clean across therapy-compass, result-filter-control.tsx, services, factsheets, document-search-results.tsx.
    • tests/therapy-compass-search-filters.dom.test.tsx, tests/therapy-search-facets.test.ts, tests/therapy-compass-mode-wiring.test.ts, tests/search-results-header-band.dom.test.tsx, tests/document-filter-panel.dom.test.tsx, tests/service-facets.test.ts, tests/services-catalog.test.ts, tests/decoration-on-text.contract.test.ts — 8 files, 162 tests, all passed.
    • Confirmed a single dense = facetGroups.length > 3 || totalFacetOptions > 20 definition in result-filter-control.tsx (no duplicate dense-tier logic from the two therapy PRs).
  • npm run check:ledger-write-discipline passes (the gate that specifically catches an improperly-applied outstanding-issues mutation — it caught my first attempt, which hand-edited the markdown directly; this PR's committed version queues the request correctly instead).

Risk and rollout

  • Risk: none — no product code changes. classifyPullRequestFiles reports clinicalRisk: false, operationalRisk: false, ragRanking: false, ui: false.
  • Rollback: revert this commit; the queued inbox request simply won't be reconciled.
  • Provider or production effects: None.

Notes


Generated by Claude Code

PR E (therapy-compass) was requested as the next task in this rollout, but
investigation found it already merged into main — twice, independently, by
concurrent sessions (#1885, then #1889 which redid the convergence and also
fixed a real AND/OR bug in searchTherapies' tag matching that #1885 left
mode-owned). #1889 is what's live: search-screen.tsx uses the shared
ResultFilterSheet/ResultFilterTrigger/ResultFilterFacetChips exclusively,
onClearAll no longer touches the query, and all three filter dimensions are
correctly typed as facets.
Re-verified against current main HEAD rather than trusting the merge
commit messages: lint and typecheck clean, the therapy-compass filter
tests plus the shared-component and services/documents regression suites
all pass, and result-filter-control.tsx has a single dense-tier
implementation (no duplicate/conflicting logic from the two therapy PRs
or the similarly-duplicated services PRs, #1878 then #1882).
Since services (#1878/#1882), factsheets (#1888), therapy-compass
(#1885/#1889) and documents (#1910) are all now merged, queues a `done`
request for /issues #170 — the row tracking the whole filter-contract
rollout — through the outstanding-issues inbox (docs/outstanding-issues-inbox/)
rather than editing docs/outstanding-issues.md directly, per this repo's
conflict-free ledger-write-discipline gate. Reconciliation into the
canonical markdown happens after this PR lands (npm run issues:reconcile).
Also flags one open thread rather than resolving it here: the services
merge conflict-resolution wasn't re-audited line-by-line, so some of
#1882's specific implementation choices (a typed ServiceRecord.facets
carrier) didn't survive the merge in favor of #1878's catalogPayload-based
approach.
No product code changes — this is a bookkeeping-only commit plus the
branch-review ledger record for the post-merge verification.
@supabase

supabaseBot commented Aug 13, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project sjrfecxgysukkwxsowpy because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@coderabbitai

coderabbitaiBot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in:41 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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 2cc733d6-db9f-4fc7-aaba-5b6a83386ca2

📥 Commits

Reviewing files that changed from the base of the PR and between 5d67c2a and fb2e630.

📒 Files selected for processing (2)
  • docs/branch-review-records/f468973451ef309665b582ddc5ccdb20e6efe16873ab26396ce2813f2dad8ab5.record.md
  • docs/outstanding-issues-inbox/02879c2f-f7c7-4698-bc2e-cd5555cc2f37.json

Comment @coderabbitai help to get the list of available commands.

claudeand others added 3 commits August 13, 2026 15:03
Flagged in the previous commit's PR body but not actually captured as a
trackable item: the services filter-contract adoption (#1878, then #1882)
was independently implemented twice by concurrent sessions, and whatever
conflict resolution happened between them when both merged was never
reviewed line-by-line. A spot check found registry-records.ts has no
ServiceRecord.facets carrier and no corresponding test file on main, so
#1878's approach is what survived rather than #1882's — likely equivalent,
not verified. Queues a P2 add request via the outstanding-issues inbox so
this doesn't only live as prose inside an archived row's outcome text.
@github-actions

Copy link
Copy Markdown
Contributor

CI triage

CI failed on this PR. Automated classification of the 2 failed job(s):

  • Static PR checksneeds investigation: inspect the failing step and uploaded diagnostics; rerun only after classifying the cause.
  • PR requiredneeds investigation: inspect the failing step and uploaded diagnostics; rerun only after classifying the cause.

Compared with main CI run #10571 (failure).

Classification is evidence routing, not permission to ignore a failure. Exact quarantined Playwright identities remain governed by the flake ledger.

@BigSimmo
BigSimmo enabled auto-merge (squash) August 13, 2026 16:38
@BigSimmoChatGPT Codex Connector

Copy link
Copy Markdown
OwnerAuthor

Codex review-and-fix summary

This comment supersedes the stale PR title and body.

  • Final reviewed head:7c552ccad3c415b9eaa7be27bcfb0c07be45f0fb
  • Latest base:794a4786baf74ced44d3d455334ba8639662bf72
  • Sync and merge-tree: One permitted, non-force merge of main was pushed at 7c552cc... against base 984f42c.... No rebase or force-push occurred. main then independently advanced once through PR chore(issues): reconcile 19 inbox requests into the canonical ledger #1931, leaving the branch ahead by 10 and behind by 1. No second sync was performed. The latest-base synthetic tree dc88997657b0dd0783317afb7d42436be925d61e cleanly overlays the two unique reviewed blobs onto base tree 2be7697b48407b2cae50314a856562b59e53715e; neither final path exists on the latest base.
  • Issues fixed:
  • Dispositioned or out of scope: No therapy-compass product-code defect remained. Registry round-trip tests remain intentionally tracked as P2; no provider-backed or live-service sampling was run. PR metadata remains stale because the connector safety layer blocked title/body edits before GitHub received them.
  • Independent adversarial review: A separate manual fresh-context pass was performed because CodeRabbit was unavailable due its rate/spend limit. It found the duplicate mutation and chronology defects above. No actionable finding remains in the final two-file diff.
  • Threads: No review threads, submitted reviews, or remaining actionable comments.
  • Decisive verification: The review-record filename matches the row's SHA-256; the record has six columns and a full commit SHA. The inbox request has valid JSON, UUID, date, action, and payload structure. GitHub commit-tree comparisons established the feat(therapy-compass): converge filter sheet onto the shared contract #1885/feat(filters): therapy-compass adopts the filter contract (PR E) #1889 and feat(filters): services adopts the filter contract (PR C, rebased — supersedes #1866) #1878/feat(services): adopt the filter contract with real facets (PR C) #1882 histories. Current-main source review covered therapy filter wiring, service facet parsing, registry mapping, ranking, and focused fixture coverage. Exact-head static CI passed formatting, runtime and installed-lock alignment, documentation inventory and links, branch-review ledger integrity, outstanding-issues integrity, and ledger write discipline.
  • Exact-head required CI:PR required green; Static PR checks green; PR policy green; PR mergeability green while correctly reporting the later one-commit base advance. Production UI was skipped as expected for this documentation-only diff. No required check is pending, missing, cancelled, or failed on the reviewed head.
  • Advisory checks: Secret Scan green; SAST green. CodeRabbit was unavailable due rate limiting. Supabase was non-applicable to this diff.
  • Auto-merge: Remains armed with squash mode and was not changed.
  • Limitations: The local runtime had no repository checkout, GitHub network access, or gh, so authoritative GitHub connector data and exact-head Actions were used. Continued hourly monitoring is unavailable after this active run ends.
  • Residual risk: GitHub currently labels the PR behind because main advanced after the single authorised sync. The latest-base tree is clean, but branch protection or auto-merge may still require a user-managed update to latest-base parity. The P2 registry round-trip tests remain future work.

The PR was not merged. Final merge is left to the user.

@BigSimmo
BigSimmo merged commit db274b8 into mainAug 13, 2026
25 checks passed
@BigSimmo
BigSimmo deleted the claude/filter-contract-therapy-compass-pr-e branch August 13, 2026 20:21
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@BigSimmo@claude