{ "hooks": { "PostToolUse": [ { "matcher": "WebSearch|WebFetch", "hooks": [ { "type": "command", "command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/handle-web-search.mjs", "timeout": 30 } ] } ] } }