From 25f766ef2675c7d7cf4763218ee2c63adee9d70e Mon Sep 17 00:00:00 2001 From: catlog22 Date: Tue, 3 Mar 2026 10:12:56 +0800 Subject: [PATCH] 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 --- docs-site/commands/claude/index.md | 1 - docs/commands/claude/index.md | 1 - docs/commands/claude/workflow.md | 24 ------------------------ docs/zh/commands/claude/index.md | 1 - docs/zh/commands/claude/workflow.md | 24 ------------------------ 5 files changed, 51 deletions(-) diff --git a/docs-site/commands/claude/index.md b/docs-site/commands/claude/index.md index 93d5f312..7bd8f5c4 100644 --- a/docs-site/commands/claude/index.md +++ b/docs-site/commands/claude/index.md @@ -29,7 +29,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 | diff --git a/docs/commands/claude/index.md b/docs/commands/claude/index.md index b943496a..b1eaa25c 100644 --- a/docs/commands/claude/index.md +++ b/docs/commands/claude/index.md @@ -30,7 +30,6 @@ | Command | Function | Difficulty | |---------|----------|------------| -| [`/workflow:lite-lite-lite`](./workflow.md#lite-lite-lite) | Ultra-lightweight multi-tool analysis and direct execution | Intermediate | | [`/workflow-lite-planex`](./workflow.md#lite-plan) | Lightweight interactive planning workflow | Intermediate | | [`/workflow:lite-fix`](./workflow.md#lite-fix) | Lightweight bug diagnosis and fix | Intermediate | | [`/workflow-plan`](./workflow.md#plan) | 5-phase planning workflow | Intermediate | diff --git a/docs/commands/claude/workflow.md b/docs/commands/claude/workflow.md index 936480ee..12ea62bf 100644 --- a/docs/commands/claude/workflow.md +++ b/docs/commands/claude/workflow.md @@ -10,7 +10,6 @@ | Command | Function | Syntax | |---------|----------|--------| -| [`lite-lite-lite`](#lite-lite-lite) | Ultra-lightweight multi-tool analysis and direct execution | `/workflow:lite-lite-lite [-y] ` | | [`lite-plan`](#lite-plan) | Lightweight interactive planning workflow | `/workflow-lite-planex [-y] [-e] "task"` | | [`lite-fix`](#lite-fix) | Lightweight bug diagnosis and fix | `/workflow:lite-fix [-y] [--hotfix] "bug description"` | @@ -66,29 +65,6 @@ ## Command Details -### lite-lite-lite - -**Function**: Ultra-lightweight multi-tool analysis and direct execution. Simple tasks have no artifacts, complex tasks automatically create planning documents in `.workflow/.scratchpad/`. - -**Syntax**: -```bash -/workflow:lite-lite-lite [-y|--yes] -``` - -**Use Cases**: -- Ultra-simple quick tasks -- Code modifications not needing planning documents -- Automatic tool selection - -**Examples**: -```bash -# Ultra-simple task -/workflow:lite-lite-lite "fix header styles" - -# Auto mode -/workflow:lite-lite-lite -y "update README links" -``` - ### lite-plan **Function**: Lightweight interactive planning and execution workflow (Phase 1: plan, Phase 2: execute), supporting in-memory planning, code exploration, and automatic execution after confirmation. diff --git a/docs/zh/commands/claude/index.md b/docs/zh/commands/claude/index.md index 6a3c6c63..87d98c78 100644 --- a/docs/zh/commands/claude/index.md +++ b/docs/zh/commands/claude/index.md @@ -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 | diff --git a/docs/zh/commands/claude/workflow.md b/docs/zh/commands/claude/workflow.md index f423f17e..515a093b 100644 --- a/docs/zh/commands/claude/workflow.md +++ b/docs/zh/commands/claude/workflow.md @@ -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: 执行),支持内存规划、代码探索和确认后自动执行。