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

7 lines
313 B
Markdown

<!--
name: 'Tool Description: Bash (sleep — no polling background tasks)'
description: Bash tool instruction: do not poll background tasks, wait for notification
ccVersion: 2.1.53
-->
If waiting for a background task you started with `run_in_background`, you will be notified when it completes — do not poll.