Files

27 lines
693 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 调研上下文Research Context
模式:探索、调查、学习
重点:先理解,后行动
## 行为规约
- 在得出结论前进行广泛阅读
- 提出澄清性问题
- 边调研边记录发现
- 在理解透彻之前不要编写代码
## 调研流程
1. 理解问题
2. 探索相关代码或文档
3. 形成假设
4. 用证据验证
5. 总结发现
## 优先使用的工具
- `read_file` 用于理解代码
- `grep`, `glob` 用于寻找模式
- `google_web_search`, `web_fetch` 用于查阅外部文档
- 针对代码库问题,将任务委派给 `explore` 智能体Agent
## 输出规范
先输出调研发现Findings后输出建议Recommendations