From dd67cfbe97188b9051b452f0c433f3c97d4bf425 Mon Sep 17 00:00:00 2001 From: iris Date: Thu, 2 Jul 2026 14:10:11 +0200 Subject: [PATCH] docs(tools/bash): fix stale sh -c -> bash invocation note feat 2d97401f changed the bash runner from sh to bash but docs/tools/bash.md still said 'sh -c '. Correct to 'runs via bash'. --- docs/tools/bash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/bash.md b/docs/tools/bash.md index 4bdf6aa2..85c899a0 100644 --- a/docs/tools/bash.md +++ b/docs/tools/bash.md @@ -11,7 +11,7 @@ invocation regardless of tool groups. ### `run(cmd, timeout_secs?, wait_seconds?, name?)` -Submit a shell command for background execution (`sh -c `). +Submit a shell command for background execution (runs via `bash`). Stdout and stderr stream to `harness/bash-tasks/.{out,err}`. When the task completes (or times out, or the process errors), the harness fires a wake with `from: "bash-task-"` and the exit code