6593bdf689
Extracted real production usage from 8 KDC repos and consolidated the consensus (kdcsurveyadd / kdcvault / kdc_void_planner) into the canonical design.md + tokens. Highlights: - brand.ink #000000 -> #1A1530 (purple-tinted, matches real usage) - brand.canvas #F5F4F0 -> #F7F4ED (warm) - neutral ramp rebuilt around ink (purple-tinted, not cold slate) - semantic palette retuned for warm canvas + soft tints - elevation shadows retinted with brand-ink rgb - new accent.gold (product) and accent.mint (marketing) tokens - real themes/light, themes/dark, themes/high-contrast - fleshed out every component + foundation README - docs/consolidation-2026-05.md captures the full audit + drift inventory Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Tokens
Machine-readable design tokens, exported from the canonical ../design.md source. These files are the integration point for downstream platforms (web/CSS, iOS, Android, Figma).
| File | Purpose |
|---|---|
colors.json |
Brand, neutral, and semantic colors. |
typography.json |
Type ramp (display → caption + mono). |
spacing.json |
4px base spacing scale. |
radius.json |
Corner radius scale. |
elevation.json |
Shadow / depth tokens. |
motion.json |
Duration + easing tokens. |
breakpoints.json |
Responsive breakpoints. |
Tokens conform broadly to the W3C Design Tokens Format. Run
npm run build:tokensto regenerate platform outputs oncescripts/build-tokens.jsis implemented.