mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-06 16:31:12 +08:00
fix: update command references and improve documentation for workflow commands
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
| Command | Function | Syntax |
|
||||
|---------|----------|--------|
|
||||
| [`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"` |
|
||||
|
||||
### Standard Workflows
|
||||
|
||||
@@ -86,27 +85,6 @@
|
||||
/workflow-lite-planex -e "refactor authentication module"
|
||||
```
|
||||
|
||||
### lite-fix
|
||||
|
||||
**Function**: Lightweight bug diagnosis and fix workflow, supporting intelligent severity assessment and optional hotfix mode.
|
||||
|
||||
**Syntax**:
|
||||
```bash
|
||||
/workflow:lite-fix [-y|--yes] [--hotfix] "bug description or issue reference"
|
||||
```
|
||||
|
||||
**Options**:
|
||||
- `--hotfix`: Hotfix mode (quick fix for production incidents)
|
||||
|
||||
**Examples**:
|
||||
```bash
|
||||
# Bug fix
|
||||
/workflow:lite-fix "login returns 500 error"
|
||||
|
||||
# Hotfix
|
||||
/workflow:lite-fix --hotfix "payment gateway timeout"
|
||||
```
|
||||
|
||||
### plan
|
||||
|
||||
**Function**: 5-phase planning workflow, outputting IMPL_PLAN.md and task JSON.
|
||||
|
||||
Reference in New Issue
Block a user