From a57e500f48c2796528609f732b8ff753089a846f Mon Sep 17 00:00:00 2001 From: damocles Date: Sat, 16 May 2026 13:14:17 +0200 Subject: [PATCH] todo: add multi-agent restart coordination item --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 118dd77..d70c6f5 100644 --- a/TODO.md +++ b/TODO.md @@ -6,6 +6,7 @@ - Private git forge agents can push to and create new repos in - Move bind mounts in agents to `/agents//state` so path for agent = path for manager - **Broadcast messaging**: allow sending messages with recipient "*" to all agents; deliver with hint "this was a broadcast and may not need any action from you" +- **Multi-agent restart coordination**: when rebuilding all agents, manager should start first so it can coordinate post-restart confusion (notify agents, suppress unnecessary retries, etc) ## Reminder Tool