mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
19 lines
334 B
YAML
19 lines
334 B
YAML
|
|
# Test: Malformed YAML with syntax errors
|
||
|
|
# Expected: FAIL - YAML parse error
|
||
|
|
|
||
|
|
agent:
|
||
|
|
metadata:
|
||
|
|
id: malformed
|
||
|
|
name: Malformed YAML
|
||
|
|
title: [Malformed
|
||
|
|
icon: 🧪
|
||
|
|
persona:
|
||
|
|
role: Test
|
||
|
|
identity: Test
|
||
|
|
communication_style: Test
|
||
|
|
principles:
|
||
|
|
- Test
|
||
|
|
menu:
|
||
|
|
- trigger: help
|
||
|
|
description: Help
|