Merge PR #171: quote CLAUDE_PLUGIN_ROOT for paths with spaces

This commit is contained in:
Julius Brussee
2026-04-15 14:27:07 +02:00
+2 -2
View File
@@ -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..."
}