mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
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:
15
README.md
15
README.md
@@ -87,6 +87,10 @@ CCW intelligently adapts its file structure and workflow processes based on unif
|
||||
|
||||
## 🚀 Quick Start
|
||||
|
||||
### Prerequisites
|
||||
Install and configure [Gemini CLI](https://github.com/google-gemini/gemini-cli) for optimal workflow integration.
|
||||
|
||||
### Installation
|
||||
**One-liner installation:**
|
||||
```powershell
|
||||
Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/catlog22/Claude-Code-Workflow/main/install-remote.ps1" -UseBasicParsing).Content
|
||||
@@ -97,6 +101,17 @@ Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/cat
|
||||
/workflow:session list
|
||||
```
|
||||
|
||||
### Essential Configuration
|
||||
For Gemini CLI integration, configure your `settings.json` file:
|
||||
|
||||
```json
|
||||
{
|
||||
"contextFileName": "CLAUDE.md"
|
||||
}
|
||||
```
|
||||
|
||||
> **⚠️ Important**: Set `"contextFileName": "CLAUDE.md"` in your Gemini CLI `settings.json` to ensure proper integration with CCW's intelligent documentation system. This can be set in your user settings (`~/.gemini/settings.json`) or project settings (`.gemini/settings.json`).
|
||||
|
||||
## 📚 Complete Command Reference
|
||||
|
||||
### Core Commands
|
||||
|
||||
Reference in New Issue
Block a user