# β‘ Boring-Gemini Cheatsheet
> **"Great Power, Simple Control."**
## ποΈ The 5 Commandments (Core Commands)
| Command | Command Alias | Description |
| :--- | :--- | :--- |
| **Start Flow** | `boring go` | π **One Dragon Mode**<br>Full auto: Setup -> Plan -> Build -> Verify. |
| **Auto Fix** | `boring fix` | π§ **The Healer**<br>Automatically repairs linting & code errors. |
| **Health Check** | `boring check` | β
**Vibe Check**<br>Scans project health, security, and quality. |
| **Smart Save** | `boring save` | πΎ **The Scribe**<br>Generates semantic commit message & saves changes. |
| **Guide** | `boring guide` | β **The Oracle**<br>Interactive tool discovery & help. |
| **System Optimize** | `boring doctor -o`| π **The Perfectionist**<br>Deep cleanup (VACUUM), brain maintenance & checkpoints. |
## π§ Cognitive Tools (Deep Thinking)
Use these when simple tools aren't enough.
* **Deep Reasoning**: `boring fix --think` (Enable System 2 Thinking - **NEW!**)
* **Plan Feature**: `boring go "Add user auth"`
### 𧬠God Mode (Autonomous)
* **The Sentinel**: `boring watch` (Real-time active assistance)
* **The Evolver**: `boring evolve "Fix all tests"` (Goal-seeking autonomous loop)
## π Natural Language (The Universal Interface)
You can always just say what you want (English or Chinese):
```bash
boring "Refactor the user service to use dependency injection"
boring "Find where the JWT token is validated"
boring "εΉ«ζζͺ’ζ₯ιεζͺζ‘ηζ½ε¨ bug"
```
## β¨οΈ Shortcuts
* `boring` (No args) β **Contextual Onboarding** (Smart Menu)
* `boring status` β View project state
* `boring reset-circuit` β Fix "stuck" agent