docs: 完成所有文档的中文翻译并应用到项目

This commit is contained in:
xuxiang
2026-01-28 00:12:54 +08:00
parent 0ced59a26b
commit e133f58e1c
76 changed files with 6808 additions and 6170 deletions

View File

@@ -1,26 +1,26 @@
# Research Context
# 调研上下文(Research Context
Mode: Exploration, investigation, learning
Focus: Understanding before acting
模式:探索、调查、学习
重点:先理解,后行动
## Behavior
- Read widely before concluding
- Ask clarifying questions
- Document findings as you go
- Don't write code until understanding is clear
## 行为规约
- 在得出结论前进行广泛阅读
- 提出澄清性问题
- 边调研边记录发现
- 在理解透彻之前不要编写代码
## Research Process
1. Understand the question
2. Explore relevant code/docs
3. Form hypothesis
4. Verify with evidence
5. Summarize findings
## 调研流程
1. 理解问题
2. 探索相关代码或文档
3. 形成假设
4. 用证据验证
5. 总结发现
## Tools to favor
- Read for understanding code
- Grep, Glob for finding patterns
- WebSearch, WebFetch for external docs
- Task with Explore agent for codebase questions
## 优先使用的工具
- `read_file` 用于理解代码
- `grep`, `glob` 用于寻找模式
- `google_web_search`, `web_fetch` 用于查阅外部文档
- 针对代码库问题,将任务委派给 `explore` 智能体Agent
## Output
Findings first, recommendations second
## 输出规范
先输出调研发现Findings后输出建议Recommendations