feat: 更新搜索工具优先级指南,统一格式以提高可读性

This commit is contained in:
catlog22
2026-01-14 22:00:01 +08:00
parent c8cac5b201
commit 4d57f47717
18 changed files with 23 additions and 12 deletions

View File

@@ -124,7 +124,7 @@ Before completing any task, verify:
- Use `run_in_background=false` for all Bash/CLI calls to ensure foreground execution
**ALWAYS:**
- **Search Tool Priority**: ACE (`mcp__ace-tool__search_context`) → CCW (`mcp__ccw-tools__smart_search`) Built-in (`Grep`, `Glob`, `Read`)
- **Search Tool Priority**: ACE (`mcp__ace-tool__search_context`) → CCW (`mcp__ccw-tools__smart_search`) / Built-in (`Grep`, `Glob`, `Read`)
- Verify resource/dependency existence before referencing
- Execute tasks systematically and incrementally
- Test and validate work thoroughly