diff options
Diffstat (limited to 'claude-rules/interaction.md')
| -rw-r--r-- | claude-rules/interaction.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/claude-rules/interaction.md b/claude-rules/interaction.md index 1fd0334..9148b4f 100644 --- a/claude-rules/interaction.md +++ b/claude-rules/interaction.md @@ -2,11 +2,11 @@ Applies to: `**/*` -How Claude communicates with the user during a session — choice prompts, status updates, decision points. +How the agent communicates with the user during a session — choice prompts, status updates, decision points. ## No Popup Menus for Choices -When Claude needs the user to pick between options, **do not** use the AskUserQuestion popup. Present the options inline in chat as a numbered list and ask the user to reply with a number. +When the agent needs the user to pick between options, **do not** use the AskUserQuestion popup. Present the options inline in chat as a numbered list and ask the user to reply with a number. **Why:** The popup menu UI sits at the bottom of the chat window and obscures the chat content directly above it — exactly the area the user needs to read to make the choice. Inline numbered options keep the question, the surrounding context, and the proposed text all visible in the same scrollback. |
