Files
gh-bbrowning-bbrowning-clau…/skills/plugin-builder/templates/hooks.json
2025-11-29 18:00:42 +08:00

17 lines
278 B
JSON

{
"hooks": [
{
"event": "PreToolUse",
"command": "./scripts/pre-tool.sh"
},
{
"event": "PostToolUse",
"command": "./scripts/post-tool.sh"
},
{
"event": "UserPromptSubmit",
"command": "./scripts/on-submit.sh"
}
]
}