{ "hooks": { "PostToolUse": [ { "matcher": "Read|Write|Edit|MultiEdit", "hooks": [ { "type": "command", "command": "bun run ${CLAUDE_PLUGIN_ROOT}/hooks/validate-plugin.ts", "timeout": 30 } ] } ] } }