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