docs: Add Gemini CLI integration configuration and fix filename references

- Add prerequisites section referencing official Gemini CLI repository
- Add essential configuration section showing proper settings.json setup
- Emphasize importance of "contextFileName": "CLAUDE.md" setting
- Update both English and Chinese README files
- Fix filename references from "Claude.md" to "CLAUDE.md" in install docs
- Improve user onboarding with proper configuration guidance

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-09-09 15:49:51 +08:00
parent 3992881b84
commit b906ce8715
4 changed files with 32 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ Install to user home directory (`~/.claude`):
├── commands/
├── output-styles/
├── settings.local.json
└── Claude.md
└── CLAUDE.md
```
**Note**: Starting from v1.2.0, only global installation is supported. Local directory and custom path installations have been removed to simplify the installation process and ensure consistent behavior across all platforms.