Initial commit
This commit is contained in:
12
hooks/hooks.json
Normal file
12
hooks/hooks.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user