mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
docs: Update version badges and highlights to v3.2.0
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 <noreply@anthropic.com>
This commit is contained in:
10
README.md
10
README.md
@@ -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,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
|
||||
|
||||
---
|
||||
|
||||
|
||||
10
README_CN.md
10
README_CN.md
@@ -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,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`)
|
||||
> - ✅ "测试即审查" - 测试通过 = 代码批准
|
||||
> - 🧪 增强的测试修复工作流,支持自动执行和修复
|
||||
> - 📦 交互式安装,包含版本选择菜单
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user