Add visual design language (IBM/Carbon-inspired) and schedule it as M1.5

Defines the visual contract before the design-application work, so M2+ build on settled tokens.

- docs/architecture/09-visual-design.md: principles + deliberate divergences (square chrome, free color/theming), token system (IBM Plex type, 8px spacing, role-based color, motion), component conventions, and a source-repo map for extending the research
- docs/architecture/visual-specimen.html: standalone kitchen-sink specimen with a live theme x accent switcher; doubles as the tokens.css sandbox
- IMPLEMENTATION-PLAN: new M1.5 'Visual design foundation' milestone, plus ground-rule/cross-cutting/reference wiring
- index links: 00-overview, CLAUDE.md, AGENTS.md (architecture playbook now 00-09)

Applying the design to the M1 surfaces is deferred to a separate session.
This commit is contained in:
2026-06-05 00:25:11 +03:00
parent ca54bb66b1
commit 094e5f6e4e
6 changed files with 823 additions and 6 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ src/
styles/ # Global CSS (tokens, base)
docs/
├── spec/ # Authoritative behavioral specification (0010) — the WHAT
├── architecture/ # Architecture playbook (0008) — the HOW (self-contained)
├── architecture/ # Architecture playbook (0009) — the HOW (self-contained)
└── IMPLEMENTATION-PLAN.md
```