docs: sync landing/README/demos with latest main (720 → 729 tokens) - #560
Conversation
Rebased fresh off main after #552 merged. Later PRs (#554–#559) grew the token set to 729 (new --sf-fluid-width and --sf-surface-bg-* knobs from #557) and renamed state classes to .sf-is-* (already reflected in the merged docs). Update the remaining stale counts: - README + landing: 720 → 729 design tokens. - architecture.md file-map: list the full active utility set (heading/text-size/hover/list-reset/marker/selection/sticky). - demos/generate.mjs: teach it the eight new --sf-surface-bg-* knobs (seven curated background overrides + skip the animation shorthand), then regenerate: 324 bundled classes / 729 tokens (was 320 / 720). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016WH9Q15j1dZYxqTqMoomxq
|
Warning Review limit reached
Next review available in: 50 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. 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: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ 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 |
PR Summary by QodoDocs: sync README/landing/demos to 729-token API surface
AI Description
Diagram
High-Level Assessment
Files changed (7)
|
|
Caution Failed to replace (edit) comment. This is likely due to insufficient permissions or the comment being deleted. Error details |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 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.
Inline comments:
In `@docs/architecture.md`:
- Line 54: The utilities overview entry uses ambiguous helper names for the
active blocks; update the documentation in the architecture section so the
curated subset names match the active helpers exactly. In the line describing
slashed.utilities, replace the generic marker/selection grouping with the
explicit names used elsewhere, namely marker-colour and alternate-selection, so
the documented structure stays consistent with optional/utilities.css and the
active helper list.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: ff245a6a-e94d-4673-b8d5-445fe32852ef
📒 Files selected for processing (7)
README.mddemos/full-api-demo-with-overrides.htmldemos/full-api-demo.htmldemos/generate.mjsdemos/ultimate-override.cssdocs/architecture.mdindex.html
CodeRabbit flagged docs/architecture.md:54 — the terse 'marker/selection' labels did not match the block names in optional/utilities.css or the fuller prose in the same file. Spell them out as marker-colour / alternate-selection. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016WH9Q15j1dZYxqTqMoomxq
Context
Follow-up to #552 (merged). Since that merge, PRs #554–#559 landed and moved
the documented surface again. This PR restarts fresh off the latest
mainandbrings our landing page, README,
architecture.md, and the API demos back insync with the current token/class set.
What changed upstream (and what we updated)
--sf-fluid-width+--sf-surface-bg-*(and #497/#526/#523).is-*→.sf-is-*.sf-bg--*dropped,.sf-theme-*added)architecture.mdfile-map still said "rest commented"--sf-surface-bg-*knobs brokedemos/generate.mjs(unhandled-knob assertion)animationshorthand, regeneratedResult
docs/api-index.jsonand the generateddocs/tokens.md.demos/generate.mjsbuilds again; the full-API demo reports 324 bundledclasses / 729 tokens (was 320 / 720).
component surface still
.sf-btn+.sf-card.Checks
Local gates green:
check:version,check:llm-guide,check:registry,audit:check(729 tokens, 288.sf-, 28.sf-is-).🤖 Generated with Claude Code
Generated by Claude Code
Summary by CodeRabbit
New Features
Documentation