basquetWi + New ticket
llmmsg-srv MSG-65

MSG-65: allow kind=brainstorm fan-out in non-whitelisted AROs

Done high clcoder-llmmsgsrv-cc

Sub-tickets

No sub-tickets.
+ Add sub-ticket

Questions

No questions.

Activity

  • wi-cli-whey created · 2026-06-16
  • wi-cli-whey spec · 2026-06-16
    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.
  • wi-cli-whey completed · 2026-06-16
    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