Files

11 lines
333 B
JSON
Raw Permalink Normal View History

{
"steps": [
{ "op": "initialize" },
{ "op": "newSession" },
{
"op": "prompt",
2026-08-13 00:36:22 +08:00
"text": "Run true once with bash in the foreground. After that fails, run true with bash in the background, read task bash-1 with job_output and wait=true, then reply with exactly RUNNER_FAILURES_SURFACED and stop."
}
]
}