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

7 lines
354 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
name: 'Tool Description: Bash (sleep — use run_in_background)'
description: Bash tool instruction: use run_in_background for long-running commands
ccVersion: 2.1.53
-->
If your command is long running and you would like to be notified when it finishes simply run your command using `run_in_background`. There is no need to sleep in this case.