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

13 lines
186 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "bash",
"hooks": [
{ "type": "command", "command": "sh posttool-once.sh" }
]
}
]
}
}