diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 960c95b..63f8502 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -11,7 +11,7 @@ "hooks": [ { "type": "command", - "command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/caveman-activate.js", + "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/caveman-activate.js\"", "timeout": 5, "statusMessage": "Loading caveman mode..." } @@ -23,7 +23,7 @@ "hooks": [ { "type": "command", - "command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/caveman-mode-tracker.js", + "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/caveman-mode-tracker.js\"", "timeout": 5, "statusMessage": "Tracking caveman mode..." }