27 lines
583 B
YAML
27 lines
583 B
YAML
# Test: Module agent with wrong module value
|
|
# Expected: FAIL
|
|
# Error code: custom
|
|
# Error path: agent.metadata.module
|
|
# Error message: agent.metadata.module must equal "bmm"
|
|
# Path context: src/modules/bmm/agents/wrong-module-value.agent.yaml
|
|
|
|
agent:
|
|
metadata:
|
|
id: wrong-module
|
|
name: Wrong Module
|
|
title: Wrong Module
|
|
icon: ❌
|
|
module: cis
|
|
|
|
persona:
|
|
role: Test agent
|
|
identity: Test identity
|
|
communication_style: Test style
|
|
principles:
|
|
- Test principle
|
|
|
|
menu:
|
|
- trigger: help
|
|
description: Show help
|
|
action: display_help
|