Files
piebald-ai--claude-code-sys…/system-prompts/tool-description-bash-sandbox-tmpdir.md
T
2026-07-13 12:49:20 +08:00

348 B

For temporary files, always use the $TMPDIR environment variable. TMPDIR is automatically set to the correct sandbox-writable directory in sandbox mode. Do NOT use /tmp directly - use $TMPDIR instead.