claude-code-system-prompts/system-prompts/tool-description-bash-sandbox-tmpdir.md
2026-03-27 15:30:34 -06:00

347 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.