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