mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
26 lines
613 B
YAML
26 lines
613 B
YAML
|
|
# Test: Module agent missing required module field
|
||
|
|
# Expected: FAIL
|
||
|
|
# Error code: custom
|
||
|
|
# Error path: agent.metadata.module
|
||
|
|
# Error message: module-scoped agents must declare agent.metadata.module
|
||
|
|
# Path context: src/modules/bmm/agents/module-agent-missing-module.agent.yaml
|
||
|
|
|
||
|
|
agent:
|
||
|
|
metadata:
|
||
|
|
id: bmm-missing-module
|
||
|
|
name: BMM Missing Module
|
||
|
|
title: Missing 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
|