14 lines
423 B
JSON
14 lines
423 B
JSON
{
|
|
"steps": [
|
|
{ "op": "initialize" },
|
|
{ "op": "newSession" },
|
|
{
|
|
"op": "prompt",
|
|
"text": "Create a durable two-round goal for the ACP snapshot, inspect it, then report readiness."
|
|
},
|
|
{ "op": "waitForTurnStart", "minimumTurn": 3 },
|
|
{ "op": "cancel", "waitForFile": { "path": ".dsh-snapshot-goal-cancel-ready" } },
|
|
{ "op": "waitForInboxMessage", "text": "\"phase\":\"paused\"" }
|
|
]
|
|
}
|