From 63aaab596cdf2f0292c25c89480fc8728a37a722 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sat, 17 Jan 2026 11:23:38 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=BB=9F=E4=B8=80=E7=AE=80=E7=BA=A6?= =?UTF-8?q?=E9=A3=8E=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 徽章改为 flat-square 风格 - 移除表格内所有 emoji 图标 - 保留章节标题图标 - 统一色彩方案 --- README.md | 82 +++++++++++++++++++++++++--------------------------- README_CN.md | 82 +++++++++++++++++++++++++--------------------------- 2 files changed, 78 insertions(+), 86 deletions(-) diff --git a/README.md b/README.md index 0df036b2..05925d1f 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,11 @@

- Version - npm - License -

- -

- Stars - Forks - Issues + Version + npm + License + Stars + Issues

**[English](README.md) | [中文](README_CN.md)** @@ -87,13 +83,13 @@ ccw install -m Global - - - - - - - + + + + + + +
LevelCommandUse Case
1/workflow:lite-lite-liteQuick fixes, config changes
📝 2/workflow:lite-planClear single-module features
🔧 2/workflow:lite-fixBug diagnosis and fix
🔍 2/workflow:multi-cli-planMulti-perspective analysis
📊 3/workflow:planMulti-module development
🧪 3/workflow:tdd-planTest-driven development
🧠 4/workflow:brainstorm:auto-parallelNew features, architecture design
1/workflow:lite-lite-liteQuick fixes, config changes
2/workflow:lite-planClear single-module features
2/workflow:lite-fixBug diagnosis and fix
2/workflow:multi-cli-planMulti-perspective analysis
3/workflow:planMulti-module development
3/workflow:tdd-planTest-driven development
4/workflow:brainstorm:auto-parallelNew features, architecture design
### Workflow Examples @@ -122,10 +118,10 @@ ccw install -m Global - - - - + + + +
CLIDescriptionOfficial Docs
🔷 GeminiGoogle AI analysisgoogle-gemini/gemini-cli
🟢 CodexOpenAI autonomous codingopenai/codex
🟠 OpenCodeOpen-source multi-modelopencode-ai/opencode
🟣 QwenAlibaba Qwen-CodeQwenLM/Qwen
GeminiGoogle AI analysisgoogle-gemini/gemini-cli
CodexOpenAI autonomous codingopenai/codex
OpenCodeOpen-source multi-modelopencode-ai/opencode
QwenAlibaba Qwen-CodeQwenLM/Qwen
--- @@ -133,8 +129,8 @@ ccw install -m Global ## 🎭 Semantic CLI Invocation
- - + +

