Files
gh-elct9620-claudekit-plugi…/hooks/hooks.json
2025-11-29 18:25:12 +08:00

17 lines
292 B
JSON

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