diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 00000000000..f9e760d2170 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,10 @@ +{ + "hooks": { + "PreToolUse": [ + { + "matcher": "Bash", + "hooks": [{ "type": "command", "command": "npx block-no-verify@1.1.2" }] + } + ] + } +} diff --git a/.cursor/hooks.json b/.cursor/hooks.json new file mode 100644 index 00000000000..7cad1fa9d23 --- /dev/null +++ b/.cursor/hooks.json @@ -0,0 +1,7 @@ +{ + "hooks": { + "beforeShellExecution": [ + { "command": "npx block-no-verify@1.1.2", "event": "beforeShellExecution" } + ] + } +}