documentation revision

This commit is contained in:
Dobromir Popov
2026-07-13 18:14:21 +02:00
parent 180a7674e6
commit 95245be512
43 changed files with 78 additions and 57 deletions

10
CONTEXT-MAP.md Normal file
View File

@@ -0,0 +1,10 @@
# Context map
Multi-context layout is not yet split. Use the root domain vocabulary:
- **[CONTEXT.md](../CONTEXT.md)** — ubiquitous language for the distributed inference network
- **`docs/adr/`** — system-wide architectural decisions
- **`.scratch/<feature>/`** — active feature plans and issues
- **`.claude/memory/MEMORY.md`** — agent session index and current workstreams
Per-context `src/<context>/docs/adr/` ADRs will be added when bounded contexts graduate out of the monorepo packages layout.