diff --git a/plugin/hooks/hooks.json b/plugin/hooks/hooks.json index 271dc275..01a6b719 100644 --- a/plugin/hooks/hooks.json +++ b/plugin/hooks/hooks.json @@ -21,12 +21,7 @@ "type": "command", "command": "_R=\"${CLAUDE_PLUGIN_ROOT}\"; [ -z \"$_R\" ] && _R=\"$HOME/.claude/plugins/marketplaces/thedotmack/plugin\"; node \"$_R/scripts/smart-install.js\"", "timeout": 300 - } - ] - }, - { - "matcher": "startup|clear|compact", - "hooks": [ + }, { "type": "command", "command": "_R=\"${CLAUDE_PLUGIN_ROOT}\"; [ -z \"$_R\" ] && _R=\"$HOME/.claude/plugins/marketplaces/thedotmack/plugin\"; node \"$_R/scripts/bun-runner.js\" \"$_R/scripts/worker-service.cjs\" start",