diff --git a/conductor/index.md b/conductor/index.md index 4981b249..484f07aa 100644 --- a/conductor/index.md +++ b/conductor/index.md @@ -5,7 +5,7 @@ - [Product Definition](./product.md) — Vision, primary use cases, and key features - [Product Guidelines](./product-guidelines.md) — Code style, process, and architectural patterns - [Tech Stack](./tech-stack.md) — Python 3.11+, ImGui Bundle, FastAPI, all SDKs and modules -- [Human-Facing Documentation](../docs/Readme.md) — **14 deep-dive guides** (architecture, MMA, tools, simulations, testing, per-source-file references, RAG, Beads, hot reload, personas, NERV theme, workspace profiles, command palette, context curation) +- [Human-Facing Documentation](../docs/Readme.md) — **23 deep-dive guides** (architecture, MMA, tools, simulations, testing, per-source-file references, RAG, Beads, hot reload, personas, NERV theme, workspace profiles, command palette, themes, context curation, and more) ## Workflow @@ -17,6 +17,7 @@ - [Tracks Registry](./tracks.md) — All tracks (active, planned, archived) - [Tracks Directory](./tracks/) — Per-track spec.md, plan.md, metadata.json -- [Active Track: Command Palette & UI Performance](./tracks/command_palette_and_performance_20260602/) — Async context preview + 32-command Command Palette (Phases 1-3 complete, plan.md needs final review) +- [Active Track: Test Regression Fixes (post multi-themes ship)](./tracks/regression_fixes_20260605/) — 11 of 21 failing tests fixed, root cause of remaining live_gui C-level crash identified (`_ini_capture_ready` defer-not-catch pattern). Follow-up track needed for ~5 remaining live_gui tests. +- [Recently Shipped: Multi-Theme TOML System](./tracks/multi_themes_20260604/) — 8 new theme files, public API (`load_themes_from_disk`, `get_syntax_palette_for_theme`, `apply_syntax_palette`), color-callable convention. See [../docs/guide_themes.md](../docs/guide_themes.md) for the authoring guide. -Last comprehensive doc refresh: 2026-06-02 (8 new guides added: testing + 7 per-source-file references). See [docs/Readme.md](../docs/Readme.md) for the full 14-guide index. +Last comprehensive doc refresh: 2026-06-05 (24 guide_*.md files; the Guides table in [docs/Readme.md](../docs/Readme.md) lists 23 entries — `guide_docker_deployment` is unindexed pending theme for it). 8 new guides added in the 2026-06-02 docs layer refresh: testing + 7 per-source-file references. Latest addition: `guide_themes.md` (2026-06-04, multi_themes_20260604 ship). See [docs/Readme.md](../docs/Readme.md) for the full index. diff --git a/docs/Readme.md b/docs/Readme.md index 474e4df2..0e3d57f3 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -333,7 +333,7 @@ manual_slop/ │ ├── workflow.md │ ├── index.md │ └── edit_workflow.md -├── docs/ # Deep-dive documentation (15 guides + specs/plans) +├── docs/ # Deep-dive documentation (23 guides + specs/plans) │ ├── guide_architecture.md │ ├── guide_meta_boundary.md │ ├── guide_tools.md