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

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" }
]
}
]
}
}