From 547edb85e440343cd65d1f3878c60521513e8d92 Mon Sep 17 00:00:00 2001 From: Oleh Omelchenko Date: Fri, 5 Jun 2026 00:31:03 +0300 Subject: [PATCH] Add orchestration/ to the AGENTS.md directory map --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) 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/