What problem does it solve? Coordinating multiple agents that run in different git worktrees, processes, or even different machines (Mac and Windows on a LAN) requires a shared event channel, and building ad-hoc messaging for each case leads to duplicated infrastructure and missed events. ## Core Features & Use Cases - Intra-host event bus: Emit, tail, and full-text search agent claims, heartbeats, and coordination events through a shared SQLite FTS5 store that all worktrees of a repo access automatically. - Inter-host LAN peer channel: Send events between Mac and Windows machines over WebSocket with SSE fallback and a file-drop inbox/outbox mechanism when both live wires are down. - Use Case: An agent on your Mac finishes a research hypothesis and needs to hand it to a Windows peer; the skill routes the hand-off through the LAN channel, falling back to a plain file drop in the peer's inbox if the WebSocket is unavailable. ## Quick Start Ask the agent to emit a coordination event on the gossip bus and check recent events from peer agents before starting a multi-agent task.