Skip to content

Commit b63d97b

Browse files
committed
docs: update Tool prompt syntax examples
1 parent e611c92 commit b63d97b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/instruction-files.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,13 @@ Customize how the AI uses specific tools by appending instructions to their desc
8585

8686
```markdown
8787
## Tool: bash
88-
- Always use absolute paths
89-
- Add `set -e` to scripts
88+
- Use `rg` instead of `grep` for file searching
9089

9190
## Tool: file_edit_replace_string
92-
- Include 2-3 lines of context
93-
- Verify edits by reading the file afterwards
91+
- Run `prettier --write` after editing files
92+
93+
# Tool: status_set
94+
- Set status url to the Pull Request once opened
9495
```
9596

9697
**Available tools**: `bash`, `file_read`, `file_edit_replace_string`, `file_edit_insert`, `propose_plan`, `todo_write`, `todo_read`, `status_set`, `web_search`.

0 commit comments

Comments
 (0)