diff options
| author | Adam Malczewski <[email protected]> | 2026-06-27 01:08:32 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-27 01:08:32 +0900 |
| commit | 63c7e64532e85e0bbdd6d9ac6825d8f86be98e7a (patch) | |
| tree | c9896deb21cd5a76f196492a191d56f8656c8109 /notes | |
| parent | e59dc11f63b1df51142259bb2c406af8c9c8c2bb (diff) | |
| download | dispatch-63c7e64532e85e0bbdd6d9ac6825d8f86be98e7a.tar.gz dispatch-63c7e64532e85e0bbdd6d9ac6825d8f86be98e7a.zip | |
chore: update path references for directory rename (dispatch-backend → backend, dispatch-web → frontend)
Diffstat (limited to 'notes')
| -rw-r--r-- | notes/frontend-design.md | 4 | ||||
| -rw-r--r-- | notes/turn-continuity-design.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/notes/frontend-design.md b/notes/frontend-design.md index 16cb41f..e0687ed 100644 --- a/notes/frontend-design.md +++ b/notes/frontend-design.md @@ -86,7 +86,7 @@ chosen set. Skip the backend's 3-tier ceremony. ## 3. Repo structure (Vite + Svelte 5 SPA — SETTLED; not SvelteKit) ``` -dispatch-web/ (../dispatch-web — NEW repo, own git) +dispatch-web/ (../frontend — NEW repo, own git) AGENTS.md ORCHESTRATOR.md GLOSSARY.md .dispatch/{package-agent.md, rules/frontend-*.md} src/ @@ -416,7 +416,7 @@ slice); DaisyUI styling (F4 follow-up). The slice-1 input decisions were: Or pick a different first surface. 2. **WS-transport boundary:** a NEW `transport-ws` extension vs. augment the existing `transport-http`. (Boundary call.) -3. **Repo scaffold go-ahead:** create `../dispatch-web` (git init + Vite/Svelte/biome/vitest + +3. **Repo scaffold go-ahead:** create `../frontend` (git init + Vite/Svelte/biome/vitest + the §8 harness). Orchestrator can scaffold config + harness; feature code = summoned agents. ### Slice-1 findings + open items (for the next, clean-context agent) diff --git a/notes/turn-continuity-design.md b/notes/turn-continuity-design.md index 29ec10d..f33cec6 100644 --- a/notes/turn-continuity-design.md +++ b/notes/turn-continuity-design.md @@ -1,7 +1,7 @@ # Turn continuity — detached turns + multi-client live view > Status: DESIGN (locked) → backend implementation in progress. FE work couriered -> to `../dispatch-web`. See ORCHESTRATOR §7 (cross-repo). +> to `../frontend`. See ORCHESTRATOR §7 (cross-repo). ## Problem (confirmed by code trace) |
