commit 93c97b42d143217a10358d8ac2f9ba6b4f1e6bbc (tree) parent 745b2702bf760001d16dc82728e09f37158e8eff Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Fri, 20 Feb 2026 16:53:52 +0200 skill Diffstat:
| M | stage0/.claude/skills/enable-tests/SKILL.md | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/stage0/.claude/skills/enable-tests/SKILL.md b/stage0/.claude/skills/enable-tests/SKILL.md @@ -51,7 +51,6 @@ After dispatching a worker, **always** print the output file path: ``` Worker output: <output_file> -Monitor with: tail -f <output_file> ``` Then wait for the result using `TaskOutput` with `block=true`. The user