From 7e2d6ef06f801204a0ac644e92fa4cbbdeab3c59 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 17 May 2026 10:29:06 +0100 Subject: [PATCH] fix(skills): keep spike scratch inside workspace --- skills/spike/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/spike/SKILL.md b/skills/spike/SKILL.md index b3a9c37f3dc..1616ad48a4a 100644 --- a/skills/spike/SKILL.md +++ b/skills/spike/SKILL.md @@ -20,7 +20,7 @@ Loop Output shape -- Default workspace: `/tmp/openclaw-spikes/` unless user asks for repo-local files. +- Default workspace: `.tmp/openclaw-spikes/` unless user asks for a tracked repo-local path. - Repo-local option: `spikes//` with `README.md` and minimal code. - Prefer runnable CLI, tiny HTML, one endpoint, or focused test. - Avoid package sprawl, Docker, env files, app frameworks, and production cleanup.