Major Changes:
- Update README.md and README_CN.md to reflect v1.0 release instead of v2.0
- Add Gemini CLI integration highlights: dynamic template discovery, auto-selection
- Correct command references from /gemini:pre:* to /gemini:mode:*
- Add Smart Template Auto-Selection usage examples
- Reorganize Gemini commands from /pre/ to /mode/ directory structure
Documentation Improvements:
- Replace v2.0 architecture claims with actual v1.0 achievements
- Highlight 500+ lines of documentation streamlining
- Add practical examples for new auto-selection template system
- Maintain consistency between English and Chinese versions
Command Structure Updates:
- Move auto.md, bug-index.md, plan.md from /pre/ to /mode/ directory
- Update gemini-unified.md path references
- Ensure all command references are accurate and functional
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- 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>
- Simplify /gemini:chat by removing complex template selection logic
- Create /gemini:chat:bug-fix for specialized bug analysis with diagnostic template
- Create /gemini:chat:plan for project planning with architecture template
- Remove dependencies on chat-template-load.sh script
- Organize template commands in gemini/chat/ folder structure
- Update README documentation for new command structure
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
## Changes Made
- Add architecture v2.0 highlights with quantified benefits
- Update directory structure to show new core files
- Emphasize JSON-only data model and marker file session management
- Update complexity strategies with unified task-count thresholds
- Reference comprehensive upgrade documentation
## Key Updates
- JSON-only data model: Single source of truth with <1ms operations
- Marker file sessions: 95% performance improvement
- Progressive complexity: Unified thresholds (Simple <5, Medium 5-15, Complex >15)
- Architecture benefits: 40-50% maintenance reduction, 50% faster onboarding
## Documentation
- Link to WORKFLOW_SYSTEM_UPGRADE.md for detailed technical analysis
- Updated both English and Chinese README files
- Maintained consistency between language versions
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Updated both English and Chinese README files to align with current command structure:
## Command Updates
- Replaced deprecated `/workflow:context` and `/workflow:sync` with unified `/context` command
- Removed deprecated `/task:context` and `/task:sync` from task execution sections
- Updated command descriptions to reflect Single Source of Truth architecture
## README.md Changes
- Updated workflow management table to show `/context` with proper syntax and description
- Removed 2 deprecated task commands from task execution table
- Maintained consistency with actual command implementation
## README_CN.md Changes
- Updated Chinese workflow management table with `/context` command
- Removed deprecated Chinese task commands from task execution table
- Maintained translation consistency for unified context command
## Documentation Alignment
- Both README files now accurately reflect the current command structure
- Eliminated confusion about removed synchronization commands
- Provides users with correct command references for current system
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Added language switcher buttons at the top of both README files
- English README displays: Languages: [English](README.md) | [中文](README_CN.md)
- Chinese README displays: 语言: [English](README.md) | [中文](README_CN.md)
- Positioned switcher in right-aligned div for clean header layout
- Enhanced user experience for multilingual documentation access
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Added complete command reference with syntax and descriptions for all CCW commands
- Included detailed usage workflows for different complexity levels
- Provided practical examples for complex feature development, bug fixes, and code analysis
- Added complexity-based strategy guide (Simple/Medium/Complex)
- Simplified installation section to focus on one-liner quick start
- Updated both English and Chinese versions with gemini CLI analysis insights
- Restructured documentation to prioritize command usage over installation details
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Changed remote repository URL from Claude-CCW to Claude-Code-Workflow
- Updated all GitHub links in README.md and README_CN.md
- Updated repository references in install-remote.ps1 script
- Maintained consistent naming convention (CCW) throughout documentation
- Repository now accessible at github.com/catlog22/Claude-Code-Workflow
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Added Quick Install section with one-liner PowerShell command
- Included installation parameters and options table
- Updated repository URLs to reflect catlog22/Claude-CCW naming
- Provided both English and Chinese documentation for remote installation
- Enhanced installation guide with manual and automated options
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>