mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
31 lines
748 B
YAML
31 lines
748 B
YAML
|
|
# Test: Menu with multiple valid items using different command types
|
||
|
|
# Expected: PASS
|
||
|
|
|
||
|
|
agent:
|
||
|
|
metadata:
|
||
|
|
id: multiple-menu
|
||
|
|
name: Multiple Menu Items
|
||
|
|
title: Multiple Menu
|
||
|
|
icon: 🧪
|
||
|
|
|
||
|
|
persona:
|
||
|
|
role: Test agent with multiple menu items
|
||
|
|
identity: I am a test agent with diverse menu commands.
|
||
|
|
communication_style: Clear
|
||
|
|
principles:
|
||
|
|
- Test multiple menu items
|
||
|
|
|
||
|
|
menu:
|
||
|
|
- trigger: help
|
||
|
|
description: Show help
|
||
|
|
action: display_help
|
||
|
|
- trigger: start-workflow
|
||
|
|
description: Start a workflow
|
||
|
|
workflow: path/to/workflow
|
||
|
|
- trigger: execute
|
||
|
|
description: Execute command
|
||
|
|
exec: npm test
|
||
|
|
- trigger: use-template
|
||
|
|
description: Use template
|
||
|
|
tmpl: path/to/template
|