sync: auto-sync from GURU-5070 at 2026-06-19 08:40:35

Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-06-19 08:40:35
This commit is contained in:
2026-06-19 08:41:53 -07:00
parent 416f2a3d91
commit b66843096a
15 changed files with 55 additions and 83 deletions

View File

@@ -2,13 +2,11 @@
name: coord
description: >
Talk to the ClaudeTools coordination API (inter-session messaging, fleet todos,
resource locks, component/status) without re-deriving the schema each time. Use
for: sending a message to another machine's Claude session or BROADCASTING to the
whole fleet; checking/reading your own unread coord messages; creating/listing/
completing coord todos; claiming/releasing work locks; reading coord status.
Invoke on: "send a coord message", "message <machine>/<user>", "broadcast to the
fleet", "tell the other sessions", "coord todo", "claim a lock", "coord status",
"any unread coord messages".
resource locks, component/status) without re-deriving the schema. Send/read messages
to another machine's session or BROADCAST to the fleet; create/list/complete coord
todos; claim/release work locks; read coord status. Triggers: send a coord message,
message <machine>/<user>, broadcast to the fleet, coord todo, claim a lock,
coord status, any unread coord messages.
---
# coord — coordination API helper