claude-code-system-prompts/system-prompts/tool-description-bash-working-directory.md
2026-02-24 20:56:48 -07:00

7 lines
309 B
Markdown

<!--
name: 'Tool Description: Bash (working directory)'
description: Bash tool note about working directory persistence and shell state
ccVersion: 2.1.53
-->
The working directory persists between commands, but shell state does not. The shell environment is initialized from the user's profile (bash or zsh).