mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-31 06:04:19 +08:00
7 lines
316 B
Markdown
7 lines
316 B
Markdown
<!--
|
|
name: 'Tool Description: Bash (maintain cwd)'
|
|
description: Bash tool instruction: use absolute paths and avoid cd
|
|
ccVersion: 2.1.53
|
|
-->
|
|
Try to maintain your current working directory throughout the session by using absolute paths and avoiding usage of `cd`. You may use `cd` if the User explicitly requests it.
|