Passive sensing
The daemon watches registered worktrees itself — changed files, diffs, contract changes — and emits coordination events without agents having to remember to report anything.
Local-first, MCP-compatible, repo- and service-aware. Keep parallel coding agents aligned across repos, branches, worktrees, services, and contracts — before merge.
As developers run multiple coding agents in parallel, the bottleneck shifts from code generation to coordination.
Git worktrees stop two agents from overwriting the same file, but they don't stop logical drift: a backend agent changes an API response while a frontend agent builds against the old shape; a service agent changes an event schema while a subscriber in another repo goes stale. Nerveplane is the missing layer that detects these and routes the right signal to the right agent — grounded in repository and service dependency state, not generic chat.
See the full specification for the complete product and technical design.