fix(worklog): 避免 Codex stop hook 執行 Claude 專用路徑

This commit is contained in:
Jeffery
2026-07-27 16:44:57 +08:00
parent 9fa1abbb6f
commit 2abe236c35
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/worklog/worklog.sh",
"command": "if [ -n \"${CLAUDE_PLUGIN_ROOT:-}\" ]; then \"${CLAUDE_PLUGIN_ROOT}/scripts/worklog/worklog.sh\"; fi",
"timeout": 60
}
]