Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:41 +08:00
commit 4ec7d1aefd
5 changed files with 147 additions and 0 deletions

16
hooks/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
{
"description": "Claude Codeの処理が終了したときタスク完了時に、Gitコミットを自動化するフックを提供します。",
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "zsh ${CLAUDE_PLUGIN_ROOT}/scripts/commit-and-push.sh"
}
]
}
]
}
}