summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-27 01:08:32 +0900
committerAdam Malczewski <[email protected]>2026-06-27 01:08:32 +0900
commit63c7e64532e85e0bbdd6d9ac6825d8f86be98e7a (patch)
treec9896deb21cd5a76f196492a191d56f8656c8109 /README.md
parente59dc11f63b1df51142259bb2c406af8c9c8c2bb (diff)
downloaddispatch-63c7e64532e85e0bbdd6d9ac6825d8f86be98e7a.tar.gz
dispatch-63c7e64532e85e0bbdd6d9ac6825d8f86be98e7a.zip
chore: update path references for directory rename (dispatch-backend → backend, dispatch-web → frontend)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index d66e210..e3ec20a 100644
--- a/README.md
+++ b/README.md
@@ -204,9 +204,9 @@ bun run dispatch -- send <id> --text "follow up" --queue --open
---
-## Web frontend (dispatch-web)
+## Web frontend (frontend)
-The web UI is a **separate repo** ([github.com/realtradam/dispatch-web](https://github.com/realtradam/dispatch-web),
+The web UI is a **separate repo** ([github.com/realtrad../frontend](https://github.com/realtrad../frontend),
Svelte 5 + Vite + DaisyUI), built to the same methodology and consuming the backend's typed contracts
(`@dispatch/wire`, `@dispatch/transport-contract`, `@dispatch/ui-contract`). The browser chat MVP
is in progress — it streams turns over the chat WebSocket, renders the surface system (loaded
@@ -217,7 +217,7 @@ workspaces, LSP status, and per-conversation settings.
```sh
git clone [email protected]:realtradam/dispatch.git
-git clone [email protected]:realtradam/dispatch-web.git
+git clone [email protected]:realtrad../frontend.git
bin/up # backend (bun --watch :24203 + WS :24205) + frontend (vite HMR :24204)
```
@@ -225,7 +225,7 @@ bin/up # backend (bun --watch :24203 + WS :24205) + frontend (vite HMR :242
alongside `bin/up` without interference. Both Ctrl-C cleanly (including the collector child).
Then open **http://localhost:24204** (or your Tailscale hostname). See the
-[dispatch-web README](https://github.com/realtradam/dispatch-web#readme) for full setup.
+[dispatch-web README](https://github.com/realtrad../frontend#readme) for full setup.
---
@@ -320,7 +320,7 @@ Clone these repos as siblings:
```
dispatch/ workspace root (shared bin/ scripts)
├── dispatch/ this repo — backend (branch dev)
-├── dispatch-web/ [github.com/realtradam/dispatch-web](https://github.com/realtradam/dispatch-web) — web frontend
+├── frontend/ [github.com/realtrad../frontend](https://github.com/realtrad../frontend) — web frontend
└── bin/ shared dev scripts (up, up2)
```