From 9f06899238463c64533b3ba14d8bb80366392a12 Mon Sep 17 00:00:00 2001 From: iris Date: Fri, 5 Jun 2026 19:21:43 +0200 Subject: [PATCH] docs(web-ui): move css-vars.md into web-ui/ The CSS theme-variable reference documents the dashboard/agent web-UI stylesheets, so it belongs under docs/web-ui/ alongside shape/dashboard/ agent. Wire it into the web-ui.md index (split list + reading path) and the CLAUDE.md file map. Closes #1405. --- CLAUDE.md | 3 ++- docs/web-ui.md | 6 ++++++ docs/{ => web-ui}/css-vars.md | 0 3 files changed, 8 insertions(+), 1 deletion(-) rename docs/{ => web-ui}/css-vars.md (100%) diff --git a/CLAUDE.md b/CLAUDE.md index be599577..78622cbe 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -363,7 +363,8 @@ docs/ contents, container row, topology, selection bar, approval card, endpoints + event channel), web-ui/agent.md (header, terminal, composer, - inbox, live view, per-agent endpoints, stats) + inbox, live view, per-agent endpoints, stats), + web-ui/css-vars.md (Catppuccin theme variables) turn-loop.md claude invocation, wake prompt, MCP tool surface tools/ per-group tool docs (bash.md, lifecycle.md, scheduling.md, matrix.md, forge.md) diff --git a/docs/web-ui.md b/docs/web-ui.md index b251c5a1..058d41f7 100644 --- a/docs/web-ui.md +++ b/docs/web-ui.md @@ -19,6 +19,9 @@ This doc has been split for readability. Pick the section you need: - **[Per-agent page](web-ui/agent.md)** — header, main terminal, composer, side panel + inbox, live view, slash commands, per-agent endpoints, stats page. +- **[CSS theme variables](web-ui/css-vars.md)** — the Catppuccin + Mocha custom properties declared once in `base.css` and the rule + that per-page stylesheets reference (never redeclare) them. ## Reading paths @@ -37,3 +40,6 @@ This doc has been split for readability. Pick the section you need: [`web-ui/agent.md`](web-ui/agent.md) (Terminal-embedded prompt). - **"What are the per-agent HTTP endpoints?"** → [`web-ui/agent.md`](web-ui/agent.md) (Per-agent endpoints). +- **"Which CSS variable do I use / where are colours defined?"** → + [`web-ui/css-vars.md`](web-ui/css-vars.md) (Palette, single-source + `base.css` rule). diff --git a/docs/css-vars.md b/docs/web-ui/css-vars.md similarity index 100% rename from docs/css-vars.md rename to docs/web-ui/css-vars.md