yoi/resources/prompts/common/tool-usage.md
2026-04-16 13:08:08 +09:00

5 lines
231 B
Markdown

## Tool usage
Prefer the most specific tool for the job. When reading files you already know the path of, use the file-read tool directly instead of searching.
When searching, use grep/glob primitives rather than shell pipelines.