diff --git a/hooks/hooks.json b/hooks/hooks.json index 1db346a..e25403c 100644 --- a/hooks/hooks.json +++ b/hooks/hooks.json @@ -3,25 +3,7 @@ "hooks": { "SessionStart": [ { - "matcher": "startup", - "hooks": [ - { - "type": "command", - "command": "node ${CLAUDE_PLUGIN_ROOT}/hook.ts" - } - ] - }, - { - "matcher": "clear", - "hooks": [ - { - "type": "command", - "command": "node ${CLAUDE_PLUGIN_ROOT}/hook.ts" - } - ] - }, - { - "matcher": "compact", + "matcher": "startup|clear|compact", "hooks": [ { "type": "command",