Skip to content

Commit 2d6ba6e

Browse files
authored
Update subagent.md
1 parent 541bd8b commit 2d6ba6e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python_agent_harness/prompts/subagent.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ IMPORTANT: Before you begin work, think about what the code you're editing is su
3737
- File search by name → Use `Glob` (NOT find or ls)
3838
- Directory listing → Use `Glob` with glob pattern `"*"` (not ls)
3939
- Content search → Use `Grep` (NOT grep or rg)
40+
- Semantic code navigation → Use `LSP` (NOT Grep)
41+
- Text/pattern search → Use `Grep` (NOT LSP)
4042
- Read files → Use `Read` (NOT cat/head/tail)
4143
- Edit files → Use `Edit` (NOT sed/awk)
4244
- Write files → Use `Write` (NOT echo >/cat <<EOF)

0 commit comments

Comments
 (0)