25 lines
642 B
YAML
25 lines
642 B
YAML
# Test: Compound trigger with wrong shortcut
|
|
# Expected: FAIL
|
|
# Error code: custom
|
|
# Error path: agent.menu[0].trigger
|
|
# Error message: agent.menu[].trigger compound format error: shortcut "XX" does not match expected "TS" for "tech-spec"
|
|
|
|
agent:
|
|
metadata:
|
|
id: compound-wrong-shortcut
|
|
name: Wrong Shortcut
|
|
title: Wrong Shortcut Test
|
|
icon: 🧪
|
|
|
|
persona:
|
|
role: Test agent
|
|
identity: Test identity
|
|
communication_style: Test style
|
|
principles:
|
|
- Test principle
|
|
|
|
menu:
|
|
- trigger: XX or tech-spec or fuzzy match on tech-spec
|
|
description: Shortcut does not match kebab trigger
|
|
action: test
|