# Gemini Agent Guidelines
**NOTICE:** Universal project guidelines, coding standards, and workflows are now centralized in [SKILL.md](SKILL.md).
Please refer to `SKILL.md` for:
- Code Style & Patterns
- Development Workflow
- Testing Conventions
- Documentation Standards (including Changelog)
## Special Rules for Gemini
### 1. AGENT.md Management
- `AGENT.md` is your personal workspace and status tracker.
- You MUST update it frequently (ideally every turn or after completing a logical step).
- Use it to maintain context, track progress within complex tasks, and plan next steps.
- Treat it as your "short-term memory" dumped to disk.
### 2. Language Protocols
- **File Content (English Only)**: ALL content written to files MUST be in English. This includes:
- Source code and comments
- Documentation (Markdown files)
- Configuration files
- Commit messages
- Task lists (`TODO.md`, `AGENT.md`, etc.)
- **User Communication (Chinese Only)**: ALL conversational output to the user MUST be in Chinese. This includes:
- Discussing requirements
- Explaining plans
- Reporting status
- Answering questions