summaryrefslogtreecommitdiffhomepage
path: root/notes
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-27 01:12:40 +0900
committerAdam Malczewski <[email protected]>2026-06-27 01:12:40 +0900
commit98b0638838a8e754927d8c030ce8bded18d63e7d (patch)
tree0d4e21c3d4792fcd77e1040373b260e38efa34ce /notes
parentd92a4af6191d7d20acf861adf605ad0227b6b287 (diff)
parent61e45e60d699ed1ca46f94a8f181c92a940317c6 (diff)
downloaddispatch-98b0638838a8e754927d8c030ce8bded18d63e7d.tar.gz
dispatch-98b0638838a8e754927d8c030ce8bded18d63e7d.zip
Merge branch 'dev' into feature/heartbeat
# Conflicts: # packages/host-bin/package.json # packages/host-bin/src/main.ts # packages/session-orchestrator/src/orchestrator.ts # packages/system-prompt/src/service.test.ts # packages/system-prompt/src/service.ts # packages/system-prompt/src/types.ts # packages/transport-contract/package.json # packages/transport-http/package.json # packages/transport-http/src/app.test.ts # packages/transport-http/src/app.ts # packages/transport-http/src/extension.ts # packages/transport-http/tsconfig.json # tsconfig.json
Diffstat (limited to 'notes')
-rw-r--r--notes/frontend-design.md4
-rw-r--r--notes/turn-continuity-design.md2
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)