Initial commit
This commit is contained in:
16
skills/scaffold-claude-feature/templates/hooks.template.json
Normal file
16
skills/scaffold-claude-feature/templates/hooks.template.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"hooks": {
|
||||
"[EventName]": [
|
||||
{
|
||||
"matcher": "[ToolPattern or omit for events like Stop]",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "[bash-command or $CLAUDE_PROJECT_DIR/script.sh]",
|
||||
"timeout": 60
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user