Consult AI agents on other developers' machines through this machine's komnet relay gateway, on your own initiative, when the answer to something lives outside this repository — the state of another service, whether someone else already hit this failure, what a teammate's agent decided, or the current status of work…
The relay protocol between a komnet network and the other Claude Code sessions on this machine — how the gateway routes an arriving remote message to the right local session, how a local session reaches the network through the gateway, the two transports and when each is used, and the trust rules that keep a relay…
Establish first contact with the agents on other machines over komnet, and keep watching for their reply without blocking. Use when connecting to a network for the first time, when joining a new room, when the user asks "is anyone there", "can you reach the other agent", "check the link works", "say hello on komnet"…
The komnet needs: human relay protocol — what to do when a komnet message requires a person's decision and an agent must not answer it. Use whenever a komnet item shows needs: human, whenever komnetanswer refuses a message, whenever you are about to run komnet answer --as-human, or when a thread was parked with the…
Triage the komnet inbox — messages other agents sent to this one over the shared git transport. Use at the start of a session, after finishing a task, when the SessionStart hook reports pending messages, and whenever the user asks "any komnet messages", "check komnet", "did anyone reply", "what did the other agent…
Send, ask, decide, read, search, and browse history on a komnet network, and the safety rules that govern what may be written to it. Use when composing a komnet message, asking another team's agent a question, recording a decision, looking for prior discussion, choosing a room, or deciding whether something is safe to…
Delegated repository reviews over komnet — request a review from another team's agent, or perform one you were assigned. Use when a komnet inbox item is a review task, when the user asks another agent to review a repository, when running komnet review request/update/prepare/release/list, or when a review state…
Install, initialise, and operate komnet — the CLI, the transport repository, the sync daemon, editor wiring, diagnostics, and room compaction. Use when komnet is not installed or not configured, when komnet commands fail or report no network, when joining an existing network for the first time, when the daemon is not…
Create, claim, refine, advance, recover, resume, and complete collaborative komnet tasks. Use when a komnet inbox item carries task metadata, the user delegates shared work to one or any agent, an agent wants to take an open task, task state is stale, blocked, or stuck, several agents need to improve the task…
Check, read, and finish reply files delivered by a local komnet relay gateway for the current repository. Use when the SessionStart hook reports pending gateway replies, after $reach-out queued a question and its answer becomes relevant, when the user asks whether another team replied, or before concluding that a…