Chief of Staff Architecture
~/.openclaw/ ├─ workspace/ ← Reghar root │ ├─ SOUL.md Identity + rules │ ├─ AGENTS.md Agent contracts + routing │ ├─ MEMORY.md Strategic decisions (max 120 lines) │ ├─ TOOLS.md Environment reference │ ├─ SYSTEM/ System reference docs │ │ ├─ SYSTEM-MASTER.md L0 single source of truth │ │ ├─ LEARNINGS.md Hard-won fixes │ │ ├─ CHANNEL-REGISTRY.md Discord channel IDs │ │ ├─ QMD-ARCHITECTURE.md Vector search spec │ │ └─ MODEL-PROFILES.md Model stack + fleet profiles │ ├─ memory/ Daily logs + handoffs │ │ ├─ YYYY-MM-DD.md Daily activity log │ │ ├─ handoff-YYYY-MM-DD.md Handoff to next session │ │ ├─ working-buffer.md Context recovery (max 30 lines) │ │ └─ errors_recent.md Failure index │ ├─ knowledge/ Promoted cross-agent findings │ ├─ scripts/ Utility scripts (PII check etc) │ └─ skills/ Installed agent skills ├─ agents/core/ ← Agent workspaces │ ├─ sigrid/knowledge/ Durable research findings │ ├─ inkwell/knowledge/ Writing style + templates │ ├─ kodex/knowledge/ Dev patterns + learnings │ ├─ dais/knowledge/ Design system + deploy patterns │ └─ pip/ Ops monitoring state ├─ users/Camilla/ ← Nolea group (ISOLATED) │ └─ Vessel/ Nolea orchestrator workspace │ ├─ qmd/ Nolea QMD instance │ └─ nolea/anselme/ Anselme agent workspace ├─ users/Leon/ ← Leon group (ISOLATED) │ └─ Charles/ Leon orchestrator workspace │ ├─ qmd/ Leon QMD instance │ └─ nordic-webpartner/ Leon business agents └─ projects/ ← Active builds ├─ nolea-homepage/ Nolea site source ├─ atg-horse-racing/ ATG paper trading └─ mission-control/ Mission Control dashboard