You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cli/skills/sandchest/references/troubleshooting.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Common causes:
17
17
- Large test or build step
18
18
19
19
Fixes:
20
+
- Prefer `sandbox_run_project` for one-shot "new sandbox + run command" tasks so setup, install, and execution are handled together.
20
21
- Increase the timeout on the command or helper.
21
22
- Set non-interactive env vars where appropriate.
22
23
- Use `GIT_TERMINAL_PROMPT=0` style protections for git workflows.
@@ -33,10 +34,18 @@ Fixes:
33
34
## Upload Too Large
34
35
35
36
Fixes:
37
+
- Prefer `sandbox_run_project` in `source: "auto"` mode for a one-shot task. It can fall back from upload to clone automatically when a public origin is available.
36
38
- Prefer `sandbox_git_clone` for public repos.
37
39
- Narrow the upload scope.
38
40
- Exclude generated directories and dependency folders.
39
41
42
+
## Writable Paths
43
+
44
+
Fixes:
45
+
- Default to `/tmp/work` for MCP uploads, clones, exec, and sessions.
46
+
- Use `/tmp` or `/var/tmp` for scratch space.
47
+
- Only use `/work` when you know the target image mounts it read-write.
48
+
40
49
## Directory Upload Failed On Extraction
41
50
42
51
Bulk upload is not transactional. Partial files may remain.
0 commit comments