Goal
Create English-language counterparts of the existing Chinese prompts so non-Chinese AI IDE users can pick the language matching their manifest.lang.
Why
Currently prompts are in Chinese. The schema already supports manifest.lang: 'en' but the prompt itself is still Chinese, which can confuse non-Chinese AIs.
Scope (what is in)
Out of scope
- Translate
scan-heavy.md (do that in a follow-up)
- Translate
_schema.md (already mostly in English)
Files likely involved
- New:
prompts/scan.en.md, prompts/scan-light.en.md, prompts/sync.en.md
templates/AGENTS.md
scripts/install.ps1 and scripts/install.sh
Acceptance criteria
Estimated effort
~3-4 hours / 5 files (mostly translation, no logic)
Hints
Keep terminology consistent with the existing _schema.md (which is already English). Don't translate code blocks or JSON examples.
Want to take this?
Comment "I'd like to take this" and I'll confirm within 24h. Native or near-native English speakers especially welcome.
Goal
Create English-language counterparts of the existing Chinese prompts so non-Chinese AI IDE users can pick the language matching their
manifest.lang.Why
Currently prompts are in Chinese. The schema already supports
manifest.lang: 'en'but the prompt itself is still Chinese, which can confuse non-Chinese AIs.Scope (what is in)
prompts/scan.md→prompts/scan.en.mdprompts/scan-light.md→prompts/scan-light.en.mdprompts/sync.md→prompts/sync.en.mdtemplates/AGENTS.mdto mention both versionsmanifest.lang(or both)Out of scope
scan-heavy.md(do that in a follow-up)_schema.md(already mostly in English)Files likely involved
prompts/scan.en.md,prompts/scan-light.en.md,prompts/sync.en.mdtemplates/AGENTS.mdscripts/install.ps1andscripts/install.shAcceptance criteria
Estimated effort
~3-4 hours / 5 files (mostly translation, no logic)
Hints
Keep terminology consistent with the existing
_schema.md(which is already English). Don't translate code blocks or JSON examples.Want to take this?
Comment "I'd like to take this" and I'll confirm within 24h. Native or near-native English speakers especially welcome.