Skip to content

Commit 39051e5

Browse files
catlog22claude
andcommitted
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>
1 parent b243bca commit 39051e5

File tree

3 files changed

+69
-4
lines changed

3 files changed

+69
-4
lines changed

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,67 @@ All notable changes to Claude Code Workflow (CCW) will be documented in this fil
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.1] - 2025-10-01
9+
10+
### 🔧 Command Updates
11+
12+
#### Changed
13+
- **Brainstorming Roles**: Removed `test-strategist` and `user-researcher` roles
14+
- `test-strategist` functionality integrated into automated test generation (`/workflow:test-gen`)
15+
- `user-researcher` functionality consolidated into `ux-expert` role
16+
- **Available Roles**: Updated to 8 core roles for focused, efficient brainstorming
17+
- 🏗️ System Architect
18+
- 🗄️ Data Architect
19+
- 🎓 Subject Matter Expert
20+
- 📊 Product Manager
21+
- 📋 Product Owner
22+
- 🏃 Scrum Master
23+
- 🎨 UI Designer
24+
- 💫 UX Expert
25+
26+
### 📚 Documentation
27+
28+
#### Improved
29+
- **README Optimization**: Streamlined README.md and README_CN.md by 81% (from ~750 lines to ~140 lines)
30+
- **Better Structure**: Reorganized content with clearer sections and improved navigation
31+
- **Quick Start Guide**: Added immediate usability guide for new users
32+
- **Simplified Command Reference**: Consolidated command tables for easier reference
33+
- **Maintained Essential Information**: Preserved all installation steps, badges, links, and critical functionality
34+
35+
#### Benefits
36+
- **Faster Onboarding**: New users can get started in minutes with the Quick Start section
37+
- **Reduced Cognitive Load**: Less verbose documentation with focused, actionable information
38+
- **Consistent Bilingual Structure**: English and Chinese versions now have identical organization
39+
- **Professional Presentation**: Cleaner, more modern documentation format
40+
41+
---
42+
43+
## [3.0.0] - 2025-09-30
44+
45+
### 🚀 Major Release - Unified CLI Command Structure
46+
47+
This is a **breaking change release** introducing a unified CLI command structure.
48+
49+
#### Added
50+
- **Unified CLI Commands**: New `/cli:*` command set consolidating all tool interactions
51+
- **Tool Selection Flag**: Use `--tool <gemini|qwen|codex>` to select AI tools
52+
- **Command Verification**: Comprehensive workflow guide and command validation
53+
- **MCP Tools Integration** *(Experimental)*: Enhanced codebase analysis through Model Context Protocol
54+
55+
#### Changed
56+
- **BREAKING**: Tool-specific commands (`/gemini:*`, `/qwen:*`, `/codex:*`) deprecated
57+
- **Command Structure**: All CLI commands now use unified `/cli:*` prefix
58+
- **Default Tool**: Commands default to `gemini` when `--tool` flag not specified
59+
60+
#### Migration
61+
| Old Command (v2) | New Command (v3.0.0) |
62+
|---|---|
63+
| `/gemini:analyze "..."` | `/cli:analyze "..."` |
64+
| `/qwen:analyze "..."` | `/cli:analyze "..." --tool qwen` |
65+
| `/codex:chat "..."` | `/cli:chat "..." --tool codex` |
66+
67+
---
68+
869
## [2.0.0] - 2025-09-28
970

1071
### 🚀 Major Release - Architectural Evolution

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
[![Version](https://img.shields.io/badge/version-v3.0.0-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases)
5+
[![Version](https://img.shields.io/badge/version-v3.0.1-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases)
66
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
77
[![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg)]()
88
[![MCP Tools](https://img.shields.io/badge/🔧_MCP_Tools-Experimental-orange.svg)](https://github.com/modelcontextprotocol)
@@ -15,7 +15,9 @@
1515

1616
**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.
1717

18-
> **🎉 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.
18+
> **🎉 Latest: v3.0.1** - Documentation optimization and brainstorming role updates. See [CHANGELOG.md](CHANGELOG.md) for details.
19+
>
20+
> **v3.0.0**: Introduced **unified CLI command structure**. The `/cli:*` commands consolidate all tool interactions (Gemini, Qwen, Codex) using a `--tool` flag for selection.
1921
2022
---
2123

README_CN.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
[![Version](https://img.shields.io/badge/version-v3.0.0-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases)
5+
[![Version](https://img.shields.io/badge/version-v3.0.1-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases)
66
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
77
[![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg)]()
88
[![MCP工具](https://img.shields.io/badge/🔧_MCP工具-实验性-orange.svg)](https://github.com/modelcontextprotocol)
@@ -15,7 +15,9 @@
1515

1616
**Claude Code Workflow (CCW)** 是一个新一代的多智能体自动化开发框架,通过智能工作流管理和自主执行来协调复杂的软件开发任务。
1717

18-
> **🎉 v3.0.0 版本**: 此版本引入了**统一的 CLI 命令结构**`/cli:*` 命令现在通过 `--tool` 标志整合了所有工具(Gemini, Qwen, Codex)的交互。
18+
> **🎉 最新版本: v3.0.1** - 文档优化和头脑风暴角色更新。详见 [CHANGELOG.md](CHANGELOG.md)
19+
>
20+
> **v3.0.0 版本**: 引入了**统一的 CLI 命令结构**`/cli:*` 命令通过 `--tool` 标志整合了所有工具(Gemini, Qwen, Codex)的交互。
1921
2022
---
2123

0 commit comments

Comments
 (0)