mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
docs: sync version numbers to v6.3.18 across all documentation
- Update README.md/README_CN.md badges and version text to v6.3.18 - Update INSTALL.md version menu examples from v4.6.0 to v6.3.18 - Fix INSTALL_CN.md repository URL (Claude-CCW → Claude-Code-Workflow) - Fix INSTALL_CN.md directory name (Dmsflow → Claude-Code-Workflow)
This commit is contained in:
14
INSTALL.md
14
INSTALL.md
@@ -22,28 +22,28 @@ After running the installation command, you'll see an interactive menu with real
|
|||||||
|
|
||||||
```
|
```
|
||||||
Detecting latest release and commits...
|
Detecting latest release and commits...
|
||||||
Latest stable: v4.6.0 (2025-10-19 04:27 UTC)
|
Latest stable: v6.3.18 (2026-01-03 UTC)
|
||||||
Latest commit: cdea58f (2025-10-19 08:15 UTC)
|
Latest commit: bab5625 (2026-01-03 UTC)
|
||||||
|
|
||||||
====================================================
|
====================================================
|
||||||
Version Selection Menu
|
Version Selection Menu
|
||||||
====================================================
|
====================================================
|
||||||
|
|
||||||
1) Latest Stable Release (Recommended)
|
1) Latest Stable Release (Recommended)
|
||||||
|-- Version: v4.6.0
|
|-- Version: v6.3.18
|
||||||
|-- Released: 2025-10-19 04:27 UTC
|
|-- Released: 2026-01-03 UTC
|
||||||
\-- Production-ready
|
\-- Production-ready
|
||||||
|
|
||||||
2) Latest Development Version
|
2) Latest Development Version
|
||||||
|-- Branch: main
|
|-- Branch: main
|
||||||
|-- Commit: cdea58f
|
|-- Commit: bab5625
|
||||||
|-- Updated: 2025-10-19 08:15 UTC
|
|-- Updated: 2026-01-03 UTC
|
||||||
|-- Cutting-edge features
|
|-- Cutting-edge features
|
||||||
\-- May contain experimental changes
|
\-- May contain experimental changes
|
||||||
|
|
||||||
3) Specific Release Version
|
3) Specific Release Version
|
||||||
|-- Install a specific tagged release
|
|-- Install a specific tagged release
|
||||||
\-- Recent: v4.6.0, v4.5.0, v4.4.0
|
\-- Recent: v6.3.18, v6.3.0, v6.2.0
|
||||||
|
|
||||||
====================================================
|
====================================================
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Claude Code Agent 工作流协调和分布式内存系统的交互式安装指南。
|
Claude Code Agent 工作流协调和分布式内存系统的交互式安装指南。
|
||||||
|
|
||||||
> **版本 6.2:原生 CodexLens 与 Dashboard 革新** - 内置代码索引引擎(FTS + 语义搜索 + HNSW 向量索引),全新 Dashboard 视图,TypeScript 后端,会话聚类智能记忆管理。
|
> **版本 6.3.18:原生 CodexLens 与 Dashboard 革新** - 内置代码索引引擎(FTS + 语义搜索 + HNSW 向量索引),全新 Dashboard 视图,TypeScript 后端,会话聚类智能记忆管理。
|
||||||
|
|
||||||
## ⚡ 一键远程安装(推荐)
|
## ⚡ 一键远程安装(推荐)
|
||||||
|
|
||||||
@@ -156,8 +156,8 @@ iex (iwr -useb https://raw.githubusercontent.com/catlog22/Claude-Code-Workflow/m
|
|||||||
# macOS:brew install powershell
|
# macOS:brew install powershell
|
||||||
|
|
||||||
# 2. 下载 Claude Code 工作流系统
|
# 2. 下载 Claude Code 工作流系统
|
||||||
git clone https://github.com/catlog22/Claude-CCW.git
|
git clone https://github.com/catlog22/Claude-Code-Workflow.git
|
||||||
cd Dmsflow
|
cd Claude-Code-Workflow
|
||||||
|
|
||||||
# 3. 全局安装(交互式)
|
# 3. 全局安装(交互式)
|
||||||
.\Install-Claude.ps1 -Global
|
.\Install-Claude.ps1 -Global
|
||||||
@@ -299,6 +299,6 @@ A:默认情况下,卸载只删除我们安装的文件,保留您的个人
|
|||||||
|
|
||||||
## 支持
|
## 支持
|
||||||
|
|
||||||
- **问题**:[GitHub Issues](https://github.com/catlog22/Claude-CCW/issues)
|
- **问题**:[GitHub Issues](https://github.com/catlog22/Claude-Code-Workflow/issues)
|
||||||
- **文档**:[主 README](README_CN.md)
|
- **文档**:[主 README](README.md) | [中文 README](README_CN.md)
|
||||||
- **工作流文档**:[.claude/commands/workflow.md](.claude/commands/workflow.md)
|
- **工作流文档**:[.claude/commands/workflow.md](.claude/commands/workflow.md)
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
[](https://github.com/catlog22/Claude-Code-Workflow/releases)
|
[](https://github.com/catlog22/Claude-Code-Workflow/releases)
|
||||||
[](https://www.npmjs.com/package/claude-code-workflow)
|
[](https://www.npmjs.com/package/claude-code-workflow)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[]()
|
[]()
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
**Claude Code Workflow (CCW)** is a JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution. It transforms AI development from simple prompt chaining into a powerful orchestration system.
|
**Claude Code Workflow (CCW)** is a JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution. It transforms AI development from simple prompt chaining into a powerful orchestration system.
|
||||||
|
|
||||||
> **🎉 Version 6.2.0: Native CodexLens & Dashboard Revolution**
|
> **🎉 Version 6.3.18: Native CodexLens & Dashboard Revolution**
|
||||||
>
|
>
|
||||||
> **Breaking Changes**:
|
> **Breaking Changes**:
|
||||||
> - ⚠️ CLI command refactored: `ccw cli exec` → `ccw cli -p`
|
> - ⚠️ CLI command refactored: `ccw cli exec` → `ccw cli -p`
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
[](https://github.com/catlog22/Claude-Code-Workflow/releases)
|
[](https://github.com/catlog22/Claude-Code-Workflow/releases)
|
||||||
[](https://www.npmjs.com/package/claude-code-workflow)
|
[](https://www.npmjs.com/package/claude-code-workflow)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[]()
|
[]()
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
**Claude Code Workflow (CCW)** 是一个 JSON 驱动的多智能体开发框架,具有智能 CLI 编排(Gemini/Qwen/Codex)、上下文优先架构和自动化工作流执行。它将 AI 开发从简单的提示词链接转变为一个强大的编排系统。
|
**Claude Code Workflow (CCW)** 是一个 JSON 驱动的多智能体开发框架,具有智能 CLI 编排(Gemini/Qwen/Codex)、上下文优先架构和自动化工作流执行。它将 AI 开发从简单的提示词链接转变为一个强大的编排系统。
|
||||||
|
|
||||||
> **🎉 版本 6.2.0: 原生 CodexLens 与 Dashboard 革新**
|
> **🎉 版本 6.3.18: 原生 CodexLens 与 Dashboard 革新**
|
||||||
>
|
>
|
||||||
> **破坏性变更**:
|
> **破坏性变更**:
|
||||||
> - ⚠️ CLI 命令重构: `ccw cli exec` → `ccw cli -p`
|
> - ⚠️ CLI 命令重构: `ccw cli exec` → `ccw cli -p`
|
||||||
|
|||||||
Reference in New Issue
Block a user