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:
23
test/fixtures/agent-schema/valid/metadata/wrong-module-value.agent.yaml
vendored
Normal file
23
test/fixtures/agent-schema/valid/metadata/wrong-module-value.agent.yaml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Test: Module agent can have any module value
|
||||
# Expected: PASS
|
||||
# Note: Module validation removed - agents can declare any module
|
||||
|
||||
agent:
|
||||
metadata:
|
||||
id: wrong-module
|
||||
name: Any Module
|
||||
title: Any Module Value
|
||||
icon: ✅
|
||||
module: cis
|
||||
|
||||
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