From c8272674dc028581b4ac163f8ee6b5b727d0bdf6 Mon Sep 17 00:00:00 2001 From: Mind <57893196+MindXL@users.noreply.github.com> Date: Sat, 28 Feb 2026 15:19:14 +0800 Subject: [PATCH] fix(continual-learning): Resolve path issue for locating hook target files. --- continual-learning/hooks/hooks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ] }