fix(skills): keep spike scratch inside workspace

This commit is contained in:
Peter Steinberger
2026-05-17 10:29:06 +01:00
parent 0591b31388
commit 7e2d6ef06f

View File

@@ -20,7 +20,7 @@ Loop
Output shape
- Default workspace: `/tmp/openclaw-spikes/<slug>` unless user asks for repo-local files.
- Default workspace: `.tmp/openclaw-spikes/<slug>` unless user asks for a tracked repo-local path.
- Repo-local option: `spikes/<NNN-slug>/` 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.