develop
master
hooks/hooks.json
${CLAUDE_PLUGIN_ROOT}
python3 -m json.tool hooks/hooks.json >/dev/null
bash -n scripts/worklog/worklog.sh
PYTHONDONTWRITEBYTECODE=1 python3 -m py_compile scripts/worklog/transcript.py scripts/worklog/wiki_api.py
git diff --check
No dependencies set.
The note is not visible to the blocked user.
變更內容
hooks/hooks.json時誤執行 Claude 專用${CLAUDE_PLUGIN_ROOT}路徑的問題;非 Claude Code 環境現在會 no-op。驗證
python3 -m json.tool hooks/hooks.json >/dev/nullbash -n scripts/worklog/worklog.shPYTHONDONTWRITEBYTECODE=1 python3 -m py_compile scripts/worklog/transcript.py scripts/worklog/wiki_api.pygit diff --checkfeat(worklog): 移入工作紀錄並補 Copilot 說明to feat(worklog): 移入工作紀錄並補 Copilot CLI 說明