mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-03 15:43:11 +08:00
docs: remove non-existent lite-lite-lite command references
Remove /workflow:lite-lite-lite from documentation as it does not exist as an actual command or skill. Users should use workflow-lite-planex instead. Updated files: - docs/commands/claude/workflow.md - docs/commands/claude/index.md - docs/zh/commands/claude/workflow.md - docs/zh/commands/claude/index.md - docs-site/commands/claude/index.md
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
|
||||
| 命令 | 功能 | 难度 |
|
||||
| --- | --- | --- |
|
||||
| [`/workflow:lite-lite-lite`](./workflow.md#lite-lite-lite) | 超轻量级多工具分析和直接执行 | Intermediate |
|
||||
| [`/workflow-lite-planex`](./workflow.md#lite-plan) | 轻量级交互式规划工作流 | Intermediate |
|
||||
| [`/workflow:lite-fix`](./workflow.md#lite-fix) | 轻量级 Bug 诊断和修复 | Intermediate |
|
||||
| [`/workflow-plan`](./workflow.md#plan) | 5 阶段规划工作流 | Intermediate |
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
| 命令 | 功能 | 语法 |
|
||||
| --- | --- | --- |
|
||||
| [`lite-lite-lite`](#lite-lite-lite) | 超轻量级多工具分析和直接执行 | `/workflow:lite-lite-lite [-y] <任务>` |
|
||||
| [`lite-plan`](#lite-plan) | 轻量级交互式规划工作流 | `/workflow-lite-planex [-y] [-e] "任务"` |
|
||||
| [`lite-fix`](#lite-fix) | 轻量级 Bug 诊断和修复 | `/workflow:lite-fix [-y] [--hotfix] "Bug 描述"` |
|
||||
|
||||
@@ -66,29 +65,6 @@
|
||||
|
||||
## 命令详解
|
||||
|
||||
### lite-lite-lite
|
||||
|
||||
**功能**: 超轻量级多工具分析和直接执行。简单任务无工件,复杂任务自动在 `.workflow/.scratchpad/` 创建规划文档。
|
||||
|
||||
**语法**:
|
||||
```bash
|
||||
/workflow:lite-lite-lite [-y|--yes] <任务描述>
|
||||
```
|
||||
|
||||
**使用场景**:
|
||||
- 超简单快速任务
|
||||
- 不需要规划文档的代码修改
|
||||
- 自动工具选择
|
||||
|
||||
**示例**:
|
||||
```bash
|
||||
# 超简单任务
|
||||
/workflow:lite-lite-lite "修复 header 样式"
|
||||
|
||||
# 自动模式
|
||||
/workflow:lite-lite-lite -y "更新 README 链接"
|
||||
```
|
||||
|
||||
### lite-plan
|
||||
|
||||
**功能**: 轻量级交互式规划和执行工作流(Phase 1: 规划,Phase 2: 执行),支持内存规划、代码探索和确认后自动执行。
|
||||
|
||||
Reference in New Issue
Block a user