mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
22 lines
354 B
YAML
22 lines
354 B
YAML
|
|
# Test: Empty menu array
|
||
|
|
# Expected: FAIL
|
||
|
|
# Error code: too_small
|
||
|
|
# Error path: agent.menu
|
||
|
|
# Error minimum: 1
|
||
|
|
|
||
|
|
agent:
|
||
|
|
metadata:
|
||
|
|
id: empty-menu
|
||
|
|
name: Empty Menu
|
||
|
|
title: Empty Menu
|
||
|
|
icon: ❌
|
||
|
|
|
||
|
|
persona:
|
||
|
|
role: Test agent
|
||
|
|
identity: Test identity
|
||
|
|
communication_style: Test style
|
||
|
|
principles:
|
||
|
|
- Test principle
|
||
|
|
|
||
|
|
menu: []
|