mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
all agents passing new validation checks
This commit is contained in:
22
test/fixtures/agent-schema/valid/metadata/module-agent-missing-module.agent.yaml
vendored
Normal file
22
test/fixtures/agent-schema/valid/metadata/module-agent-missing-module.agent.yaml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Test: Module agent can omit module field
|
||||
# Expected: PASS
|
||||
# Note: Module field is optional
|
||||
|
||||
agent:
|
||||
metadata:
|
||||
id: bmm-missing-module
|
||||
name: No Module
|
||||
title: Optional Module
|
||||
icon: ✅
|
||||
|
||||
persona:
|
||||
role: Test agent
|
||||
identity: Test identity
|
||||
communication_style: Test style
|
||||
principles:
|
||||
- Test principle
|
||||
|
||||
menu:
|
||||
- trigger: help
|
||||
description: Show help
|
||||
action: display_help
|
||||
Reference in New Issue
Block a user