Skip to content

chore: remove stale PR_POLICY_BODY.md left on main - #942

Merged
cursor[bot] merged 2 commits into
mainfrom
cursor/pr-policy-body-cleanup-f46b
Jul 19, 2026
Merged

chore: remove stale PR_POLICY_BODY.md left on main#942
cursor[bot] merged 2 commits into
mainfrom
cursor/pr-policy-body-cleanup-f46b

Conversation

@BigSimmo

Copy link
Copy Markdown
Owner

Summary

Verification

  • Confirmed PR_POLICY_BODY.md is deleted on this branch and absent from the intended merge tip
  • Local evaluatePullRequestPolicy accepts this description
  • git diff --check
  • UI verification not run: docs/metadata-only cleanup; no UI/runtime behavior changed

Risk and rollout

  • Risk: low — deletes a leftover PR description template; Sync PR policy body skips when the file is absent
  • Rollback: restore PR_POLICY_BODY.md from 27db15ce if a follow-up PR still needs that sync template
  • Provider or production effects: None

Clinical Governance Preflight

  • Source-backed claims still require linked source verification before clinical use
  • No patient-identifiable document workflow was introduced or expanded without explicit governance approval
  • Supabase target remains [REDACTED] ([REDACTED])
  • Service-role keys and private document access remain server-only
  • Demo/synthetic content remains clearly separated from real clinical sources
  • Source metadata, review status, and outdated/unknown-source behavior remain conservative
  • Deployment classification/TGA SaMD impact was checked when clinical decision-support behavior changed

Notes

Open in WebOpen in Cursor

#932 committed a PR-specific policy body template that Sync PR policy body
keeps applying to later PRs with unchecked governance checkboxes. Remove it
so future heads skip sync unless they intentionally add a fresh template.
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

supabaseBot commented Jul 19, 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 Jul 19, 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: d5f6d9bd-bb8d-486e-9ce9-bdfa36bba2f7

📥 Commits

Reviewing files that changed from the base of the PR and between 096fbe9 and 40afba1.

📒 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/pr-policy-body-cleanup-f46b

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

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
@cursor
cursorBot enabled auto-merge (squash) July 19, 2026 20:28
@cursor
cursorBot merged commit 7c8e6aa into mainJul 19, 2026
16 checks passed
@cursor
cursorBot deleted the cursor/pr-policy-body-cleanup-f46b branch July 19, 2026 20:30
cursorBot pushed a commit that referenced this pull request Jul 19, 2026
Main removed the stale PR_POLICY_BODY.md sync template (#942). Drop it
here too so CI stops overwriting the Favourites PR description; the
Clinical Governance Preflight checklist already synced onto the PR body.
cursorBot pushed a commit that referenced this pull request Jul 19, 2026
Ledger closeout for the Safari edge-to-edge merge and stale PR policy body cleanup.
cursorBot pushed a commit that referenced this pull request Jul 19, 2026
Resolve branch-review-ledger conflict by retaining both Favourites
guest-blackout review rows and the #933/#942 PR-policy closeout from main.
cursorBot pushed a commit that referenced this pull request Jul 19, 2026
Keep both the #942 PR-policy closeout ledger row and the #936 documents
search header review row after resolving the branch-review ledger conflict.
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
cursorBot pushed a commit that referenced this pull request Jul 19, 2026
Accept #942's deletion of the stale PR policy template so squash-merge
does not reintroduce it. Keep the already-synced #938 PR description.
Resolve ledger conflict by retaining both #942 closeout and #938 rows.
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
cursorBot pushed a commit that referenced this pull request Jul 19, 2026
Bring in #936 documents search header chrome from main and keep Favourites
guest-blackout review rows alongside the #933/#942 PR-policy closeout.
cursorBot pushed a commit that referenced this pull request Jul 20, 2026
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: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
cursorBot 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>
cursorBot 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>
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@cursoragent