{ "hooks": { "PreToolUse": [ { "matcher": "Read|Write|Edit|Bash", "hooks": [ { "type": "command", "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/plugins/msg-notify-plugin/hooks/notify.sh", "timeout": 300 } ] } ], "PostToolUse": [ { "matcher": "Read|Write|Edit|Bash", "hooks": [ { "type": "command", "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/plugins/msg-notify-plugin/hooks/notify.sh", "timeout": 300 } ] } ] } }