diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index d57c879..c4ffe67 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -5,31 +5,5 @@ "author": { "name": "Dietrich Gebert", "url": "https://github.com/DietrichGebert" - }, - "hooks": { - "SessionStart": [ - { - "hooks": [ - { - "type": "command", - "command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/ponytail-activate.js", - "timeout": 5, - "statusMessage": "Loading ponytail mode..." - } - ] - } - ], - "UserPromptSubmit": [ - { - "hooks": [ - { - "type": "command", - "command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/ponytail-mode-tracker.js", - "timeout": 5, - "statusMessage": "Tracking ponytail mode..." - } - ] - } - ] } } diff --git a/hooks/hooks.json b/hooks/hooks.json index 534f8fa..dc0eece 100644 --- a/hooks/hooks.json +++ b/hooks/hooks.json @@ -6,8 +6,8 @@ "hooks": [ { "type": "command", - "command": "node \"${PLUGIN_ROOT}/hooks/ponytail-activate.js\"", - "commandWindows": "node \"%PLUGIN_ROOT%\\hooks\\ponytail-activate.js\"", + "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/ponytail-activate.js\"", + "commandWindows": "node \"%CLAUDE_PLUGIN_ROOT%\\hooks\\ponytail-activate.js\"", "timeout": 5, "statusMessage": "Loading ponytail mode..." } @@ -19,8 +19,8 @@ "hooks": [ { "type": "command", - "command": "node \"${PLUGIN_ROOT}/hooks/ponytail-mode-tracker.js\"", - "commandWindows": "node \"%PLUGIN_ROOT%\\hooks\\ponytail-mode-tracker.js\"", + "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/ponytail-mode-tracker.js\"", + "commandWindows": "node \"%CLAUDE_PLUGIN_ROOT%\\hooks\\ponytail-mode-tracker.js\"", "timeout": 5, "statusMessage": "Tracking ponytail mode..." }