mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
13 lines
287 B
JSON
13 lines
287 B
JSON
{
|
|
"steps": [
|
|
{ "op": "initialize" },
|
|
{ "op": "newSession" },
|
|
{
|
|
"op": "promptAndCancel",
|
|
"text": "Run two shell commands: wait for cancellation, then write skipped.txt.",
|
|
"waitForFile": { "path": "started.txt" }
|
|
},
|
|
{ "op": "waitForTurnEnd" }
|
|
]
|
|
}
|