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

View File

@@ -0,0 +1,14 @@
{
"name": "git-commit-plugin",
"description": "Claude Codeが停止したときタスクが完了したときに、Gitコミットを自動化するためのフックを提供します。",
"version": "3.1.1",
"author": {
"name": "shi."
},
"agents": [
"./agents"
],
"hooks": [
"./hooks"
]
}