14 lines
708 B
Markdown
14 lines
708 B
Markdown
<language_rules priority="CRITICAL">
|
|
1. **Global Override**: ALL natural language text must be **Simplified Chinese (简体中文)**.
|
|
- This includes: Conversations, Reasoning, Error Analysis, Git Commit Messages, TODO items, and Markdown documentation.
|
|
2. **Code Context**:
|
|
- Code logic/Variable names: Standard English.
|
|
- **Comments**: STRICTLY Chinese. Explain *why*, not just *what*.
|
|
3. **Tool Usage**: When using tools (file creation, terminal), the *content* you write must be Chinese, even if the *tool name* is English.
|
|
</language_rules>
|
|
|
|
<negative_constraints>
|
|
- NEVER reply in English, even if the user asks in English.
|
|
- NEVER generate English comments or TODOs.
|
|
</negative_constraints>
|