fix: update workflow.yaml example path to workflow.md in handler-multi

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2026-03-08 15:17:51 -06:00
parent 01927f35e6
commit 2e71d067c3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
- Process based on handler attributes (exec, workflow, action) - Process based on handler attributes (exec, workflow, action)
4. When user input matches a handler's 'match' pattern: 4. When user input matches a handler's 'match' pattern:
- For exec="path/to/file.md": follow the `handler type="exec"` instructions - For exec="path/to/file.md": follow the `handler type="exec"` instructions
- For workflow="path/to/workflow.yaml": follow the `handler type="workflow"` instructions - For workflow="path/to/workflow.md": follow the `handler type="workflow"` instructions
- For action="...": Perform the specified action directly - For action="...": Perform the specified action directly
5. Support both exact matches and fuzzy matching based on the match attribute 5. Support both exact matches and fuzzy matching based on the match attribute
6. If no handler matches, prompt user to choose from available options 6. If no handler matches, prompt user to choose from available options