diff --git a/README.md b/README.md
index 05925d1f..7397514b 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,7 @@ ccw install -m Global
### Choose Your Workflow Level
+
| Level | Command | Use Case |
| 1 | /workflow:lite-lite-lite | Quick fixes, config changes |
@@ -91,6 +92,7 @@ ccw install -m Global
| 3 | /workflow:tdd-plan | Test-driven development |
| 4 | /workflow:brainstorm:auto-parallel | New features, architecture design |
+
### Workflow Examples
@@ -116,6 +118,7 @@ ccw install -m Global
## 🛠️ CLI Tool Installation
+
---
@@ -210,12 +214,14 @@ ACE (Augment Context Engine) provides powerful semantic code search.
> ⚠️ **In Development**: CodexLens is under iterative optimization. Some features may be unstable.
+
| Search Mode | Description |
| FTS | Full-text search, based on SQLite FTS5 |
| Semantic | Semantic search, using local embedding models |
| Hybrid | Hybrid search, combining FTS + Semantic + Reranking |
+
📦 Installation
@@ -248,6 +254,7 @@ ccw upgrade -a # Upgrade all installations
### Dashboard Features
+
| Feature | Description |
| Session Overview | Track workflow sessions and progress |
@@ -255,6 +262,7 @@ ccw upgrade -a # Upgrade all installations
| Graph Explorer | Interactive code relationship visualization |
| CLI Manager | Execution history with session resume |
+
---
diff --git a/README_CN.md b/README_CN.md
index 8212a4a3..9e3dcc83 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -81,6 +81,7 @@ ccw install -m Global
### 选择工作流级别
+
| 级别 | 命令 | 使用场景 |
| 1 | /workflow:lite-lite-lite | 快速修复、配置调整 |
@@ -91,6 +92,7 @@ ccw install -m Global
| 3 | /workflow:tdd-plan | 测试驱动开发 |
| 4 | /workflow:brainstorm:auto-parallel | 新功能、架构设计 |
+
### 工作流示例
@@ -116,6 +118,7 @@ ccw install -m Global
## 🛠️ CLI 工具安装
+
---
@@ -210,12 +214,14 @@ ACE (Augment Context Engine) 提供强大的语义代码搜索能力。
> ⚠️ **开发中**: CodexLens 正在迭代优化中,部分功能可能不稳定。
+
| 搜索模式 | 说明 |
| FTS | 全文搜索,基于 SQLite FTS5 |
| Semantic | 语义搜索,基于本地嵌入模型 |
| Hybrid | 混合搜索,结合 FTS + 语义 + 重排序 |
+
📦 安装
@@ -248,6 +254,7 @@ ccw upgrade -a # 升级所有安装
### Dashboard 功能
+
| 功能 | 说明 |
| 会话概览 | 跟踪工作流会话和进度 |
@@ -255,6 +262,7 @@ ccw upgrade -a # 升级所有安装
| 图浏览器 | 交互式代码关系可视化 |
| CLI 管理器 | 执行历史与会话恢复 |
+
---