From 7604651579be52c73326ddc6781b8e9d0bb70db0 Mon Sep 17 00:00:00 2001 From: Brummel Date: Sat, 4 Jul 2026 11:24:07 +0200 Subject: [PATCH] =?UTF-8?q?feat(cli):=20aura.css=20becomes=20the=20style?= =?UTF-8?q?=20pin=20=E2=80=94=20tokens,=20component=20library,=20CLAUDE.md?= =?UTF-8?q?=20rule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Second half of the style pin. assets/aura.css now carries (a) the full :root token palette (Catppuccin-Mocha-derived; --bg deliberately darker than Mocha base; new --border3 #585b70 completes the border ladder at an identical computed value), (b) the shell rules migrated color-literal to var() with identical computed values (font stacks stay literal — the --mono token's longer fallback chain would change the computed value), and (c) an opt-in, class-scoped component library distilled from the milestone demo page (.aura-doc register, .wrap, .badge, .stats, .cards, .term, .callout, table.res, .pipe) — unused by the runtime pages, which render pixel-identically. CHART_CSS migrates to the same tokens (it lands in the same document after the shell