From 75df5f6c29467a2912adcb320fe3817f9ca95ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Thu, 14 May 2026 23:48:40 +0200 Subject: [PATCH] CLAUDE.md: Phase 6 status --- CLAUDE.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 0203005..134fecd 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -148,8 +148,15 @@ in. container builds from `applied`. Approve = read `agent.nix` at the approved commit from `proposed`, copy into `applied`, commit + rebuild. Manager cannot move `main` on its own. -- 🔜 Phase 6 — per-agent web UI + dashboard MVP -- 🔜 Phase 7 — dashboard commit-view + polish +- ✅ Phase 6 — per-container web UIs + hive-c0re dashboard: + - Each `hive-ag3nt` / `hive-m1nd` serves an `axum` HTTP page on `HIVE_PORT` + (deterministic hash for sub-agents in 8100–8999; 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, 8100–8999 when the module is enabled. +- 🔜 Phase 7 — dashboard approval-actions + live message-flow + xterm.js terminal ## Approval flow (Phase 5)