Files
2025-11-29 18:26:52 +08:00

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
}
]
}
}