docs: update README files to version 5.9.3

This commit is contained in:
catlog22
2025-11-24 22:09:03 +08:00
parent 19acaea0f9
commit ed7dfad0a5
2 changed files with 22 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
<div align="center"> <div align="center">
[![Version](https://img.shields.io/badge/version-v5.9.2-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases) [![Version](https://img.shields.io/badge/version-v5.9.3-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![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)]() [![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg)]()
@@ -14,18 +14,18 @@
**Claude Code Workflow (CCW)** transforms AI development from simple prompt chaining into a powerful, context-first orchestration system. It solves execution uncertainty and error accumulation through structured planning, deterministic execution, and intelligent multi-model orchestration. **Claude Code Workflow (CCW)** transforms AI development from simple prompt chaining into a powerful, context-first orchestration system. It solves execution uncertainty and error accumulation through structured planning, deterministic execution, and intelligent multi-model orchestration.
> **🎉 Version 5.9.2: Lite-Fix Workflow Enhancement & Session Management** > **🎉 Version 5.9.3: Documentation Enhancement & Context Management**
> >
> **Core Improvements**: > **Core Improvements**:
> - ✨ **Lite-Fix Session Artifacts** (`/workflow:lite-fix`) - Complete bug fix workflow tracking > - ✨ **Enhanced JSON Schemas** - Added exploration and plan JSON schemas for better task context and planning
> - **Session Folder Structure**: Organized artifact storage in `.workflow/.lite-fix/{bug-slug}-{timestamp}/` > - 🎯 **Agent-Task Execution Rules** - Enforced one-agent-per-task constraint for reliable execution
> - **Phase Artifacts**: `diagnosis.json`, `impact.json`, `fix-plan.json`, `task.json` > - 📚 **Documentation Overhaul** - Comprehensive updates to workflow initialization, task generation, and agent documentation
> - **CLI/Agent Access**: All intermediate results accessible for execution tools > - **Progressive Loading Strategy**: Improved context management for large codebases
> - **Follow-up Tasks**: Auto-generated comprehensive fix and postmortem tasks (hotfix mode) > - **Smart Artifact Selection**: Better task JSON generation with context awareness
> - **Enhanced Task JSON**: Complete context package with diagnosis, impact, and fix plan > - **Framework Integration**: Enhanced test infrastructure documentation
> - 🔄 **Consistent Architecture** - Aligned with lite-plan session management patterns > - 🔧 **Path-Based Context Loading** - Migrated agents to path-based context loading for better performance
> - 📊 **Better Audit Trail** - Natural history tracking for all bug fixes > - 🎨 **UI Design Templates** - Consolidated workflow commands with new UI design templates
> - 🎯 **Improved Reusability** - Task JSON files can be re-executed with `/workflow:lite-execute` > - 🐛 **Bug Fixes** - Corrected spelling errors and clarified execution behavior
> >
> See [CHANGELOG.md](CHANGELOG.md) for complete details. > See [CHANGELOG.md](CHANGELOG.md) for complete details.

View File

@@ -2,7 +2,7 @@
<div align="center"> <div align="center">
[![Version](https://img.shields.io/badge/version-v5.9.2-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases) [![Version](https://img.shields.io/badge/version-v5.9.3-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![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)]() [![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg)]()
@@ -14,18 +14,18 @@
**Claude Code Workflow (CCW)** 将 AI 开发从简单的提示词链接转变为一个强大的、上下文优先的编排系统。它通过结构化规划、确定性执行和智能多模型编排,解决了执行不确定性和误差累积的问题。 **Claude Code Workflow (CCW)** 将 AI 开发从简单的提示词链接转变为一个强大的、上下文优先的编排系统。它通过结构化规划、确定性执行和智能多模型编排,解决了执行不确定性和误差累积的问题。
> **🎉 版本 5.9.2: Lite-Fix 工作流增强与会话管理** > **🎉 版本 5.9.3: 文档增强与上下文管理**
> >
> **核心改进**: > **核心改进**:
> - ✨ **Lite-Fix 会话产物** (`/workflow:lite-fix`) - 完整的 Bug 修复工作流跟踪 > - ✨ **增强的 JSON 模式** - 新增探索和计划 JSON 模式,改进任务上下文和规划
> - **会话文件夹结构**: 在 `.workflow/.lite-fix/{bug-slug}-{timestamp}/` 中组织产物存储 > - 🎯 **智能体-任务执行规则** - 强制每个任务对应一个智能体,确保可靠执行
> - **阶段产物**: `diagnosis.json`、`impact.json`、`fix-plan.json`、`task.json` > - 📚 **文档全面更新** - 工作流初始化、任务生成和智能体文档的综合更新
> - **CLI/智能体访问**: 所有中间结果可供执行工具访问 > - **渐进式加载策略**: 改进大型代码库的上下文管理
> - **跟进任务**: 自动生成全面修复和事后分析任务(热修复模式) > - **智能工件选择**: 更好的任务 JSON 生成和上下文感知
> - **增强任务 JSON**: 包含诊断、影响和修复计划的完整上下文包 > - **框架集成**: 增强测试基础设施文档
> - 🔄 **统一架构** - 与 lite-plan 会话管理模式保持一致 > - 🔧 **基于路径的上下文加载** - 智能体迁移到基于路径的上下文加载,提升性能
> - 📊 **更好的审计跟踪** - 所有 Bug 修复的自然历史记录 > - 🎨 **UI 设计模板** - 整合工作流命令并新增 UI 设计模板
> - 🎯 **改进的可重用性** - 任务 JSON 文件可通过 `/workflow:lite-execute` 重新执行 > - 🐛 **Bug 修复** - 修正拼写错误并阐明执行行为
> >
> 详见 [CHANGELOG.md](CHANGELOG.md)。 > 详见 [CHANGELOG.md](CHANGELOG.md)。