input.json 334 B

12345678910
  1. {
  2. "steps": [
  3. { "op": "initialize" },
  4. { "op": "newSession" },
  5. {
  6. "op": "prompt",
  7. "text": "Run true once with bash in the foreground. After that fails, run true with bash in the background, read task bash-1 with task_output and wait=true, then reply with exactly RUNNER_FAILURES_SURFACED and stop."
  8. }
  9. ]
  10. }