feat(PHASE-07): 最小 Grep 工具 + 工具优先级优化(搜索能力补齐)
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
- 重构时:
|
||||
- 先找全部用法
|
||||
- 避免修改无关文件
|
||||
- 搜索文件内容时,优先使用 `Grep`,而不是 `Bash`
|
||||
- 修改已有文件时,优先使用 `Edit`,而不是 `Bash` 或 `Write`
|
||||
- 需要创建或覆盖文件时,优先使用 `Write` 工具,而不是 `Bash`
|
||||
- Windows 下先验证 shell 兼容性,再选择命令写法
|
||||
|
||||
Reference in New Issue
Block a user