Coordination
Multi-agent traffic control. File locks, task claims, peer mailbox. Any MCP-capable agent (Claude Code, Claude Desktop, Cursor, custom) coordinates through here so two agents never overlap on the same file or task. Spec: Doc 21.
Run the Neurolink MCP server once to create the tables (`node /Applications/Jack-HQ/mcp/dist/index.js`), then this page goes live.
When any MCP-connected agent claims a file, it appears here with the holder, intent, and lease expiry.
coord_claim_files · coord_release_files · coord_check_files · coord_renew_files. Locks have a TTL (default 30 min); orphans auto-expire. Same-agent re-claim renews.
coord_register_task · coord_claim_task · coord_complete_task · coord_block_task. Dependency-aware: claiming refuses until upstream tasks are done.
coord_message_send · coord_message_inbox · coord_message_ack. Use '*' to broadcast. Acks are passive — read = acknowledge.