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

13 lines
241 B
JSON
Raw Normal View History

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