From 37ed6d5ec1231c3437faf2bd9c60d68942fd16d4 Mon Sep 17 00:00:00 2001 From: Ty Date: Mon, 27 Jul 2026 16:07:24 +0000 Subject: [PATCH] docs: design pack index --- design/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 design/README.md diff --git a/design/README.md b/design/README.md new file mode 100644 index 0000000..b43ed77 --- /dev/null +++ b/design/README.md @@ -0,0 +1,18 @@ +# Design pack (product SSOT) + +This folder is the **product design source of truth** for Salon_Assistant / Lumina. + +| Document | Purpose | +|----------|---------| +| [DESIGN_PLAN.md](DESIGN_PLAN.md) | Architecture + implementation plan (NemoClaw/Hermes, install, MCP, updates) | +| [use-cases.md](use-cases.md) | Use-case catalog (SSOT — do not duplicate full matrices elsewhere) | +| [scenarios.md](scenarios.md) | Narrative scenarios for design and future tests | +| [DECISIONS.md](DECISIONS.md) | Resolved decisions from planning | +| [planes.md](planes.md) | Capability planes | +| [det-vs-inf.md](det-vs-inf.md) | Deterministic code vs model inference | +| [mcp-integrations.md](mcp-integrations.md) | Square / QBO / Vagaro / channels | +| [updates-lifecycle.md](updates-lifecycle.md) | Software update model and vectors | + +Operator runbooks live under [`../docs/`](../docs/) and **link here** for design rationale. + +**Implementation** of code under `skills/`, `scripts/`, etc. requires an explicit **build** / **implement** order.