UIK Package Router: docs
Scope: apps/docs/**
Purpose
- Public documentation + dogfooding lab that exercises tokens/primitives/shell without a framework runtime.
Mode Guidance
- Follow root
AGENTS.mdmodes and risk triggers. - For cross-repo reporting/session closeout, follow root
AGENTS.md. - Standard/Deep: use the queue (
ato q ...) and run the required gates (ato gate run --mode ...). - Fast Path: queue/gates optional; note skips in the final summary.
Fast Context
- App wiring:
apps/docs/src/main.ts,apps/docs/src/app.ts - Docs content:
apps/docs/src/content.ts - Docs styling:
apps/docs/src/styles.css(token-first)
Local Invariants
- No literal design values: use
--uik-*in CSS and inline styles. - Examples demonstrate public contracts (props/events/slots/parts/custom properties).
- A11y is a gate: stories/examples should pass axe=0.
Local Triggers
- If docs require a literal breakpoint/utility workaround, create a backlog item tagged
Debtwith a reproducer and acceptance criteria.