feat(PHASE-06): 最小 Edit 工具 + 工具优先级优化(修改文件场景大幅提升)

This commit is contained in:
hc
2026-04-10 21:07:56 +08:00
parent 67f6467da0
commit 103725e652
3 changed files with 31 additions and 2 deletions
+1
View File
@@ -20,6 +20,7 @@
- 重构时:
- 先找全部用法
- 避免修改无关文件
- 修改已有文件时,优先使用 `Edit`,而不是 `Bash``Write`
- 需要创建或覆盖文件时,优先使用 `Write` 工具,而不是 `Bash`
- Windows 下先验证 shell 兼容性,再选择命令写法