claude-code-system-prompts/system-prompts/tool-description-bash-sleep-no-retry-loops.md
2026-02-24 20:56:48 -07:00

7 lines
285 B
Markdown

<!--
name: 'Tool Description: Bash (sleep — no retry loops)'
description: Bash tool instruction: diagnose failures instead of retrying in sleep loops
ccVersion: 2.1.53
-->
Do not retry failing commands in a sleep loop — diagnose the root cause or consider an alternative approach.