diff --git a/AGENTS.md b/AGENTS.md index 080b20b..fe7bcb4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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/