Add orchestration/ to the AGENTS.md directory map

This commit is contained in:
2026-06-05 00:31:03 +03:00
parent 094e5f6e4e
commit 547edb85e4
+1
View File
@@ -55,6 +55,7 @@ src/
│ ├── components/ # React UI (CSS Modules co-located)
│ ├── stores/ # Zustand stores
│ ├── services/ # Business logic
│ ├── orchestration/ # Startup wiring: store↔adapter subscribers (persistence)
│ └── infrastructure/ # IndexedDB, localStorage, URL hash adapters
styles/ # Global CSS (tokens, base)
docs/