{ "hooks": { "PreToolUse": [ { "matcher": "Edit|Write", "hooks": [ { "type": "command", "command": "node .claude/hooks/block-env.js", "timeout": 5, "statusMessage": "Checking file permissions..." } ] } ], "PostToolUse": [ { "matcher": "Edit|Write", "hooks": [ { "type": "command", "command": "node .claude/hooks/format-on-save.js", "timeout": 15, "statusMessage": "Formatting..." } ] } ] } }