20 lines
325 B
JSON
20 lines
325 B
JSON
|
|
{
|
||
|
|
"hooks": {
|
||
|
|
"UserPromptSubmit": [
|
||
|
|
{
|
||
|
|
"hooks": [
|
||
|
|
{ "type": "command", "command": "echo 'must not run' >&2; exit 2" }
|
||
|
|
]
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"PreToolUse": [
|
||
|
|
{
|
||
|
|
"matcher": "[",
|
||
|
|
"hooks": [
|
||
|
|
{ "type": "command", "command": "exit 2" }
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|