Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:52 +08:00
commit 61ed8caa8d
5 changed files with 96 additions and 0 deletions

12
hooks/hooks.json Normal file
View 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
}
]
}
}