Commit Graph

657 Commits

Author SHA1 Message Date
catlog22
28124f1a95 Update gemini-execute command to use auto-approval by default
- Remove --yolo parameter option from usage and parameters
- Make all executions use auto-approval mode by default
- Add --yolo flag to internal bash command templates
- Simplify workflow integration logic to always auto-approve
- Update examples to remove --yolo from command usage

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-07 19:55:26 +08:00
catlog22
2c5dbe15ba Enhance CLAUDE.md with Gemini triggering mechanism guidelines
- Add semantic intent recognition for proactive Gemini invocation
- Define clear triggering conditions for complex problem analysis
- Include context requirements for cross-file analysis scenarios
- Emphasize when to utilize Gemini for intelligent problem decomposition

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-07 19:11:35 +08:00
catlog22
5d52c0ccdc Add language switcher to README documentation
- 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>
2025-09-07 18:07:18 +08:00
catlog22
f277642784 Enhance README with comprehensive command documentation
- 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>
2025-09-07 18:04:34 +08:00
catlog22
87c89a4de2 Update repository name to Claude-Code-Workflow across all files
- 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>
2025-09-07 17:55:27 +08:00
catlog22
e79c4293a9 Add remote installation script documentation to README files
- 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>
2025-09-07 17:51:57 +08:00
catlog22
445ac823ba Initial release: Claude Code Workflow (CCW) v2.0
🚀 Revolutionary AI-powered development workflow orchestration system

## 🔥 Core Innovations
- **Document-State Separation**: Markdown for planning, JSON for execution state
- **Progressive Complexity Management**: Level 0-2 adaptive workflow depth
- **5-Agent Orchestration**: Specialized AI agents with context preservation
- **Session-First Architecture**: Auto-discovery and state inheritance

## 🏗️ Key Features
- Intelligent workflow orchestration (Simple/Medium/Complex patterns)
- Real-time document-state synchronization with conflict resolution
- Hierarchical task management with 3-level JSON structure
- Gemini CLI integration with 12+ specialized templates
- Comprehensive file output generation for all workflow commands

## 📦 Installation
Remote one-liner installation:
```
iex (iwr -useb https://raw.githubusercontent.com/catlog22/Claude-CCW/main/install-remote.ps1)
```

## 🎯 System Architecture
4-layer intelligent development architecture:
1. Command Layer - Smart routing and version management
2. Agent Layer - 5 specialized development agents
3. Workflow Layer - Gemini templates and task orchestration
4. Memory Layer - Distributed documentation and auto-sync

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-07 17:39:54 +08:00