13 lines
289 B
JSON
13 lines
289 B
JSON
{
|
|
"description": "Send a system notification after successful git commit operations invoked via Ruby.",
|
|
"hooks": {
|
|
"PostToolUse": [
|
|
{
|
|
"type": "command",
|
|
"command": "ruby ${CLAUDE_PLUGIN_ROOT}/hooks/notify_commit.rb",
|
|
"timeout": 30
|
|
}
|
|
]
|
|
}
|
|
}
|