summaryrefslogtreecommitdiffhomepage
path: root/notes/frontend-design.md
diff options
context:
space:
mode:
Diffstat (limited to 'notes/frontend-design.md')
-rw-r--r--notes/frontend-design.md4
1 files changed, 2 insertions, 2 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)