chore: rename packages/dashboard → packages/workflow-dashboard

Align folder name with package name @uncaged/workflow-dashboard,
consistent with all other packages in the monorepo.
This commit is contained in:
2026-05-09 03:57:49 +00:00
parent 28c35bb3e0
commit 44018bd17d
19 changed files with 141 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# @uncaged/workflow-dashboard
Web dashboard for the Uncaged Workflow engine. Connects to the local
`uncaged-workflow serve` API to display threads, workflows, and CAS data.
## Development
```bash
# Start the local API server (in another terminal)
uncaged-workflow serve
# Start the dashboard dev server
bun run dev
```
Opens at http://localhost:5173. Vite proxies `/api/*` to `localhost:7860`.
## Build
```bash
bun run build
```
Output goes to `dist/` — static files ready for CF Pages or any host.