mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
28 lines
539 B
YAML
28 lines
539 B
YAML
# Test: critical_actions as non-array
|
|
# Expected: FAIL
|
|
# Error code: invalid_type
|
|
# Error path: agent.critical_actions
|
|
# Error expected: array
|
|
|
|
agent:
|
|
metadata:
|
|
id: actions-string
|
|
name: Actions String
|
|
title: Actions String
|
|
icon: ❌
|
|
hasSidecar: false
|
|
|
|
persona:
|
|
role: Test agent
|
|
identity: Test identity
|
|
communication_style: Test style
|
|
principles:
|
|
- Test principle
|
|
|
|
critical_actions: This should be an array
|
|
|
|
menu:
|
|
- trigger: help
|
|
description: Show help
|
|
action: display_help
|