Initial commit
This commit is contained in:
16
skills/plugin-builder/templates/hooks.json
Normal file
16
skills/plugin-builder/templates/hooks.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"hooks": [
|
||||
{
|
||||
"event": "PreToolUse",
|
||||
"command": "./scripts/pre-tool.sh"
|
||||
},
|
||||
{
|
||||
"event": "PostToolUse",
|
||||
"command": "./scripts/post-tool.sh"
|
||||
},
|
||||
{
|
||||
"event": "UserPromptSubmit",
|
||||
"command": "./scripts/on-submit.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user