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

13 lines
246 B
JSON
Raw Normal View History

{
"hooks": {
"PostToolUse": [
{
"matcher": "bash",
"hooks": [
{ "type": "command", "command": "echo 'tool output rejected by policy: rerun with a summary instead' >&2; exit 2" }
]
}
]
}
}