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