mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-03 08:06:01 +08:00
* docs(channels): fix Slack setup drift — widened scopes, reactions:write, full admin field list, presence-based admission Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * docs(channels): state the mention-only rule applies to every channel, not just shared The IronLoop review flagged the thread-reply sentence as contradicting the parser, which forwards unmentioned thread replies as ReplyToBot. The parser does — so the interaction grammar can classify approve/deny replies and commands — but build_channel_envelope drops any unclassified ReplyToBot as a NoOp before a run spawns (pinned by the #7397 regression test), and that rule is channel-universal, not shared-channel-specific. Tighten the sentence to match. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01W8EW4ViuHdDbE8i4Jp5Z4K --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>