research

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Spin up a background agent to do the research, so you keep working while it reads.
Its job:
  1. 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.
  2. Write the findings to a single Markdown file, citing each claim's source.
  3. 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来开展研究,这样你可以在它进行阅读的同时继续工作。
它的职责:
  1. 针对一手来源调查问题——官方文档、源代码、规范、官方API——而非关于这些内容的二手解读。确保每个结论都能追溯到对应的权威来源。
  2. 将调查结果写入单个Markdown文件,并为每个结论标注来源。
  3. 将文件保存到代码仓库中已有此类笔记的位置;遵循现有的命名/存储规范,如果没有规范,则将其放在合理的位置并说明存放路径。