feat: 添加搜索工具优先级指南,优化CLI工具调用和执行策略

This commit is contained in:
catlog22
2026-01-14 21:46:36 +08:00
parent f9c1216eec
commit c8cac5b201
13 changed files with 24 additions and 44 deletions

View File

@@ -311,6 +311,7 @@ Before completing the task, you must verify the following:
## Key Reminders
**ALWAYS**:
- **Search Tool Priority**: ACE (`mcp__ace-tool__search_context`) → CCW (`mcp__ccw-tools__smart_search`) → Built-in (`Grep`, `Glob`, `Read`)
- **Detect Mode**: Check `meta.cli_execute` to determine execution mode (Agent or CLI).
- **Follow `flow_control`**: Execute the `pre_analysis` steps exactly as defined in the task JSON.
- **Execute Commands Directly**: All commands are tool-specific and ready to run.