J
OPERATIONS · COORDINATION

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.

Coordination tables not yet initialized.

Run the Neurolink MCP server once to create the tables (`node /Applications/Jack-HQ/mcp/dist/index.js`), then this page goes live.

ACTIVE LOCKS
0
0 unique agents
OPEN TASKS
0
IN PROGRESS
0
BLOCKED
0
No active file locks

When any MCP-connected agent claims a file, it appears here with the holder, intent, and lease expiry.

File lock primitive

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.

Task primitive

coord_register_task · coord_claim_task · coord_complete_task · coord_block_task. Dependency-aware: claiming refuses until upstream tasks are done.

Peer mailbox

coord_message_send · coord_message_inbox · coord_message_ack. Use '*' to broadcast. Acks are passive — read = acknowledge.