diff options
Diffstat (limited to '.claude/settings.json')
| -rw-r--r-- | .claude/settings.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.claude/settings.json b/.claude/settings.json index 0b81559..0f76d18 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -8,6 +8,17 @@ "defaultMode": "bypassPermissions" }, "hooks": { + "PreToolUse": [ + { + "matcher": "AskUserQuestion", + "hooks": [ + { + "type": "command", + "command": "echo '{\"hookSpecificOutput\":{\"hookEventName\":\"PreToolUse\",\"permissionDecision\":\"deny\",\"permissionDecisionReason\":\"Popup choice menus are disabled per interaction.md (No Popup Menus for Choices) — present options inline in chat as a numbered list and ask the user to reply with a number.\"}}'" + } + ] + } + ], "PreCompact": [ { "hooks": [ |
