{ "permissions": { "allow": [ "Bash(grep:*)", "Bash(deno test:*)", "Bash(deno task test:*)", "Bash(find:*)", "Bash(deno lint:*)", "Bash(rg:*)" ], "deny": [] }, "hooks": { "PreToolUse": [ { "matcher": "Bash", "hooks": [ { "type": "command", "command": "deno run \"$(git rev-parse --show-toplevel)/.claude/scripts/block-node.ts\"" } ] } ] } }