mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
27 lines
601 B
YAML
27 lines
601 B
YAML
|
|
# Test: Core agent with unexpected module field
|
||
|
|
# Expected: FAIL
|
||
|
|
# Error code: custom
|
||
|
|
# Error path: agent.metadata.module
|
||
|
|
# Error message: core agents must not include agent.metadata.module
|
||
|
|
# Path context: src/core/agents/core-agent-with-module.agent.yaml
|
||
|
|
|
||
|
|
agent:
|
||
|
|
metadata:
|
||
|
|
id: core-with-module
|
||
|
|
name: Core With Module
|
||
|
|
title: Core Agent
|
||
|
|
icon: ❌
|
||
|
|
module: bmm
|
||
|
|
|
||
|
|
persona:
|
||
|
|
role: Test agent
|
||
|
|
identity: Test identity
|
||
|
|
communication_style: Test style
|
||
|
|
principles:
|
||
|
|
- Test principle
|
||
|
|
|
||
|
|
menu:
|
||
|
|
- trigger: help
|
||
|
|
description: Show help
|
||
|
|
action: display_help
|