docs(issues): close #276, and record why the Lighthouse advisory is red repo-wide - #1724
Conversation
…ed repo-wide #276 shipped in PR #1720 (5c0504a) and was still sitting open at position 113 of the recommended queue, which is how finished work gets done twice. Archived with the outcome: LinkActionProps carries tone?: never, because Omit alone only closed the object-literal path — a spread still type-checked clean and rendered the accent, verified with a focused tsc probe before the change. #118 gains the measured cause of the failing 'Lighthouse budget (advisory)' job, which is not a budget breach and not any one PR's fault. The CI runner's Chromium moved 150 -> 151 while lighthouse-budget.json's baselines were captured on 150, so run-lighthouse-budget.mjs refuses to grade across browser versions: ten of ten route/strategy pairs report 'baseline measured by a different browser' and the job exits 1 with 'Evidence incomplete. Nothing is graded from this run.' The numbers were at or better than baseline — mobile-root improved from LCP 3930ms to 2304ms. Recorded because it is repo-wide, will recur on every Chromium bump, and costs a diagnosis per PR until someone refreshes the baselines from CI artifact provenance. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in:30 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 (2)
📝 WalkthroughWalkthroughThe issue ledger updates ChangesIssue ledger maintenance
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This pull request has been ignored for the connected project Preview Branches by Supabase. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:48f4ecfe6d
ℹ️ 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.
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
docs/outstanding-issues.md (1)
315-316: 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick winPreserve the existing
#276archive record.This change deletes the prior archive entry and adds a replacement at Line 473. The archive contract at Line 319 says to keep records and not delete them. Use the
/issuesworkflow to update or supersede the existing record without losing its prior unresolved history.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@docs/outstanding-issues.md` around lines 315 - 316, Preserve the existing `#276` archive record in the outstanding-issues archive instead of deleting it. Use the repository’s /issues workflow to update or supersede that record while retaining its prior unresolved history, and add the replacement only in the established archive format.Source: Coding guidelines
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Outside diff comments:
In `@docs/outstanding-issues.md`:
- Around line 315-316: Preserve the existing `#276` archive record in the
outstanding-issues archive instead of deleting it. Use the repository’s /issues
workflow to update or supersede that record while retaining its prior unresolved
history, and add the replacement only in the established archive format.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 8dbcc71f-b4ff-4b33-9db0-0455bce48c8f
📒 Files selected for processing (1)
docs/outstanding-issues.md
Codex P2 on PR #1724: the red advisory is a stale Chromium 150 baseline overwrite from #1710 against a job already pinned to Playwright Chromium 151 (#1716), not a fresh CI-runner 150→151 bump. Prefer restoring or comparing the known 151 baseline over a blind --update. Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
PR #1724 review-and-fix summaryTip: Fixed
Dispositioned (no code change)
Required CI (this tip)
Earlier transient Local proof
Residual
Merge left to you. |
Summary
Docs-only, one file, two independent ledger edits.
Closes
#276. The fix shipped in PR fix(design-system): LinkAction refuses tone; correct #270, #118 and #269 by measurement #1720 (5c0504a40) but the row was still open — and still sitting at position 113 of the recommended execution queue, which is exactly how finished work gets picked up and done a second time. Archived with the outcome:LinkActionPropscarriestone?: never, becauseOmit<BaseProps, "tone">alone only closed the object-literal path — a spread still type-checked clean and rendered the accent. Verified with a focusedtscprobe before the change (Omitaccepted the spread with no diagnostic;tone?: neverrejected it with TS2345), and pinned by a type-level contract test that stops compiling if the prop ever widens back.Records the measured cause of the red
Lighthouse budget (advisory)job on#118. It is not a budget breach and not attributable to any one PR. The CI runner's Chromium moved 150 → 151 whilelighthouse-budget.json's baselines were captured on 150, sorun-lighthouse-budget.mjsrefuses to grade across browser versions. All ten route/strategy pairs reportbaseline measured by a different browser … refresh with --update, and the job ends withEvidence incomplete. Nothing is graded from this run.The measurements themselves were at or better than baseline —mobile-rootimproved from LCP 3930 ms to 2304 ms.Worth writing down rather than re-diagnosing: it is repo-wide (every PR tripping
ui_changedorbuild_changedshows this job red until baselines are refreshed), it recurs on every Chromium bump, and the refresh must come from CI artifact provenance because the script keys on the browser UA — a developer machine is rejected the same way. Refreshing also silently re-accepts whatever the current numbers are, which is why it stays a decision on#118rather than a chore.Verification
npm run check:outstanding-issues— passed:274 rows (130 open, 144 archived), unique ids, next-id=277 above the highest, no merge driver, no ids deleted from base 5c0504a40615. The open/archived split moves 131/143 → 130/144, which is the#276closure and nothing else.npx prettier --check .— passed whole-tree:All matched files use Prettier code style!npm run issues:done/issues:update, never by hand.Evidence for the Lighthouse claim is CI run
31248683948, job93081470146, artifactlighthouse-budget-31248683948(id9019375154) — read from the job log, not inferred.🤖 Generated with Claude Code
Summary by CodeRabbit