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

7 lines
348 B
Markdown

<!--
name: 'Tool Description: Bash (sandbox — tmpdir)'
description: Use $TMPDIR for temporary files in sandbox mode
ccVersion: 2.1.163
-->
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.