mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 05:35:24 +08:00
7 lines
285 B
Markdown
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.
|