research
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSpin up a background agent to do the research, so you keep working while it reads.
Its job:
- Investigate the question against primary sources — official docs, source code, specs, first-party APIs — not a secondary write-up of them. Follow every claim back to the source that owns it.
- Write the findings to a single Markdown file, citing each claim's source.
- Save it where the repo already keeps such notes; match the existing convention, and if there is none, put it somewhere sensible and say where.
启动一个background agent来开展研究,这样你可以在它进行阅读的同时继续工作。
它的职责:
- 针对一手来源调查问题——官方文档、源代码、规范、官方API——而非关于这些内容的二手解读。确保每个结论都能追溯到对应的权威来源。
- 将调查结果写入单个Markdown文件,并为每个结论标注来源。
- 将文件保存到代码仓库中已有此类笔记的位置;遵循现有的命名/存储规范,如果没有规范,则将其放在合理的位置并说明存放路径。