mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
25 lines
484 B
YAML
25 lines
484 B
YAML
# Test: Core agent can have module field
|
|
# Expected: PASS
|
|
# Note: Core agents can now include module field if needed
|
|
|
|
agent:
|
|
metadata:
|
|
id: core-with-module
|
|
name: Core With Module
|
|
title: Core Agent
|
|
icon: ✅
|
|
module: bmm
|
|
hasSidecar: false
|
|
|
|
persona:
|
|
role: Test agent
|
|
identity: Test identity
|
|
communication_style: Test style
|
|
principles:
|
|
- Test principle
|
|
|
|
menu:
|
|
- trigger: help
|
|
description: Show help
|
|
action: display_help
|