mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
25 lines
491 B
YAML
25 lines
491 B
YAML
|
|
# Test: Empty trigger string
|
||
|
|
# Expected: FAIL
|
||
|
|
# Error code: custom
|
||
|
|
# Error path: agent.menu[0].trigger
|
||
|
|
# Error message: agent.menu[].trigger must be a non-empty string
|
||
|
|
|
||
|
|
agent:
|
||
|
|
metadata:
|
||
|
|
id: empty-trigger
|
||
|
|
name: Empty Trigger
|
||
|
|
title: Empty
|
||
|
|
icon: ❌
|
||
|
|
|
||
|
|
persona:
|
||
|
|
role: Test agent
|
||
|
|
identity: Test identity
|
||
|
|
communication_style: Test style
|
||
|
|
principles:
|
||
|
|
- Test principle
|
||
|
|
|
||
|
|
menu:
|
||
|
|
- trigger: " "
|
||
|
|
description: Empty trigger
|
||
|
|
action: display_help
|