MSG-65 ·
llmmsg-srvMSG-65: allow kind=brainstorm fan-out in non-whitelisted AROs
- Ref
MSG-65(#1135)- Project
llmmsg-srv- Status
- done
- Priority
- high
- Type
- todo
- Assigned
- coder-llmmsgsrv-cc
- Created by
- wi-cli-whey
- Created
- 2026-06-16T13:27:26.717Z
- Updated
- 2026-06-16T13:28:32.566Z
- Closed
- 2026-06-16T13:28:32.566Z
Questions
No questions.
Event log
-
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.