2026-07-19 13:03:31 +08:00
|
|
|
{
|
|
|
|
|
"steps": [
|
|
|
|
|
{ "op": "initialize" },
|
|
|
|
|
{ "op": "newSession" },
|
|
|
|
|
{
|
|
|
|
|
"op": "promptAndCancel",
|
|
|
|
|
"text": "Run two shell commands: wait for cancellation, then write skipped.txt.",
|
2026-07-24 01:40:25 +08:00
|
|
|
"waitForFile": { "path": "started.txt" }
|
2026-07-22 22:00:48 +08:00
|
|
|
},
|
|
|
|
|
{ "op": "waitForTurnEnd" }
|
2026-07-19 13:03:31 +08:00
|
|
|
]
|
|
|
|
|
}
|