mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
25 lines
533 B
YAML
25 lines
533 B
YAML
# Test: Valid module agent with correct module field
|
|
# Expected: PASS
|
|
# Path context: src/modules/bmm/agents/module-agent-correct.agent.yaml
|
|
|
|
agent:
|
|
metadata:
|
|
id: bmm-test
|
|
name: BMM Test Agent
|
|
title: BMM Test
|
|
icon: 🧪
|
|
module: bmm
|
|
hasSidecar: false
|
|
|
|
persona:
|
|
role: Test module agent
|
|
identity: I am a module-scoped test agent.
|
|
communication_style: Professional
|
|
principles:
|
|
- Test module validation
|
|
|
|
menu:
|
|
- trigger: help
|
|
description: Show help
|
|
action: display_help
|