Skip to content

chore(website): post-arc follow-ups — delete dev route, guard to error - #866

Merged
blove merged 2 commits into
mainfrom
blove/post-arc-followups
Aug 30, 2026
Merged

chore(website): post-arc follow-ups — delete dev route, guard to error#866
blove merged 2 commits into
mainfrom
blove/post-arc-followups

Conversation

@blove

@blove blove commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

What

Two of the three post-arc follow-ups, in two commits:

1. Delete the dev-only primitives route. Its own FAQ said "this route gets deleted once the marketing pages have migrated" — #848#858 finished that. Removes the route, its e2e spec, and its lint-guard exemption.

2. Escalate the inline-style guard warnerror — at zero suppressions. The plan anticipated 18 disable comments; instead every dynamic site converts to the rule's own patterns (custom-property escape hatches with CSS consumers; the toast's entrance animation becomes a data-mounted state pair). The guard now enforces with no exceptions ledger at all.

Two cascade traps caught by verification

  • Specificity: the per-page accent moved from inline color (outranks everything) to an attribute rule — which lost to Eyebrow's 0-2-0 tone rules until given a matching compound selector. Caught as a muted-grey eyebrow on the solutions pages by the prod-signature diff, localized to exactly the 5 eyebrow elements.
  • rotate(var(--x, 0deg))none: the 0deg default computes to an identity matrix, which silently creates a stacking context and a fixed-position containing block on every un-rotated BrowserFrame. Caught as a single-element transform diff; the tilt is now gated behind data-rotated.

Verified

/pricing, /docs, and /solutions/customer-support hash-identical to production at 1280 over 30 computed properties (the set now includes transform, min-width, max-width, opacity — widened specifically to catch conversions like these). nx test website fully green, 0 lint errors, prod build green.

Remaining follow-up (its own ticket): wiring cockpit apps to the generated tokens.css — a real visual change per app.

🤖 Generated with Claude Code

blove and others added 2 commits August 30, 2026 07:02
Its own FAQ said 'this route gets deleted once the marketing pages have
migrated' - the substrate migration (#848-#858) finished that. Removes the
route, its e2e spec, and its lint-guard exemption.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…pressions

Second commit of the post-arc follow-ups. Rather than the planned 18
eslint-disable comments, every remaining dynamic-value site converts to the
rule's own patterns, so the guard enforces with no exceptions ledger at all:

- GlyphChip size, CardGroup columns, CompareTable's tier-driven CTA grid, the
  solutions pages' per-page accent, and BrowserFrame's rotate/maxWidth all
  become custom-property escape hatches with CSS consumers.
- AnnouncementToast's entrance animation becomes a data-mounted state pair.

Two cascade traps caught by prod-signature verification during the swap:
- The accent rule needed [data-ui="eyebrow"][data-accent-text] to tie the
  Eyebrow tone rules' 0-2-0 specificity (the inline color it replaced used to
  outrank everything).
- rotate(var(--x, 0deg)) computes to an identity MATRIX, not `none` - which
  silently creates a stacking context and fixed-position containing block on
  every un-rotated BrowserFrame. The tilt is now gated behind data-rotated.

Verified value-preserving: /pricing, /docs, and /solutions/customer-support
hash-identical to production at 1280 over 30 computed properties (including
transform and min/max-width).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@blove
blove enabled auto-merge (squash) August 30, 2026 14:12
@vercel

vercel Bot commented Aug 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
threadplane Ready Ready Preview Aug 30, 2026 2:14pm

Request Review

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval: this PR received an intelligent (AI) code review. See the review comments on this PR.

@github-actions

github-actions Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Claude finished @blove's task in 0s —— View job


I'll analyze this and get back to you.

@blove
blove merged commit 59fc945 into main Aug 30, 2026
22 of 23 checks passed
Sign up for free to 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.

1 participant