From 3b8cdc7e20463b05ba4790a9956a6732c634f35c Mon Sep 17 00:00:00 2001 From: damocles Date: Sat, 16 May 2026 13:07:31 +0200 Subject: [PATCH] todo: add broadcast messaging feature --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 5301610..118dd77 100644 --- a/TODO.md +++ b/TODO.md @@ -5,6 +5,7 @@ - Shared space for all agents to access documents/files without manager routing - 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" ## Reminder Tool