refactor(acp): reduce bridge to automation protocol

This commit is contained in:
Tianyi Cui
2026-07-24 01:40:25 +08:00
parent b06bcfd21c
commit e819a586b0
406 changed files with 3880 additions and 21325 deletions
@@ -2,7 +2,11 @@
"steps": [
{ "op": "initialize" },
{ "op": "newSession" },
{ "op": "promptAndCancel", "text": "Start a long task; this turn will be cancelled mid-stream." },
{
"op": "promptAndCancel",
"text": "Start a long task; this turn will be cancelled mid-stream.",
"waitForFile": { "path": ".dsh-snapshot-stream-ready" }
},
{ "op": "waitForTurnEnd" }
]
}