hive-loop
01Plugin Claude Code
Closes the memory loop mechanically: recall before changing code, recall before storing, and a turn that cannot end with an unmade decision left silent. Requires Node >= 23.6 (the hooks run TypeScript directly).
Plugin Claude Code
Closes the memory loop mechanically: recall before changing code, recall before storing, and a turn that cannot end with an unmade decision left silent. Requires Node >= 23.6 (the hooks run TypeScript directly).
Hook
Runs when a session starts, executing claude-code.ts via node. From Hivemind-OSS/Hivemind.
Hook
Runs before the agent uses a tool for Edit, Write, MultiEdit, NotebookEdit, Bash, mcp__.*__hive_write and mcp__.*__hive_capture tool calls, executing claude-code.ts via node. From Hivemind-OSS/Hivemind.
Hook
Runs after a tool call finishes for Read, Glob, Grep, Edit, Write, MultiEdit, NotebookEdit, Bash and mcp__.*__hive_.* tool calls, executing claude-code.ts via node (2 commands). From Hivemind-OSS/Hivemind.
Hook
Runs when the agent finishes a response, executing claude-code.ts via node. From Hivemind-OSS/Hivemind.
Hook
Runs when a subagent finishes, executing claude-code.ts via node. From Hivemind-OSS/Hivemind.
Skill Claude CodeCodex
Snapshot, reset, or restore the Hivemind data store via the hive CLI. Use when asked to back up / snapshot the store, wipe and recreate it empty, recover from a post-upgrade boot crash-loop, or roll the store back to a prior snapshot. reset and restore are destructive and require a typed confirmation.
Skill Claude CodeCodex
Stand up, restart, stop, or health-check the Hivemind MCP server on its host via the hive CLI. Use when asked to start / boot / bring up / restart / stop the hive server, check whether it is healthy, follow its logs, or diagnose a boot crash-loop. Covers the zero-config first boot, the bounded health-wait, and the…
Skill Claude CodeCodex
Install the optional agent-loop harness — the hive-loop Claude Code plugin — on a workstation and point it at a running Hivemind server: on your own device, or as a copy-pasteable block an admin forwards so a teammate's agent installs it at a pinned commit. Use when asked to install / enable / roll out the harness or…
Skill Claude CodeCodex
Register a repo with the server-side census sync: hive repo add writes the durable repo registry (the sync daemon picks it up on its next tick — no restart), private remotes authenticate via a token env var NAME (never a stored secret), and hivehealth(includecensushealth=true) verifies both that the sync daemon itself…
Skill Claude CodeCodex
Connect agents and teammates to a running Hivemind server: pick the transport (local loopback / ngrok tunnel / SSH), mint and hand off per-seat tokens, register the MCP client, and revoke seats. Use when asked to connect / add / provision an agent or teammate, expose the server to remote machines, share the hive, or…
Skill Claude CodeCodex
Operate and tune a running Hivemind server: read the convergence KPIs over MCP, interpret them, turn the recall / safety knobs, manage the synced-repo registry (hive repo add/remove, hive repos), watch the per-repo automatic census feed, and feed manual census receipts into the evidence ledger (hive ingest). Use when…
Skill Claude CodeCodex
Move a running Hivemind server to a different release ref safely via hive upgrade — snapshot-gated, health-verified, auto-rolling-back — after a schema pre-flight that proves the target ref will accept the store you already have. Use when asked to upgrade / update / move / bump the hive server to a new version, tag…