Skip to content

Commit bf50f09

Browse files
committed
feat(workflow): update step 05 instructions for running generated workflows
- Clarified instructions for running newly created workflows. - Added initial workflow selection via `codemachine templates`. - Updated execution steps with `/start` command guidance.
1 parent c69b3be commit bf50f09

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

prompts/templates/ali/chained/step-05-workflow-generation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -588,9 +588,10 @@ Your workflow has a controller agent (\{controller.name\}). Press **Shift+Tab**
588588
\{if placeholders\}- `config/placeholders.js` (+\{count\} placeholders)\{end if\}
589589

590590
**To run your workflow:**
591-
```bash
592-
codemachine workflow \{workflow_name\}
593-
```
591+
592+
Your new workflow **\{workflow_name\}** has been created. Here’s how to run it:
593+
- First, run `codemachine templates` and choose **\{workflow_name\}**.
594+
- Then, run `codemachine`, type `/start` and hit enter (return) to start the workflow.
594595

595596
**Congratulations! Your '\{workflow_name\}' workflow is ready to use.**"
596597

0 commit comments

Comments
 (0)