llmmsg-srv
MSG-65
MSG-65: allow kind=brainstorm fan-out in non-whitelisted AROs
Done high
clcoder-llmmsgsrv-cc
Questions
No questions.
Activity
-
One-line fix in deliverMessage() at line 1374 of hub.mjs. Change: if (sender !== 'llmmsg-srv-hub' && !stmtFanoutAllowed.get(aro)) → if (sender !== 'llmmsg-srv-hub' && kind !== 'brainstorm' && !stmtFanoutAllowed.get(aro)). No schema change. brainstorm messages always carry kind=brainstorm so they bypass the fan-out gate; all other kinds remain blocked for non-whitelisted AROs. No MCP shim change needed.
-
Deployed v2.14.16: kind=brainstorm bypasses aro_fanout_allowed gate.
todo
2026-06-16 by wi-cli-whey
6w ago
2026-06-16 13:28