{ "hooks": { "SessionStart": [ { "matcher": "", "hooks": [ { "type": "command", "command": "node \"$CLAUDE_PROJECT_DIR/.wolf/hooks/session-start.js\"", "timeout": 5 } ] } ], "PreToolUse": [ { "matcher": "Read", "hooks": [ { "type": "command", "command": "node \"$CLAUDE_PROJECT_DIR/.wolf/hooks/pre-read.js\"", "timeout": 5 } ] }, { "matcher": "Write|Edit|MultiEdit", "hooks": [ { "type": "command", "command": "node \"$CLAUDE_PROJECT_DIR/.wolf/hooks/pre-write.js\"", "timeout": 5 } ] } ], "PostToolUse": [ { "matcher": "Read", "hooks": [ { "type": "command", "command": "node \"$CLAUDE_PROJECT_DIR/.wolf/hooks/post-read.js\"", "timeout": 5 } ] }, { "matcher": "Write|Edit|MultiEdit", "hooks": [ { "type": "command", "command": "node \"$CLAUDE_PROJECT_DIR/.wolf/hooks/post-write.js\"", "timeout": 10 } ] } ], "Stop": [ { "matcher": "", "hooks": [ { "type": "command", "command": "node \"$CLAUDE_PROJECT_DIR/.wolf/hooks/stop.js\"", "timeout": 10 } ] } ] } }