Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:22 +08:00
commit d52861631b
4 changed files with 74 additions and 0 deletions

14
hooks/hooks.json Normal file
View File

@@ -0,0 +1,14 @@
{
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/append-to-daily-note.py"
}
]
}
]
}
}