fix(design-system): critique fixes + post-merge truth sweep (bundled hygiene PR) - #1541
Conversation
…n, HCM backdrop, allowlist - Strip literal var() fallback values from the v2 components (20 sites, 5 files) - the last value-restatement channel. The one surviving fallback is role-to-role (var(--e2, var(--shadow-soft))), which restates no value. - Contract test parses the structural and light .ckb-v2 blocks separately, so a token declared in the wrong block now fails instead of passing merged. - Forced-colours --overlay-backdrop is transparent, not opaque Canvas - HCM users rely on borders for layer separation. - Remove the six docs-link allowlist entries whose files landed with #1538, per their own remove-after-merge note. Verified: vitest 5 files -> 70 passed (70); docs:check-links 1517 resolve. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…claration rule SHAs now pinned only in DECISIONS' resolution log; SPEC/TOKENS/GATES/README state rolling status (merged via #1538). Playbook rows PR 1/2 done, PR 3/4 partial. TOKENS fall-through section replaced with the standing rule: a colour role added to the light block is added to the dark block in the same commit (ink contract-enforced). Resolution log gains the dark-ink bug record and this hygiene pass. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
🔒 Upgrade RequiredPrivate repository analysis requires Pro or Enterprise. Upgrade: https://ecc.tools/pricing?plan=pro ECC Tools keeps the core app open, and puts private repos, team features, and enterprise controls behind paid tiers. |
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in:48 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 (13)
Comment |
Uh oh!
There was an error while loading. Please reload this page.
🔒 Upgrade RequiredPrivate repository analysis requires Pro or Enterprise. Upgrade: https://ecc.tools/pricing?plan=pro ECC Tools keeps the core app open, and puts private repos, team features, and enterprise controls behind paid tiers. |
BigSimmo
commented
Jul 31, 2026
@cursoragent Work the current open PR. Confirm the PR number and GitHub head first from context. If more than one open PR could apply, stop and say which one you would use and why. Fetch and start from the remote tip that matches that GitHub head. If the named branch ref is missing or stale, use the PR head ref. Preserve unrelated local WIP; do not discard dirty work; do not treat a local-ahead commit as the reviewed tip. Do not merge the PR, force-push, rebase, or arm auto-merge unless I explicitly ask. No provider-backed gates without approval. If you cannot push or resolve threads, diagnose and comment only; if inline replies fail, resolve when possible and put dispositions in the summary comment. If auto-merge is already armed, push only for a real blocker and avoid cancelling in-flight required CI unless the push clears that blocker. If the PR is already merged or closed: confirm outcome, post one summary, and stop. Goal: review and Bugbot the tip, fix actionable issues with the smallest correct changes, clear merge / required-CI / thread blockers, prove fixes with focused local checks, push, append ledger, and post one PR summary. Use broader offline gates only when the delta or a failed required check warrants them. Regenerate large assets only when a fix requires it. Snapshot the GitHub head: tip, behind/ahead, mergeable state, merge-tree versus origin/main, required checks on that tip including Production UI when selected, unresolved actionable threads. Missing checks while dirty are not green. Tip moved → re-snapshot. Ledger-lookup against that GitHub head under the review-and-fix scope for this PR. Already reviewed at this head with clean merge-tree, green required checks, and no new actionable threads → summarize, comment, stop unless I asked for a fresh superseding pass. Unblock once: real conflict → merge origin/main (prefer main’s shared queues; keep this PR’s notes); behind-but-clean → one sync, late if required CI is in flight; clean → leave. After any sync or push, re-snapshot before declaring done. No sync thrash. Review high-confidence issues only. Separate PR-introduced defects from pre-existing re-emitted data. For generated assets, review contracts, aliases, and cache—not every generated line. Flag RAG or governance before editing; fix PR-body policy text only when wrong or missing. Ignore bot noise. Fix P0/P1 always; clear scoped P2 when locally provable; else disposition and resolve. Required-check failures on this tip only; ignore advisory. Prove each fix with the smallest targeted check; escalate to cheap or PR-local verification only when the change set, risk surface, or CI failure needs that breadth. Format and commit before push. Push only this PR’s fix commits. Append ledger for the final GitHub head. Never push a ledger-only tip. One PR comment: tip, sync/merge-tree, fixed versus dispositioned, required CI, decisive local proof, residual risks; merge left to me. Stop when merge-tree is clean on the current GitHub tip, no actionable threads remain, required checks are green or clearly in progress, summary posted, merge left to me. |
Worked PR #1541 ( Fixed
State
Merge left to you. |
Sentry Bugbot correctly flagged DoseLine's left-padding arbitrary value: pl-[calc(...)] was missing the calc() closer, so browsers dropped the declaration and dose text could sit under the inset rule. Also finish the truth-sweep playbook rows this PR claimed: PR 1 done (#1538), PR 2 partial (HCM block landed; computed assertions still open). Co-Authored-By: Cursor <cursoragent@cursor.com> Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
🔒 Upgrade RequiredPrivate repository analysis requires Pro or Enterprise. Upgrade: https://ecc.tools/pricing?plan=pro ECC Tools keeps the core app open, and puts private repos, team features, and enterprise controls behind paid tiers. |
Review-and-fix summary — PR #1541Tip (GitHub head): Snapshot
Fixed
Dispositioned / threads
Required CI
Local proofResidual risks
Merge left to you. |
Uh oh!
There was an error while loading. Please reload this page.


Summary
var()fallback values from the v2 components (20 sites, 5 files); the survivingvar(--e2, var(--shadow-soft))is role-to-role and restates no value..ckb-v2blocks separately (wrong-block declarations now fail).--overlay-backdroptransparent instead of opaque Canvas.Docs + design-system-layer only; nothing adopted by product surfaces, no visual change.
RAG impact: no retrieval behaviour change — no RAG surface touched.
Verification
npm run docs:check-links— "1517 repo path references resolve"Clinical Governance Preflight
Clinical KB Database(sjrfecxgysukkwxsowpy)🤖 Generated with Claude Code