mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
24 lines
462 B
YAML
24 lines
462 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
|
|
|
|
persona:
|
|
role: Test agent
|
|
identity: Test identity
|
|
communication_style: Test style
|
|
principles:
|
|
- Test principle
|
|
|
|
menu:
|
|
- trigger: help
|
|
description: Show help
|
|
action: display_help
|