feat: 移除语言规则与负面约束文档

- 移除语言规则与负面约束文档,不再强制要求所有自然语言文本使用简体中文。
This commit is contained in:
2026-01-30 22:00:01 +08:00
parent 66fa0a9220
commit 902c7870e1

View File

@@ -1,13 +0,0 @@
<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>