docs: add Chinese (zh-CN) translations for README, AGENTS, and CLA#1719
docs: add Chinese (zh-CN) translations for README, AGENTS, and CLA#1719jetsonearth wants to merge 3 commits intodimensionalOS:mainfrom
Conversation
- Add README.zh-CN.md, AGENTS.zh-CN.md, CLA.zh-CN.md - Add language switcher (English | 中文) to existing English docs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Greptile SummaryThis PR adds Simplified Chinese ( Key observations:
Confidence Score: 4/5Safe to merge after fixing one code example that diverges from the English source and actual codebase usage. Five of six changed files are clean. The single P1 finding is a code snippet in AGENTS.zh-CN.md that substitutes AGENTS.zh-CN.md line 280 — incorrect code example compared to English source. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README.md] <-->|Language Switcher| B[README.zh-CN.md]
C[AGENTS.md] <-->|Language Switcher| D[AGENTS.zh-CN.md]
E[CLA.md] <-->|Language Switcher| F[CLA.zh-CN.md]
D -->|⚠️ Code example diverges| G["McpClient.blueprint(system_prompt=...)
should be agent(system_prompt=...)"]
Reviews (1): Last reviewed commit: "docs: move language switcher below pre-r..." | Re-trigger Greptile |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Summary
README.zh-CN.md,AGENTS.zh-CN.md,CLA.zh-CN.mdwith full Simplified Chinese translationsEnglish | 中文) to the top of existing EnglishREADME.md,AGENTS.md, andCLA.md*.zh-CN.mdconvention used by major open-source projects (Vue, Electron, etc.), making it easy for the community to contribute additional languages (ja, ko, es, de, etc.)Test plan
🤖 Generated with Claude Code