process: anti-conflict operating procedure and silent-CI signal - #1416
Conversation
Add outstanding-issues ID/marker/union guards (#112), a read-only pull_request_target mergeability signal for dirty heads (#116), and an anti-conflict CI-speed operating procedure that prefers bundling and format-before-push without weakening required gates or touching active PRs. Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
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:3 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 (17)
✨ Finishing Touches📝 Generate docstrings
Comment |
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:d1170649ee
ℹ️ 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.
BigSimmo
commented
Jul 30, 2026
@codex resolve actionable Codex review findings for this pull request and current head using the repository instructions. This is the pull request's single automatic repair pass: do not perform a fresh review, create new standalone findings, or request another review. Work only the existing unresolved Codex threads on the current head. Always fix P0 and P1 findings. For P2 and lower findings, fix only clear, scoped, low-risk issues; otherwise disposition them with a concise reason. After fixing or dispositioning a thread, reply in that thread with as the first line, followed by a concise summary; that marker authorizes the workflow to close that exact thread. If human input or new authorization is required, do not use the marker and leave the thread open with the blocker. Finish only after every actionable thread is fixed or dispositioned and closed, or explicitly left open for a human decision. Do not update the branch from main, address unrelated reviews, broaden scope, or create more than one scoped fix commit. Do not use external APIs, paid services, credentials, dependency changes, or broad refactors unless explicitly authorized. Add targeted tests where behavior changes and run the narrowest relevant validation. |
CI triageCI failed on this PR. Automated classification of the 2 failed job(s):
Compared with main CI run #6794 (success). Classification is evidence routing, not permission to ignore a failure. Exact quarantined Playwright identities remain governed by the flake ledger. |
Unit coverage failed because reject-high-compression-ratio allocated and deflated 24MB of zeros under the 30s Vitest timeout. 1MB still exceeds the 150:1 admission ratio (~480:1) without the CI flake. Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
Codex Review: Didn't find any major issues. Hooray! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
Bring in #1405 mode-nav fix; merge-tree was clean. Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
…onflict-speed-1edf Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
…onflict-speed-1edf Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
Summary
AGENTS.mdanddocs/process-hardening.md.#116: read-onlypull_request_targetworkflowPR mergeabilityfails explicitly whenmergeable_stateisdirty(no branch updates).#112follow-up after PR feat(gates): make an outstanding-issues id collision a red gate #1410: keep main’s stronger structuralcheck:outstanding-issuesgate; addmerge=unionondocs/outstanding-issues.mdplus a runtime attribute check.main(resolved overlap with feat(gates): make an outstanding-issues id collision a red gate #1410). Dropped the duplicate weaker checker/test from the earlier tip.Verification
git merge-tree --write-tree origin/main HEAD— clean (no conflicts)npm run check:outstanding-issuesnpm run check:pr-mergeabilitynpm run check:gate-manifestnpm run check:github-actionsnpm run docs:check-scriptsnpm run verify:pr-local— Test Files 431 passed; Tests 4480 passed | 4 skipped; offline RAG fixtures 36/21; client-bundle scan passednpx vitest run tests/upload-structure.test.ts— 15/15 passed (3 consecutive runs after zip-bomb fixture shrink)Risk and rollout
pull_request_targetworkflow and wirescheck:pr-mergeabilityinto static gates; extends the existing outstanding-issues gate with amerge=unionattribute check. Workflow checks out onlygithub.workflow_sha, read-only permissions, no PR-head execution, noupdate-branch. Test fixture size change only; product compression-ratio gate unchanged at 150:1.Notes
#116; updates#112archive note for themerge=unionfollow-up.