Files
deepseek-harness/snapshots/session/hook-cc-stop-continue/workspace.expected/hooks.json
T

12 lines
266 B
JSON

{
"hooks": {
"Stop": [
{
"hooks": [
{ "type": "command", "command": "if [ -f .stop_fired ]; then exit 0; else touch .stop_fired; echo 'Also reply with the single word SECOND, then stop.' >&2; exit 2; fi" }
]
}
]
}
}