mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
13 lines
186 B
JSON
13 lines
186 B
JSON
{
|
|
"hooks": {
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "bash",
|
|
"hooks": [
|
|
{ "type": "command", "command": "sh posttool-once.sh" }
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|