20 lines
376 B
YAML
20 lines
376 B
YAML
# Test: Invalid YAML structure with inconsistent indentation
|
|
# Expected: FAIL - YAML parse error
|
|
|
|
agent:
|
|
metadata:
|
|
id: invalid-indent
|
|
name: Invalid Indentation
|
|
title: Invalid
|
|
icon: ❌
|
|
persona:
|
|
role: Test
|
|
identity: Test
|
|
communication_style: Test
|
|
principles:
|
|
- Test
|
|
menu:
|
|
- trigger: help
|
|
description: Help
|
|
action: help
|