Skip to content

Commit 4e5aa72

Browse files
omarshahineclaude
andcommitted
docs(skill): document only shipped poll behavior
The poll caption echo, --comment override, and inbound question backfill live in #155, not on main (shipped imsg 0.12.2 'poll --help' has no --comment). Drop those claims so the skill documents only shipped behavior and can merge independently of #155. Tracked by #157 to re-add once #155 lands. Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_011dTDUtxanzs8NDhTD862QV
1 parent 809395b commit 4e5aa72

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.agents/skills/imsg/SKILL.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,11 @@ Only after `imsg status` confirms the bridge is loaded (`imsg launch` injects it
7272

7373
```bash
7474
imsg send-rich --chat 'iMessage;-;+15551234567' --text 'hi' --reply-to MSG_GUID # replies, effects, subjects
75-
imsg poll send --chat GUID --question 'Dinner?' --option 'Pizza' --option 'Sushi' # --question auto-shows as a poll comment
75+
imsg poll send --chat GUID --question 'Dinner?' --option 'Pizza' --option 'Sushi' # native Messages poll; --question + 2+ --option
7676
imsg edit --chat GUID --message MSG_GUID --new-text 'updated' # macOS 13+
7777
imsg chat-create --addresses '+15551234567,+15559876543' --name 'Crew'
7878
```
7979

80-
Native poll balloons show no title, so `poll send` sends `--question` as a plain caption message right after the poll — what recipients actually see (`--comment` overrides). The reverse holds on read: `imsg history`/`watch` backfill an inbound native poll's `question` from its caption, so a received poll surfaces its real question instead of an empty one.
81-
8280
Destructive bridge commands — `unsend`, `delete-message`, `chat-delete`, `chat-leave`, `chat-remove-member` — need per-action user confirmation.
8381

8482
## Verification

0 commit comments

Comments
 (0)