mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
25 lines
576 B
YAML
25 lines
576 B
YAML
|
|
# Test: Compound trigger with invalid format
|
||
|
|
# Expected: FAIL
|
||
|
|
# Error code: custom
|
||
|
|
# Error path: agent.menu[0].trigger
|
||
|
|
# Error message: agent.menu[].trigger compound format error: invalid compound trigger format
|
||
|
|
|
||
|
|
agent:
|
||
|
|
metadata:
|
||
|
|
id: compound-invalid-format
|
||
|
|
name: Invalid Format
|
||
|
|
title: Invalid Format Test
|
||
|
|
icon: 🧪
|
||
|
|
|
||
|
|
persona:
|
||
|
|
role: Test agent
|
||
|
|
identity: Test identity
|
||
|
|
communication_style: Test style
|
||
|
|
principles:
|
||
|
|
- Test principle
|
||
|
|
|
||
|
|
menu:
|
||
|
|
- trigger: TS or tech-spec
|
||
|
|
description: Missing fuzzy match clause
|
||
|
|
action: test
|