17 lines
292 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|