mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-30 04:40:37 +00:00
13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"hooks": {
|
|
"PreToolUse": [
|
|
{
|
|
"matcher": "bash",
|
|
"hooks": [
|
|
{ "type": "command", "command": "echo 'bash is disabled by codex policy in this session' >&2; exit 2" }
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|