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