refactor: remove subagent references and update CLI tool usage across documentation

This commit is contained in:
catlog22
2026-03-05 11:15:13 +08:00
parent 99a45e3136
commit 1fb49c0e39
21 changed files with 199 additions and 118 deletions

View File

@@ -51,9 +51,9 @@ This is an output from `workflow-lite-planex` command.
### Execution Steps
```shell
# Execute the plan
ccw workflow-execute --session WFS-001
```javascript
// Execute the plan
Skill(skill="workflow-execute", args="--session WFS-001")
```
---
@@ -388,7 +388,7 @@ To use these examples in your own projects:
1. **Copy the structure** that matches your needs
2. **Modify fields** to fit your requirements
3. **Remove sensitive information**
4. **Test the output** with `ccw workflow-execute`
4. **Test the output** with `Skill(skill="workflow-execute")`
::: tip
These examples are generated by CCW workflow tools. Run relevant commands to generate similar outputs for your projects.