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:
catlog22
2026-03-03 10:12:56 +08:00
parent 9613644fc4
commit 25f766ef26
5 changed files with 0 additions and 51 deletions

View File

@@ -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] <task>` |
| [`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] <task description>
```
**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.