fix(app): keep plugin audit density within ratchet - #11666
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
|
Same-account review note after local verification. I did not submit an approving review because this PR is authored by Reviewed the related local package guidance ( Verification run on head
Manual screenshot review:
No blocking issues found. |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
Summary
Why
While validating #11594,
bun run --cwd packages/app audit:appfailed the minimalism ratchet forplugin-inbox-guimobile-landscape andplugin-screenshare-guimobile-portrait. The merged #11594 branch did not include these layout fixes, so this PR carries them separately.Validation
bun run --cwd packages/app audit:appon rebased head: 349/349 passed; broken=0, minimalism-budget-failures=0, minimalism-ratchet-failures=0, hover-probe-failures=0, density-probe-failures=0.packages/app/aesthetic-audit-output/manual-review/.bun run audit:type-safety-ratchetpassed.bunx @biomejs/biome check --config-path biome.json --files-ignore-unknown=true packages/scripts/type-safety-ratchet-baseline.json plugins/plugin-inbox/src/components/inbox/InboxView.tsx plugins/plugin-screenshare/src/components/ScreenshareSpatialView.tsxpassed.git diff --check origin/develop...HEADpassed.Note:
plugin-trajectory-logger-guimobile-landscape still reports the pre-existing non-blockingneeds-workoverlay note in the app audit (overlay overlaps "open" (127px²)), but there are no ratchet, hover, density, or broken-view failures.