From 47973718d6b3704ec20b84e20878f3a26e5fbb7c Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 2 Oct 2025 12:56:20 +0800 Subject: [PATCH] docs: Update version badges and highlights to v3.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated version information across README files: Version Badge Updates: - Changed version badge from v3.1.0 to v3.2.0 - Updated both English and Chinese README files Highlights Section Refresh: - Updated "Latest" section to highlight v3.2.0 features - Replaced TDD workflow announcement with agent architecture simplification - Added "What's New in v3.2.0" bullet points New v3.2.0 Highlights: - 🔄 Simplified from 3 agents to 2 core agents - ✅ "Tests Are the Review" philosophy - 🧪 Enhanced test-fix workflow - 📦 Interactive installation with version selection English (README.md): > Latest: v3.2.0 - Simplified agent architecture with "Tests Are the Review" philosophy > What's New in v3.2.0: > - Simplified from 3 agents to 2 core agents > - "Tests Are the Review" - Passing tests = approved code > - Enhanced test-fix workflow with automatic execution and fixing > - Interactive installation with version selection menu Chinese (README_CN.md): > 最新版本: v3.2.0 - 采用"测试即审查"理念简化智能体架构 > v3.2.0 版本新特性: > - 从 3 个智能体简化为 2 个核心智能体 > - "测试即审查" - 测试通过 = 代码批准 > - 增强的测试修复工作流,支持自动执行和修复 > - 交互式安装,包含版本选择菜单 Removed References: - Removed v3.0.0 and v3.1.0 highlights (moved to CHANGELOG) - Cleaned up outdated version announcements 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 10 +++++++--- README_CN.md | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dd4c571e..04bf632b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-[![Version](https://img.shields.io/badge/version-v3.1.0-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases) +[![Version](https://img.shields.io/badge/version-v3.2.0-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,9 +15,13 @@ **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. -> **🎉 Latest: v3.1.0** - TDD Workflow Support with Red-Green-Refactor cycle enforcement. See [CHANGELOG.md](CHANGELOG.md) for details. +> **🎉 Latest: v3.2.0** - Simplified agent architecture with "Tests Are the Review" philosophy. 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. +> **What's New in v3.2.0**: +> - 🔄 Simplified from 3 agents to 2 core agents (`@code-developer`, `@test-fix-agent`) +> - ✅ "Tests Are the Review" - Passing tests = approved code +> - 🧪 Enhanced test-fix workflow with automatic execution and fixing +> - 📦 Interactive installation with version selection menu --- diff --git a/README_CN.md b/README_CN.md index 5cad7598..82c2976c 100644 --- a/README_CN.md +++ b/README_CN.md @@ -2,7 +2,7 @@
-[![Version](https://img.shields.io/badge/version-v3.1.0-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases) +[![Version](https://img.shields.io/badge/version-v3.2.0-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,9 +15,13 @@ **Claude Code Workflow (CCW)** 是一个新一代的多智能体自动化开发框架,通过智能工作流管理和自主执行来协调复杂的软件开发任务。 -> **🎉 最新版本: v3.1.0** - TDD 工作流支持,包含 Red-Green-Refactor 循环强制执行。详见 [CHANGELOG.md](CHANGELOG.md)。 +> **🎉 最新版本: v3.2.0** - 采用"测试即审查"理念简化智能体架构。详见 [CHANGELOG.md](CHANGELOG.md)。 > -> **v3.0.0 版本**: 引入了**统一的 CLI 命令结构**。`/cli:*` 命令通过 `--tool` 标志整合了所有工具(Gemini, Qwen, Codex)的交互。 +> **v3.2.0 版本新特性**: +> - 🔄 从 3 个智能体简化为 2 个核心智能体(`@code-developer`、`@test-fix-agent`) +> - ✅ "测试即审查" - 测试通过 = 代码批准 +> - 🧪 增强的测试修复工作流,支持自动执行和修复 +> - 📦 交互式安装,包含版本选择菜单 ---