diff --git a/continual-learning/hooks/hooks.json b/continual-learning/hooks/hooks.json index 690c86c..16780d9 100644 --- a/continual-learning/hooks/hooks.json +++ b/continual-learning/hooks/hooks.json @@ -3,7 +3,7 @@ "hooks": { "stop": [ { - "command": "bun run ./hooks/continual-learning-stop.ts --trial" + "command": "bun run ${CLAUDE_PLUGIN_ROOT}/hooks/continual-learning-stop.ts --trial" } ] }