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

13 lines
342 B
JSON
Raw Normal View History

{
"hooks": {
"PreToolUse": [
{
"matcher": "bash",
"hooks": [
{ "type": "command", "command": "echo '{\"hookSpecificOutput\":{\"hookEventName\":\"PreToolUse\",\"permissionDecision\":\"ask\",\"permissionDecisionReason\":\"bash requires manual approval in this session\"}}'" }
]
}
]
}
}