{ "steps": [ { "op": "initialize" }, { "op": "newSession" }, { "op": "prompt", "text": "Follow these steps exactly, then stop. 1. Call the subagent tool once with run_in_background set to true, description 'Reply with CHILD_OK', and prompt 'Reply with exactly the word CHILD_OK and nothing else.'. 2. Reply with the single word DONE. Do not use the bash tool." }, { "op": "waitForSubagentTurnEnd", "child": 1, "minimumTurn": 1 }, { "op": "waitForTurnStart", "minimumTurn": 2 }, { "op": "waitForTurnEnd" } ] }