feat(worklog): 移入工作紀錄並補 Copilot 說明

This commit is contained in:
Jeffery
2026-07-27 16:24:54 +08:00
parent 98c45c78d5
commit f2e6176921
10 changed files with 1122 additions and 16 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/worklog/worklog.sh",
"timeout": 60
}
]
}
]
}
}