Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:12 +08:00
commit d9415cde76
5 changed files with 130 additions and 0 deletions

16
hooks/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
{
"description": "Automatic make git operation if condition met",
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/dist/commit.js"
}
]
}
]
}
}