Skip to content

chore: remove leftover PR_POLICY_BODY.md after #939 - #953

Merged
cursor[bot] merged 1 commit into
mainfrom
cursor/remove-stale-pr-policy-body-5c1b
Jul 20, 2026
Merged

chore: remove leftover PR_POLICY_BODY.md after #939#953
cursor[bot] merged 1 commit into
mainfrom
cursor/remove-stale-pr-policy-body-5c1b

Conversation

@BigSimmo

Copy link
Copy Markdown
Owner

Summary

#939 squash-merged with PR_POLICY_BODY.md still on the head, so the file is back on main. Sync PR policy body will re-apply that stale compare-dock description to later PR heads that inherit the file (same failure mode as #942).

Delete the leftover template from main.

Verification

  • Diff is delete-only for PR_POLICY_BODY.md
  • Verification not run: docs/metadata-only cleanup; no product, UI, or clinical behavior change

Risk and rollout

Open in Web Open in Cursor 

Same class of issue as #942: a merged PR left PR_POLICY_BODY.md on
main, so Sync PR policy body would re-apply a stale description to
later PR heads that still carry the file from main.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@supabase

supabase Bot commented Jul 20, 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 ↗︎.

@cursor
cursor Bot enabled auto-merge (squash) July 20, 2026 05:51
@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Review was skipped as selected files did not have any reviewable changes.

💤 Files selected but had no reviewable changes (1)
  • PR_POLICY_BODY.md
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 4900979f-8caa-49df-b0cf-69f15e5990f7

📥 Commits

Reviewing files that changed from the base of the PR and between 23b9c27 and 4532a5b.

📒 Files selected for processing (1)
  • PR_POLICY_BODY.md

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch cursor/remove-stale-pr-policy-body-5c1b

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

@cursor
cursor Bot merged commit 30cd2fe into main Jul 20, 2026
16 checks passed
@cursor
cursor Bot deleted the cursor/remove-stale-pr-policy-body-5c1b branch July 20, 2026 05:53
cursor Bot pushed a commit that referenced this pull request Jul 24, 2026
Keep the corrected GitHub PR description without leaving a template
on main that would overwrite later PR bodies (same cleanup pattern
as #942 / #953).

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
cursor Bot pushed a commit that referenced this pull request Jul 25, 2026
#1177)

* fix(#30): keep admission/discharge wide-tier aliases disjoint

A single Admission-to-Discharge document was listed under both
AdmissionCommunityPts and Discharge, so expectedFileCoverage could set
allHit true from one retrieved source. Drop those titles from the
admission side and add fail-closed contract tests.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* fix(#75): paginate search-scope label enumeration past 1k rows

A single document_labels query could silently drop matches beyond the
Supabase 1,000-row response cap. Load labels in deterministic
document-batched pages with stable ordering and abort propagation, and
cover multi-page >1000 enumeration in unit contracts.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* issues: mark #30 and #75 done

Archive the wide-tier dual-alias false-pass and search-scope 1k label
truncation fixes; remove the composite recommended-queue row.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* fix: harden distinct-slot matching and label page budget

expectedFileCoverage now consumes each retrieved top-file at most once
so a combo-titled source cannot false-pass multi-slot allHit. Label
enumeration fails closed after a bounded page budget instead of looping
forever on a stuck full-page API response.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* style: prettier-format search-correctness follow-up files

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* ci: sync accurate PR #1177 policy body template

Replace the stale search-performance PR_POLICY_BODY.md leftover on
main so Sync PR policy body stops overwriting this PR with unrelated
summary text. Template will be deleted in a follow-up commit after
the sync job applies it.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* ci: apply correct PR #1177 policy body for sync

Temporary template so Sync PR policy body replaces the stale
search-performance description. Delete in the next commit before merge.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* ci: remove PR_POLICY_BODY.md after sync

Keep the corrected GitHub PR description without leaving a template
on main that would overwrite later PR bodies (same cleanup pattern
as #942 / #953).

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* docs: record PR #1177 review and hardening outcome

Append branch-review-ledger entry for the #30/#75 assessment,
distinct-slot/page-budget fixes, and PR_POLICY_BODY cleanup.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* docs: supersede #1177 ledger tip after PR_POLICY_BODY cleanup

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* fix(docs): encode ledger em-dashes as UTF-8

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
cursor Bot pushed a commit that referenced this pull request Jul 25, 2026
…mplate cleanup (#1204)

* fix(#30): match expected files by distinct document identity

The merged #30 fix assigned each expectation to a distinct source
position. Positions are not documents: answer.citations carries one
entry per cited chunk, so a single combo-titled document arrives
several times and could still fill both comparison slots. First-come
assignment was also order-dependent -- a document matching two
expectations could consume the only source a narrower expectation
needed, so the same inputs produced different allHit results depending
on expectedFiles order.

Dedupe the window by document text and assign sources by maximum
bipartite matching, so coverage is both distinct-by-document and
order-independent.

RAG impact: no retrieval behaviour change -- eval matching only.

Also append label rows in place when building labelsByDocument; paging
past the 1,000-row cap (#75) means that loop now sees the full label
set, where per-row array rebuilds were quadratic.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* chore: remove leftover PR_POLICY_BODY.md after #1153

The sync-pr-policy-body CI job overwrites a pull request description
with this file whenever it exists on the head commit. The copy on main
holds the audit-remediation body from #1153, so every branch cut from
main silently inherits that description -- which is how #1177 lost its
own body. Remove it, as #953 did after #939; the job skips cleanly when
no template is present.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* docs(issues): record the #30 follow-up and open #80

Drop the stale queue row for #30/#75, which stayed in the recommended
queue after both were archived, note the distinct-identity hardening on
the #30 archive row, and open #80 to re-test the removed
admission-to-discharge widening under approved eval evidence.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* docs(ledger): append #1177 SHA correction and this review record

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
Sign up for free to 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