diff --git a/.claude/settings.json b/.claude/settings.json index 2c63c08510..3cef914d9a 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,2 +1,15 @@ { + "hooks": { + "PreToolUse": [ + { + "matcher": "Bash", + "hooks": [ + { + "type": "command", + "command": "npx block-no-verify@1.1.2" + } + ] + } + ] + } }