docs(signal): clarify Signal channel is an inbound inbox, not a self-text channel#359
Open
MatthewSuttles wants to merge 1 commit into
Open
docs(signal): clarify Signal channel is an inbound inbox, not a self-text channel#359MatthewSuttles wants to merge 1 commit into
MatthewSuttles wants to merge 1 commit into
Conversation
…text channel Users linking a Signal channel expect to text their own agent from their personal number (incl. "Note to Self"). Signal drops self-sent messages as loop protection, so this never works and causes confusion. Add expectation-setting callouts on the connect page and channel form explaining that the linked number is an inbox others message to reach the agent, that Note to Self won't reach it, and to test from a different phone. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What changed
connect.html.erb): amber callout for Signal channels explaining the number is reachable by others, that Note to Self won't reach the agent, and to test from a different phone._form.html.erb): matching "What this is" note in the Signal setup block.Both are Signal-only (gated on
channel_type == "signal"); WhatsApp copy is untouched.Why
Follow-up to #358 (Signal device-linking QR). The QR flow links the bot to the user's personal account, which lands users in the "Note to Self doesn't work" trap. This is the same architectural reality OpenClaw documents — easier to set expectations than to fight loop protection.
Test plan
🤖 Generated with Claude Code