mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
chore: Release version v3.0.1
### Command Updates - Remove test-strategist and user-researcher brainstorming roles - Update to 8 core brainstorming roles for focused efficiency ### Documentation - Update version badges to v3.0.1 - Add release notes to CHANGELOG.md - Update version references in README files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
61
CHANGELOG.md
61
CHANGELOG.md
@@ -5,6 +5,67 @@ All notable changes to Claude Code Workflow (CCW) will be documented in this fil
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [3.0.1] - 2025-10-01
|
||||
|
||||
### 🔧 Command Updates
|
||||
|
||||
#### Changed
|
||||
- **Brainstorming Roles**: Removed `test-strategist` and `user-researcher` roles
|
||||
- `test-strategist` functionality integrated into automated test generation (`/workflow:test-gen`)
|
||||
- `user-researcher` functionality consolidated into `ux-expert` role
|
||||
- **Available Roles**: Updated to 8 core roles for focused, efficient brainstorming
|
||||
- 🏗️ System Architect
|
||||
- 🗄️ Data Architect
|
||||
- 🎓 Subject Matter Expert
|
||||
- 📊 Product Manager
|
||||
- 📋 Product Owner
|
||||
- 🏃 Scrum Master
|
||||
- 🎨 UI Designer
|
||||
- 💫 UX Expert
|
||||
|
||||
### 📚 Documentation
|
||||
|
||||
#### Improved
|
||||
- **README Optimization**: Streamlined README.md and README_CN.md by 81% (from ~750 lines to ~140 lines)
|
||||
- **Better Structure**: Reorganized content with clearer sections and improved navigation
|
||||
- **Quick Start Guide**: Added immediate usability guide for new users
|
||||
- **Simplified Command Reference**: Consolidated command tables for easier reference
|
||||
- **Maintained Essential Information**: Preserved all installation steps, badges, links, and critical functionality
|
||||
|
||||
#### Benefits
|
||||
- **Faster Onboarding**: New users can get started in minutes with the Quick Start section
|
||||
- **Reduced Cognitive Load**: Less verbose documentation with focused, actionable information
|
||||
- **Consistent Bilingual Structure**: English and Chinese versions now have identical organization
|
||||
- **Professional Presentation**: Cleaner, more modern documentation format
|
||||
|
||||
---
|
||||
|
||||
## [3.0.0] - 2025-09-30
|
||||
|
||||
### 🚀 Major Release - Unified CLI Command Structure
|
||||
|
||||
This is a **breaking change release** introducing a unified CLI command structure.
|
||||
|
||||
#### Added
|
||||
- **Unified CLI Commands**: New `/cli:*` command set consolidating all tool interactions
|
||||
- **Tool Selection Flag**: Use `--tool <gemini|qwen|codex>` to select AI tools
|
||||
- **Command Verification**: Comprehensive workflow guide and command validation
|
||||
- **MCP Tools Integration** *(Experimental)*: Enhanced codebase analysis through Model Context Protocol
|
||||
|
||||
#### Changed
|
||||
- **BREAKING**: Tool-specific commands (`/gemini:*`, `/qwen:*`, `/codex:*`) deprecated
|
||||
- **Command Structure**: All CLI commands now use unified `/cli:*` prefix
|
||||
- **Default Tool**: Commands default to `gemini` when `--tool` flag not specified
|
||||
|
||||
#### Migration
|
||||
| Old Command (v2) | New Command (v3.0.0) |
|
||||
|---|---|
|
||||
| `/gemini:analyze "..."` | `/cli:analyze "..."` |
|
||||
| `/qwen:analyze "..."` | `/cli:analyze "..." --tool qwen` |
|
||||
| `/codex:chat "..."` | `/cli:chat "..." --tool codex` |
|
||||
|
||||
---
|
||||
|
||||
## [2.0.0] - 2025-09-28
|
||||
|
||||
### 🚀 Major Release - Architectural Evolution
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<div align="center">
|
||||
|
||||
[](https://github.com/catlog22/Claude-Code-Workflow/releases)
|
||||
[](https://github.com/catlog22/Claude-Code-Workflow/releases)
|
||||
[](LICENSE)
|
||||
[]()
|
||||
[](https://github.com/modelcontextprotocol)
|
||||
@@ -15,7 +15,9 @@
|
||||
|
||||
**Claude Code Workflow (CCW)** is a next-generation multi-agent automation framework that orchestrates complex software development tasks through intelligent workflow management and autonomous execution.
|
||||
|
||||
> **🎉 v3.0.0**: This version introduces a **unified CLI command structure**. The `/cli:*` commands now consolidate all tool interactions (Gemini, Qwen, Codex) using a `--tool` flag for selection.
|
||||
> **🎉 Latest: v3.0.1** - Documentation optimization and brainstorming role updates. See [CHANGELOG.md](CHANGELOG.md) for details.
|
||||
>
|
||||
> **v3.0.0**: Introduced **unified CLI command structure**. The `/cli:*` commands consolidate all tool interactions (Gemini, Qwen, Codex) using a `--tool` flag for selection.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<div align="center">
|
||||
|
||||
[](https://github.com/catlog22/Claude-Code-Workflow/releases)
|
||||
[](https://github.com/catlog22/Claude-Code-Workflow/releases)
|
||||
[](LICENSE)
|
||||
[]()
|
||||
[](https://github.com/modelcontextprotocol)
|
||||
@@ -15,7 +15,9 @@
|
||||
|
||||
**Claude Code Workflow (CCW)** 是一个新一代的多智能体自动化开发框架,通过智能工作流管理和自主执行来协调复杂的软件开发任务。
|
||||
|
||||
> **🎉 v3.0.0 版本**: 此版本引入了**统一的 CLI 命令结构**。`/cli:*` 命令现在通过 `--tool` 标志整合了所有工具(Gemini, Qwen, Codex)的交互。
|
||||
> **🎉 最新版本: v3.0.1** - 文档优化和头脑风暴角色更新。详见 [CHANGELOG.md](CHANGELOG.md)。
|
||||
>
|
||||
> **v3.0.0 版本**: 引入了**统一的 CLI 命令结构**。`/cli:*` 命令通过 `--tool` 标志整合了所有工具(Gemini, Qwen, Codex)的交互。
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user