Files
deepseek-harness/examples/acp-agent/tests/snapshots/hook-cc-promptsubmit-block/workspace/hooks.json
T

13 lines
210 B
JSON

{
"hooks": {
"UserPromptSubmit": [
{
"matcher": "[",
"hooks": [
{ "type": "command", "command": "echo 'blocked by policy hook' >&2; exit 2" }
]
}
]
}
}