feat(worklog): 新增工作證明自動記錄 skill 與 Stop hook

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jeffery
2026-07-27 11:20:15 +08:00
co-authored by Claude Opus 5
parent a2b0a51a35
commit 265dd14a2b
5 changed files with 916 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/worklog/worklog.sh",
"timeout": 60
}
]
}
]
}
}