From 39051e5dd32ac90a9b7f087a8f8bfb116571d1cb Mon Sep 17 00:00:00 2001 From: catlog22 Date: Wed, 1 Oct 2025 23:45:35 +0800 Subject: [PATCH] chore: Release version v3.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 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 --- CHANGELOG.md | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 6 ++++-- README_CN.md | 6 ++++-- 3 files changed, 69 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e0117f7..0e23f3fe 100644 --- a/CHANGELOG.md +++ b/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 ` 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 diff --git a/README.md b/README.md index ebd3a2e3..8087b42d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-[![Version](https://img.shields.io/badge/version-v3.0.0-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases) +[![Version](https://img.shields.io/badge/version-v3.0.1-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg)]() [![MCP Tools](https://img.shields.io/badge/🔧_MCP_Tools-Experimental-orange.svg)](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. --- diff --git a/README_CN.md b/README_CN.md index 88374ace..1ff50aae 100644 --- a/README_CN.md +++ b/README_CN.md @@ -2,7 +2,7 @@
-[![Version](https://img.shields.io/badge/version-v3.0.0-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases) +[![Version](https://img.shields.io/badge/version-v3.0.1-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg)]() [![MCP工具](https://img.shields.io/badge/🔧_MCP工具-实验性-orange.svg)](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)的交互。 ---