mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
fix: Correct README command references using Gemini unified analysis
Command Accuracy Fixes: - Remove non-existent commands: /gemini:chat:bug-fix, /gemini:chat:plan - Fix command naming: /gemini-execute → /gemini:execute, /gemini-mode → /gemini:mode:* - Add missing commands: /gemini:analyze, /workflow:plan-deep - Correct workflow commands: /workflow:action-plan → /workflow:plan + /workflow:plan-deep - Update usage examples with accurate command references Analysis Results: - Used Gemini CLI comprehensive analysis to identify 8+ command discrepancies - Cross-referenced with actual .claude/commands/ file structure - Ensured all documented commands exist and are functional - Synchronized English and Chinese README versions Verification: - All Core Commands table entries now match actual implementations - Workflow Management commands aligned with file structure - Usage examples updated with correct command syntax - Command patterns unified: /gemini:mode:*, /workflow:*, /task:* 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -46,6 +46,7 @@ CCW 根据统一的任务数量阈值智能调整其文件结构和工作流程
|
||||
- **智能自动选择**:根据模板关键词和描述匹配用户输入
|
||||
- **模板系统**:Bug修复、规划和自定义分析模板
|
||||
- **精简命令**:整合文档,减少500+行代码
|
||||
- **准确命令结构**:统一的 `/gemini:mode:*` 和 `/workflow:*` 命令模式
|
||||
|
||||
### 工作流会话管理
|
||||
- 创建、暂停、恢复、列出和切换工作流会话
|
||||
|
||||
Reference in New Issue
Block a user