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

7 lines
285 B
Markdown

<!--
name: 'Tool Description: Bash (sleep — use check commands)'
description: Bash tool instruction: use check commands rather than sleeping when polling
ccVersion: 2.1.53
-->
If you must poll an external process, use a check command (e.g. `gh run view`) rather than sleeping first.