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

313 B

If the commands depend on each other and must run sequentially, use a single ${BASH_TOOL_NAME} call with '&&' to chain them together.