Commit graph

  • 2e8597b9db readme: drop "read next" + add minimal host flake.nix example müde 2026-05-15 16:43:20 +02:00
  • 6468c90ad2 remove stale pre-phase-8 test scripts müde 2026-05-15 16:42:41 +02:00
  • 970f645461 docs: README + TODO split; trim CLAUDE.md; fix async form 415 müde 2026-05-15 16:41:15 +02:00
  • 392a448656 mcp: SocketReply + format_{ack,recv,status} helpers — dedupe tool wrappers müde 2026-05-15 16:35:18 +02:00
  • edf42b7e93 extract dashboard + agent CSS/JS to assets/ (include_str!) müde 2026-05-15 16:32:35 +02:00
  • e9b213690e dedupe: lift drive_turn/emit_turn_end/wait_for_login into hive_ag3nt::turn müde 2026-05-15 16:27:51 +02:00
  • 8fbee4fbf2 dashboard: async forms with spinner + rebuild button on every container müde 2026-05-15 16:21:25 +02:00
  • e2ed58c1a7 dashboard: per-line color on approval diffs müde 2026-05-15 16:17:48 +02:00
  • 0f0e242906 programs.git.enable + harness PATH tracks systemPackages müde 2026-05-15 16:16:14 +02:00
  • e1289a3e4c nix templates: factor harness-base.nix (shared scaffolding incl. gitconfig) müde 2026-05-15 16:10:55 +02:00
  • cb62e15d4f containers: install bashInteractive + set SHELL for claude's Bash tool müde 2026-05-15 16:06:32 +02:00
  • 0a24946c1e send form: submit via fetch so live view stays put müde 2026-05-15 16:05:51 +02:00
  • f83c0aa717 agent prompt: tell sub-agents they can ask manager for config changes müde 2026-05-15 16:01:58 +02:00
  • dfbcf2b9d1 agents wake on send: broker.recv_blocking + 30s long-poll on Recv müde 2026-05-15 16:00:31 +02:00
  • f1fd787f17 rebuild button on agent UI (cross-origin POST to dashboard /rebuild) müde 2026-05-15 15:57:11 +02:00
  • 824914807a ensure_manager: rebuild hm1nd if applied flake missing (migration safety) müde 2026-05-15 15:53:39 +02:00
  • edc1de3197 tools: drop NotebookEdit from the agent whitelist müde 2026-05-15 15:47:58 +02:00
  • 9716f20f81 live panel: pretty rendering (per-event rows, turn blocks, color-coded) müde 2026-05-15 15:41:24 +02:00
  • 70af56e050 turn loop: --continue, disable claude auto-compact, /compact on overflow müde 2026-05-15 15:40:51 +02:00
  • 409263f1c9 operator input: per-agent /send form (dashboard T4LK removed) müde 2026-05-15 15:28:17 +02:00
  • 3c493934da agent ui: handle SSE open + emit hello note on subscribe müde 2026-05-15 15:23:35 +02:00
  • 09787659ab manager: same agent loop, ManagerServer MCP surface müde 2026-05-15 15:13:26 +02:00
  • accb1445e3 claude: pipe prompt via stdin (variadic --allowedTools was eating it); + ManagerRequest::Status müde 2026-05-15 15:06:09 +02:00
  • 9eab28a716 agent ui: live event panel via SSE + stream-json müde 2026-05-15 15:01:26 +02:00
  • 3c9d42b2a7 agent loop: claude drives; tool envelope (log/run/status/log) müde 2026-05-15 14:54:10 +02:00
  • a061f83cfa gitignore .claude/settings.local.json müde 2026-05-15 14:44:58 +02:00
  • 26298470a5 model: "haiku" shorthand müde 2026-05-15 14:44:25 +02:00
  • ae4a3f1b77 drop in-code todo comment (lives in CLAUDE.md) müde 2026-05-15 14:44:11 +02:00
  • 625bae1b31 turn loop: pin to haiku 4.5 (todo: per-agent override) müde 2026-05-15 14:43:43 +02:00
  • 37efb0889f turn loop: tool whitelist (no web/task), no skip-permissions müde 2026-05-15 14:41:38 +02:00
  • 65a10a3c2b agent: embedded MCP server (rmcp) with send/recv tools müde 2026-05-15 14:29:57 +02:00
  • d9fa9c564e agent ui: drop meta refresh so paste isn't clobbered müde 2026-05-15 14:03:45 +02:00
  • f99ed3fe7a manager: same lifecycle as agents; auto-spawn on hive-c0re start müde 2026-05-15 13:43:32 +02:00
  • d81a845dbe login: default command is claude auth login müde 2026-05-15 13:32:51 +02:00
  • e777576528 auto-update: surface pending updates in dashboard + include manager müde 2026-05-15 13:31:33 +02:00
  • a4e1556f90 auto-update agents on startup when hyperhive rev changes müde 2026-05-15 13:25:27 +02:00
  • 1cbfacda20 agent + manager: put claude-code on the harness service PATH müde 2026-05-15 13:14:28 +02:00
  • d07f5eadaa dashboard: needs-login badge links to per-agent ui müde 2026-05-15 13:12:12 +02:00
  • dff93b603d phase 8 step 4: web-ui login endpoint (pipes, no pty) müde 2026-05-15 13:07:16 +02:00
  • 78fae44ee5 phase 8 step 3: needs-login partial-run mode + dashboard badge müde 2026-05-15 12:57:06 +02:00
  • c59fa8541c phase 8 step 2: approval-gated spawn + dashboard spinner müde 2026-05-15 12:53:13 +02:00
  • a42fdb3a5c phase 8 step 1: per-agent claude creds bind + destroy keeps state müde 2026-05-15 12:39:22 +02:00
  • 0fc287c768 fmt müde 2026-05-15 02:58:35 +02:00
  • b711296460 destroy verb: CLI + admin socket + dashboard button; purges state + approvals müde 2026-05-15 02:57:22 +02:00
  • c7b50aa5b7 docs: CLAUDE.md + PLAN.md updated for current state (all phases shipped) müde 2026-05-15 02:15:25 +02:00
  • fcd6563887 fmt müde 2026-05-15 02:02:20 +02:00
  • 1333532d3f dashboard: T4LK form — operator sends messages from the browser müde 2026-05-15 01:59:53 +02:00
  • 07a5d3a778 lifecycle: clear HOST_ADDRESS/LOCAL_ADDRESS/HOST_BRIDGE — start script's --network-veth was forcing private netns müde 2026-05-15 01:51:12 +02:00
  • 59de7fa3c5 lifecycle: force PRIVATE_NETWORK=0 so per-agent web UI port reaches host müde 2026-05-15 01:35:30 +02:00
  • 36c4c61ea2 tests: dashboard.sh — Phase 6+7 HTTP smoke test (UI, approve POST, SSE, orphan GC) müde 2026-05-15 01:24:04 +02:00
  • a146b147ff dashboard: GC orphan approvals on render (agent state dir missing) müde 2026-05-15 01:21:31 +02:00
  • 99867195e5 dashboard: distinguish missing-dir vs missing-git in approval_diff müde 2026-05-15 01:16:57 +02:00
  • 9af5234f74 Phase 7e: damocles migration plan; CLAUDE.md phase status müde 2026-05-15 00:32:26 +02:00
  • ee99774d17 Phase 7d: per-container MemoryMax + CPUQuota via systemd drop-in müde 2026-05-15 00:30:48 +02:00
  • 2267800c51 hive-m1nd: if-let-else instead of match müde 2026-05-15 00:27:47 +02:00
  • 1ceabae892 Phase 7c: ApprovalResolved helper events into manager's inbox müde 2026-05-15 00:26:42 +02:00
  • 7c1ed07cf2 lifecycle: HYPERHIVE_GIT env override (bypass PATH); module sets it müde 2026-05-15 00:24:51 +02:00
  • 42e7761ea1 module: include pkgs.git directly in service path müde 2026-05-15 00:19:16 +02:00
  • b20055293e fmt müde 2026-05-15 00:14:49 +02:00
  • a59fe081f4 Cargo.lock: tokio-stream + similar deps müde 2026-05-15 00:13:54 +02:00
  • 9133d9e1a3 Phase 7b: broker broadcast + dashboard SSE message-flow tail; pkgs.git in module müde 2026-05-15 00:13:34 +02:00
  • 46ff9c7aee dashboard: error_response takes &str müde 2026-05-15 00:06:51 +02:00
  • c82d41728c Phase 7a: dashboard approve/deny + unified diff (similar crate) müde 2026-05-15 00:06:10 +02:00
  • 75df5f6c29 CLAUDE.md: Phase 6 status müde 2026-05-14 23:48:40 +02:00
  • 2b4213d32a Cargo.lock: axum deps müde 2026-05-14 23:44:32 +02:00
  • 2e2989ef8c dashboard: writeln! instead of push_str(format!) müde 2026-05-14 23:44:19 +02:00
  • 8cf5d72798 Phase 6b: vibec0re-styled dashboard on hive-c0re + agent web UI restyled müde 2026-05-14 23:43:20 +02:00
  • 6dbf4eedd7 lifecycle: u16::try_from instead of as-cast müde 2026-05-14 23:39:53 +02:00
  • d0f954bbc1 Phase 6a: per-container web UI (axum); per-agent port hashed from name müde 2026-05-14 23:39:06 +02:00
  • 14cb107125 tests/approval.sh: parse id via sed (no python dep) müde 2026-05-14 23:32:03 +02:00
  • e533154655 tests/approval.sh: precheck + auto-start hm1nd müde 2026-05-14 23:30:04 +02:00
  • a751e544be tests: approval.sh — Phase 5c end-to-end müde 2026-05-14 23:26:58 +02:00
  • 2a33697cda CLAUDE.md: Phase 5c split müde 2026-05-14 23:24:28 +02:00
  • 967ec7c9d7 fmt müde 2026-05-14 23:22:00 +02:00
  • 2fd80dbd68 Phase 5c: separate proposed (manager) and applied (hive-c0re) repos; per-agent gitconfig müde 2026-05-14 23:20:32 +02:00
  • f6d681c2e2 CLAUDE.md: Phases 4 + 5 status, approval-flow runbook müde 2026-05-14 23:12:43 +02:00
  • da655d31c8 manager: /etc/gitconfig so commits in /agents work out of the box müde 2026-05-14 23:11:57 +02:00
  • 3c702cf43f fmt müde 2026-05-14 23:10:37 +02:00
  • 433c0d212e Phase 5b: per-agent config flakes; approve validates + advances commit müde 2026-05-14 23:09:35 +02:00
  • 22b65d35f3 treefmt: add taplo (toml) formatter müde 2026-05-14 23:02:42 +02:00
  • b0fb623e08 flake clippy: use name not pname müde 2026-05-14 23:01:32 +02:00
  • cf4c84d7c9 flake clippy: override build phase to bypass naersk mode müde 2026-05-14 23:01:13 +02:00
  • ad9e60dad3 flake clippy: cargoBuildOptions with -- -D warnings müde 2026-05-14 23:00:16 +02:00
  • 1c6d7f7a8f fmt müde 2026-05-14 22:58:25 +02:00
  • fef2dee92a clippy pedantic clean + wired into flake checks müde 2026-05-14 22:57:47 +02:00
  • f12837fe32 Phase 5a: approval queue (request_apply_commit, pending/approve/deny) müde 2026-05-14 22:50:19 +02:00
  • 4a73340150 fmt müde 2026-05-14 22:38:07 +02:00
  • 17092961a2 Phase 4: hive-m1nd harness + manager nixos template; devshell sqlite müde 2026-05-14 22:36:34 +02:00
  • aa67e5a481 Phase 4: manager socket + manager_server with privileged tool surface müde 2026-05-14 22:35:08 +02:00
  • 4f191b2e43 tests: roundtrip smoke; CLAUDE.md müde 2026-05-14 22:29:25 +02:00
  • 2a98e3ca87 fmt müde 2026-05-14 22:27:03 +02:00
  • 6e7fd2e897 Phase 3c: nixpkgs-unstable for claude-code; harness calls claude --print, falls back to echo müde 2026-05-14 22:26:14 +02:00
  • 2fe9e91005 hive-ag3nt: echo turn (placeholder until claude integration) müde 2026-05-14 22:19:05 +02:00
  • 28b3477216 Cargo.lock: rusqlite müde 2026-05-14 22:17:58 +02:00
  • d220720f6a broker: sqlite-backed (survives hive-c0re restart) müde 2026-05-14 22:17:16 +02:00
  • af464e27f4 rebuild re-registers agent; preserve /run/hyperhive across restarts müde 2026-05-14 22:13:00 +02:00
  • 746132d41e agent-base: boot.isNspawnContainer (required on 25.11+) müde 2026-05-14 22:10:18 +02:00
  • 764d6497dd lifecycle: rebuild reconciles bind flag idempotently and restarts müde 2026-05-14 22:09:22 +02:00
  • 377eb994a1 lifecycle: bind via EXTRA_NSPAWN_FLAGS in /etc/nixos-containers/<name>.conf müde 2026-05-14 22:06:27 +02:00
  • 326da5a7bf naming: h-<name> for agents, hm1nd for manager (11-char limit) müde 2026-05-14 21:59:01 +02:00