CLAUDE.md: Phase 6 status

This commit is contained in:
müde 2026-05-14 23:48:40 +02:00
parent 2b4213d32a
commit 75df5f6c29

View file

@ -148,8 +148,15 @@ in.
container builds from `applied`. Approve = read `agent.nix` at the container builds from `applied`. Approve = read `agent.nix` at the
approved commit from `proposed`, copy into `applied`, commit + rebuild. approved commit from `proposed`, copy into `applied`, commit + rebuild.
Manager cannot move `main` on its own. Manager cannot move `main` on its own.
- 🔜 Phase 6 — per-agent web UI + dashboard MVP - ✅ Phase 6 — per-container web UIs + hive-c0re dashboard:
- 🔜 Phase 7 — dashboard commit-view + polish - Each `hive-ag3nt` / `hive-m1nd` serves an `axum` HTTP page on `HIVE_PORT`
(deterministic hash for sub-agents in 81008999; fixed 8000 for the manager).
Vibec0re-styled placeholder for now (status / inbox / xterm coming later).
- `hive-c0re` serves a dashboard on `cfg.dashboardPort` (default 7000)
listing containers (deep-linked to their per-container UI) + pending
approvals. Same aesthetic.
- Firewall opens 7000, 8000, 81008999 when the module is enabled.
- 🔜 Phase 7 — dashboard approval-actions + live message-flow + xterm.js terminal
## Approval flow (Phase 5) ## Approval flow (Phase 5)