18 lines
890 B
Markdown
18 lines
890 B
Markdown
# CLAUDE.md
|
|
|
|
Read and follow [`AGENTS.md`](AGENTS.md) for repository layout, commands, coding conventions, and hard rules.
|
|
|
|
## Design System
|
|
|
|
Always read [`DESIGN.md`](DESIGN.md) before making any visual or UI decision —
|
|
**start with the "clone agent-orchestrator verbatim" banner at the top**, which
|
|
governs the current look.
|
|
|
|
The renderer **clones the agent-orchestrator web app verbatim**
|
|
(`~/Projects/agent-orchestrator/packages/web/src`) in looks and design, with a
|
|
refined-blue accent and the terminal keeping its own palette. This **supersedes the
|
|
older "match emdash" framing** in DESIGN.md (per explicit user decision 2026-06-10).
|
|
Build new UI from shadcn primitives (`components/ui/*`) where a component fits. Do not
|
|
deviate without explicit user approval. In QA/review, flag any renderer code that
|
|
diverges from **agent-orchestrator** — do **not** re-flag emdash mismatches.
|