mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-06 16:31:12 +08:00
refactor: remove subagent references and update CLI tool usage across documentation
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user