mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
docs: update documentation for v4.5.0 release
- Update version badges from v4.4.0 to v4.5.0 in README files - Add v4.5.0 release highlights: * Enhanced agent protocols with unified execution * Streamlined UI workflows and improved documentation * Optimized workflow templates for better clarity * Improved CLI commands and tool integration * New CLI execution agent for autonomous task handling - Update Getting Started guides to reference v4.5.0 - Add cli-execution-agent to agent list in Getting Started guides 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
# 🚀 Claude Code Workflow (CCW) - Getting Started Guide
|
||||
|
||||
Welcome to Claude Code Workflow (CCW)! This guide will help you get up and running in 5 minutes and experience AI-driven automated software development.
|
||||
Welcome to Claude Code Workflow (CCW) v4.5.0! This guide will help you get up and running in 5 minutes and experience AI-driven automated software development with our latest workflow system optimizations.
|
||||
|
||||
---
|
||||
|
||||
@@ -73,6 +73,7 @@ Understanding these concepts will help you use CCW more effectively:
|
||||
> - `@code-developer`: Responsible for writing and implementing code.
|
||||
> - `@test-fix-agent`: Responsible for running tests and automatically fixing failures.
|
||||
> - `@ui-design-agent`: Responsible for UI design and prototype creation.
|
||||
> - `@cli-execution-agent`: Responsible for autonomous CLI task handling (v4.5.0+).
|
||||
|
||||
- **Workflow**
|
||||
> A series of predefined, collaborative commands used to orchestrate different agents and tools to achieve a complex development goal (e.g., `plan`, `execute`, `test-gen`).
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
# 🚀 Claude Code Workflow (CCW) - 快速上手指南
|
||||
|
||||
欢迎来到 Claude Code Workflow (CCW)!本指南将帮助您在 5 分钟内快速入门,体验由 AI 驱动的自动化软件开发流程。
|
||||
欢迎来到 Claude Code Workflow (CCW) v4.5.0!本指南将帮助您在 5 分钟内快速入门,体验由 AI 驱动的自动化软件开发流程,以及我们最新的工作流系统优化。
|
||||
|
||||
---
|
||||
|
||||
@@ -73,6 +73,7 @@
|
||||
> - `@code-developer`: 负责编写和实现代码。
|
||||
> - `@test-fix-agent`: 负责运行测试并自动修复失败的用例。
|
||||
> - `@ui-design-agent`: 负责 UI 设计和原型创建。
|
||||
> - `@cli-execution-agent`: 负责自主 CLI 任务处理(v4.5.0+)。
|
||||
|
||||
- **工作流 (Workflow)**
|
||||
> 一系列预定义的、相互协作的命令,用于编排不同的智能体和工具,以完成一个复杂的开发目标(如 `plan`、`execute`、`test-gen`)。
|
||||
|
||||
15
README.md
15
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,13 +15,14 @@
|
||||
|
||||
**Claude Code Workflow (CCW)** transforms AI development from simple prompt chaining into a robust, context-first orchestration system. It solves execution uncertainty and error accumulation through structured planning, deterministic execution, and intelligent multi-model orchestration.
|
||||
|
||||
> **🎉 Latest: v4.4.0** - UI Design Workflow V3 with Layout/Style Separation Architecture. See [CHANGELOG.md](CHANGELOG.md) for details.
|
||||
> **🎉 Latest: v4.5.0** - Workflow System Optimization. See [CHANGELOG.md](CHANGELOG.md) for details.
|
||||
>
|
||||
> **What's New in v4.4.0**:
|
||||
> - 🏗️ **Layout/Style Separation**: New `layout-extract` command separates structure from visual tokens
|
||||
> - 📦 **Pure Assembler**: `generate` command now purely combines pre-extracted layouts + styles
|
||||
> - 🎯 **Better Variety**: Layout exploration generates structurally distinct designs
|
||||
> - ✅ **Single Responsibility**: Each phase (style, layout, assembly) has clear purpose
|
||||
> **What's New in v4.5.0**:
|
||||
> - 🤖 **Enhanced Agent Protocols**: Unified execution protocols across Gemini/Qwen/Codex with structured output templates
|
||||
> - 🎨 **Streamlined UI Workflows**: Simplified design commands with improved documentation
|
||||
> - 📋 **Optimized Templates**: Refined workflow templates for better clarity and efficiency
|
||||
> - 🔧 **Improved CLI Commands**: Enhanced command documentation and tool integration
|
||||
> - ✨ **CLI Execution Agent**: New autonomous agent for CLI task handling
|
||||
|
||||
---
|
||||
|
||||
|
||||
15
README_CN.md
15
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,13 +15,14 @@
|
||||
|
||||
**Claude Code Workflow (CCW)** 将 AI 开发从简单提示词链接转变为强大的上下文优先编排系统。通过结构化规划、确定性执行和智能多模型编排,解决执行不确定性和误差累积问题。
|
||||
|
||||
> **🎉 最新版本: v4.4.0** - UI 设计工作流 V3 布局/样式分离架构。详见 [CHANGELOG.md](CHANGELOG.md)。
|
||||
> **🎉 最新版本: v4.5.0** - 工作流系统优化。详见 [CHANGELOG.md](CHANGELOG.md)。
|
||||
>
|
||||
> **v4.4.0 版本新特性**:
|
||||
> - 🏗️ **布局/样式分离**: 新的 `layout-extract` 命令将结构与视觉令牌分离
|
||||
> - 📦 **纯汇编器**: `generate` 命令现在纯粹组合预提取的布局 + 样式
|
||||
> - 🎯 **更好的多样性**: 布局探索生成结构上不同的设计
|
||||
> - ✅ **单一职责**: 每个阶段(样式、布局、汇编)都有明确的目的
|
||||
> **v4.5.0 版本新特性**:
|
||||
> - 🤖 **增强的代理协议**: 统一 Gemini/Qwen/Codex 执行协议,提供结构化输出模板
|
||||
> - 🎨 **精简的 UI 工作流**: 简化设计命令,改进文档说明
|
||||
> - 📋 **优化的模板**: 精炼工作流模板,提升清晰度和效率
|
||||
> - 🔧 **改进的 CLI 命令**: 增强命令文档和工具集成
|
||||
> - ✨ **CLI 执行智能体**: 新增自主 CLI 任务处理智能体
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user