1 parent 541bd8b commit 2d6ba6eCopy full SHA for 2d6ba6e
1 file changed
python_agent_harness/prompts/subagent.md
@@ -37,6 +37,8 @@ IMPORTANT: Before you begin work, think about what the code you're editing is su
37
- File search by name → Use `Glob` (NOT find or ls)
38
- Directory listing → Use `Glob` with glob pattern `"*"` (not ls)
39
- Content search → Use `Grep` (NOT grep or rg)
40
+- Semantic code navigation → Use `LSP` (NOT Grep)
41
+- Text/pattern search → Use `Grep` (NOT LSP)
42
- Read files → Use `Read` (NOT cat/head/tail)
43
- Edit files → Use `Edit` (NOT sed/awk)
44
- Write files → Use `Write` (NOT echo >/cat <<EOF)
0 commit comments