@@ -153,10 +149,10 @@ Users can **semantically specify CLI tools** in prompts - the system automatical | Pattern | User Prompt Example | |---------|---------------------| -| 🔄 **Collaborative** | "Use Gemini and Codex to collaboratively analyze security vulnerabilities" | -| ⚡ **Parallel** | "Have Gemini, Codex, and Qwen analyze the architecture in parallel" | -| 🔁 **Iterative** | "Use Gemini to diagnose, then Codex to fix, iterate until resolved" | -| 🔗 **Pipeline** | "Gemini designs the solution, Codex implements, Claude reviews" | +| **Collaborative** | "Use Gemini and Codex to collaboratively analyze security vulnerabilities" | +| **Parallel** | "Have Gemini, Codex, and Qwen analyze the architecture in parallel" | +| **Iterative** | "Use Gemini to diagnose, then Codex to fix, iterate until resolved" | +| **Pipeline** | "Gemini designs the solution, Codex implements, Claude reviews" |
📝 More Examples @@ -205,8 +201,8 @@ ACE (Augment Context Engine) provides powerful semantic code search. | Method | Link | |--------|------| -| 📘 **Official** | [Augment MCP Documentation](https://docs.augmentcode.com/context-services/mcp/overview) | -| 🔧 **Proxy Version** | [ace-tool (GitHub)](https://github.com/eastxiaodong/ace-tool) | +| **Official** | [Augment MCP Documentation](https://docs.augmentcode.com/context-services/mcp/overview) | +| **Proxy** | [ace-tool (GitHub)](https://github.com/eastxiaodong/ace-tool) | --- @@ -216,9 +212,9 @@ ACE (Augment Context Engine) provides powerful semantic code search. - - - + + +
Search ModeDescription
🔤 FTSFull-text search, based on SQLite FTS5
🧠 SemanticSemantic search, using local embedding models
🔀 HybridHybrid search, combining FTS + Semantic + Reranking
FTSFull-text search, based on SQLite FTS5
SemanticSemantic search, using local embedding models
HybridHybrid search, combining FTS + Semantic + Reranking
@@ -254,10 +250,10 @@ ccw upgrade -a # Upgrade all installations - - - - + + + +
FeatureDescription
📊 Session OverviewTrack workflow sessions and progress
🔍 CodexLensFTS + Semantic + Hybrid code search
🕸️ Graph ExplorerInteractive code relationship visualization
📜 CLI ManagerExecution history with session resume
Session OverviewTrack workflow sessions and progress
CodexLensFTS + Semantic + Hybrid code search
Graph ExplorerInteractive code relationship visualization
CLI ManagerExecution history with session resume
--- @@ -266,11 +262,11 @@ ccw upgrade -a # Upgrade all installations | Document | Description | |----------|-------------| -| 📘 [**Workflow Guide**](WORKFLOW_GUIDE.md) | 4-level workflow system (recommended) | -| 🚀 [**Getting Started**](GETTING_STARTED.md) | 5-minute quick start | -| 🖥️ [**Dashboard Guide**](DASHBOARD_GUIDE.md) | Dashboard user guide | -| ❓ [**FAQ**](FAQ.md) | Common questions | -| 📝 [**Changelog**](CHANGELOG.md) | Version history | +| [**Workflow Guide**](WORKFLOW_GUIDE.md) | 4-level workflow system (recommended) | +| [**Getting Started**](GETTING_STARTED.md) | 5-minute quick start | +| [**Dashboard Guide**](DASHBOARD_GUIDE.md) | Dashboard user guide | +| [**FAQ**](FAQ.md) | Common questions | +| [**Changelog**](CHANGELOG.md) | Version history | --- @@ -301,9 +297,9 @@ ccw upgrade -a # Upgrade all installations ## 🤝 Contributing
- GitHub - Issues - Contributing + GitHub + Issues + Contributing
--- diff --git a/README_CN.md b/README_CN.md index 301118c5..8212a4a3 100644 --- a/README_CN.md +++ b/README_CN.md @@ -5,15 +5,11 @@

- Version - npm - License -

- -

- Stars - Forks - Issues + Version + npm + License + Stars + Issues

**[English](README.md) | [中文](README_CN.md)** @@ -87,13 +83,13 @@ ccw install -m Global - - - - - - - + + + + + + +
级别命令使用场景
1/workflow:lite-lite-lite快速修复、配置调整
📝 2/workflow:lite-plan明确的单模块功能
🔧 2/workflow:lite-fixBug 诊断修复
🔍 2/workflow:multi-cli-plan多视角分析
📊 3/workflow:plan多模块开发
🧪 3/workflow:tdd-plan测试驱动开发
🧠 4/workflow:brainstorm:auto-parallel新功能、架构设计
1/workflow:lite-lite-lite快速修复、配置调整
2/workflow:lite-plan明确的单模块功能
2/workflow:lite-fixBug 诊断修复
2/workflow:multi-cli-plan多视角分析
3/workflow:plan多模块开发
3/workflow:tdd-plan测试驱动开发
4/workflow:brainstorm:auto-parallel新功能、架构设计
### 工作流示例 @@ -122,10 +118,10 @@ ccw install -m Global - - - - + + + +
CLI说明官方文档
🔷 GeminiGoogle AI 分析google-gemini/gemini-cli
🟢 CodexOpenAI 自主编码openai/codex
🟠 OpenCode开源多模型opencode-ai/opencode
🟣 Qwen阿里云 Qwen-CodeQwenLM/Qwen
GeminiGoogle AI 分析google-gemini/gemini-cli
CodexOpenAI 自主编码openai/codex
OpenCode开源多模型opencode-ai/opencode
Qwen阿里云 Qwen-CodeQwenLM/Qwen
--- @@ -133,8 +129,8 @@ ccw install -m Global ## 🎭 语义化 CLI 调用
- - + +

@@ -153,10 +149,10 @@ ccw install -m Global | 模式 | 用户提示词示例 | |------|----------------| -| 🔄 **协同分析** | "使用 Gemini 和 Codex 协同分析安全漏洞" | -| ⚡ **并行执行** | "让 Gemini、Codex、Qwen 并行分析架构设计" | -| 🔁 **迭代优化** | "用 Gemini 诊断问题,然后 Codex 修复,迭代直到解决" | -| 🔗 **流水线** | "Gemini 设计方案,Codex 实现,Claude 审查" | +| **协同分析** | "使用 Gemini 和 Codex 协同分析安全漏洞" | +| **并行执行** | "让 Gemini、Codex、Qwen 并行分析架构设计" | +| **迭代优化** | "用 Gemini 诊断问题,然后 Codex 修复,迭代直到解决" | +| **流水线** | "Gemini 设计方案,Codex 实现,Claude 审查" |
📝 更多示例 @@ -205,8 +201,8 @@ ACE (Augment Context Engine) 提供强大的语义代码搜索能力。 | 方式 | 链接 | |------|------| -| 📘 **官方安装** | [Augment MCP 文档](https://docs.augmentcode.com/context-services/mcp/overview) | -| 🔧 **代理版本** | [ace-tool (GitHub)](https://github.com/eastxiaodong/ace-tool) | +| **官方** | [Augment MCP 文档](https://docs.augmentcode.com/context-services/mcp/overview) | +| **代理** | [ace-tool (GitHub)](https://github.com/eastxiaodong/ace-tool) | --- @@ -216,9 +212,9 @@ ACE (Augment Context Engine) 提供强大的语义代码搜索能力。 - - - + + +
搜索模式说明
🔤 FTS全文搜索,基于 SQLite FTS5
🧠 Semantic语义搜索,基于本地嵌入模型
🔀 Hybrid混合搜索,结合 FTS + 语义 + 重排序
FTS全文搜索,基于 SQLite FTS5
Semantic语义搜索,基于本地嵌入模型
Hybrid混合搜索,结合 FTS + 语义 + 重排序
@@ -254,10 +250,10 @@ ccw upgrade -a # 升级所有安装 - - - - + + + +
功能说明
📊 会话概览跟踪工作流会话和进度
🔍 CodexLensFTS + 语义 + 混合代码搜索
🕸️ 图浏览器交互式代码关系可视化
📜 CLI 管理器执行历史与会话恢复
会话概览跟踪工作流会话和进度
CodexLensFTS + 语义 + 混合代码搜索
图浏览器交互式代码关系可视化
CLI 管理器执行历史与会话恢复
--- @@ -266,11 +262,11 @@ ccw upgrade -a # 升级所有安装 | 文档 | 说明 | |------|------| -| 📘 [**工作流指南**](WORKFLOW_GUIDE_CN.md) | 4 级工作流系统(推荐) | -| 🚀 [**快速开始**](GETTING_STARTED_CN.md) | 5 分钟快速入门 | -| 🖥️ [**Dashboard 指南**](DASHBOARD_GUIDE.md) | Dashboard 用户指南 | -| ❓ [**常见问题**](FAQ.md) | 常见问题解答 | -| 📝 [**更新日志**](CHANGELOG.md) | 版本历史 | +| [**工作流指南**](WORKFLOW_GUIDE_CN.md) | 4 级工作流系统(推荐) | +| [**快速开始**](GETTING_STARTED_CN.md) | 5 分钟快速入门 | +| [**Dashboard 指南**](DASHBOARD_GUIDE.md) | Dashboard 用户指南 | +| [**常见问题**](FAQ.md) | 常见问题解答 | +| [**更新日志**](CHANGELOG.md) | 版本历史 | --- @@ -301,9 +297,9 @@ ccw upgrade -a # 升级所有安装 ## 🤝 贡献
- GitHub - Issues - Contributing + GitHub + Issues + Contributing
---