mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-02 15:23:19 +08:00
docs: fix command invocation syntax accuracy [IDAW-004]
- Fix /workflow-tdd → /workflow-tdd-plan (correct skill name) - Fix /workflow:test-fix → /workflow-test-fix (skill, not command) - Fix /workflow:skill-designer → /workflow-skill-designer (skill) - Fix /workflow:plan → /workflow-plan (skill, not command) - Remove non-existent /workflow:wave-plan reference - Update both English and Chinese documentation
This commit is contained in:
@@ -324,7 +324,7 @@ Task: <description>
|
||||
"session_id": "WFS-plan-20250124", "artifacts": ["IMPL_PLAN.md"] }
|
||||
],
|
||||
"prompts_used": [
|
||||
{ "index": 0, "command": "plan", "prompt": "/workflow:plan -y \"...\"" }
|
||||
{ "index": 0, "command": "plan", "prompt": "/workflow-plan -y \"...\"" }
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user