17 lines
278 B
JSON
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"
|
|
}
|
|
]
|
|
}
|