25 lines
650 B
YAML
25 lines
650 B
YAML
# Test: Compound trigger with mismatched kebab portions
|
|
# Expected: FAIL
|
|
# Error code: custom
|
|
# Error path: agent.menu[0].trigger
|
|
# Error message: agent.menu[].trigger compound format error: kebab-case trigger mismatch: "tech-spec" vs "other-thing"
|
|
|
|
agent:
|
|
metadata:
|
|
id: compound-mismatched-kebab
|
|
name: Mismatched Kebab
|
|
title: Mismatched Kebab Test
|
|
icon: 🧪
|
|
|
|
persona:
|
|
role: Test agent
|
|
identity: Test identity
|
|
communication_style: Test style
|
|
principles:
|
|
- Test principle
|
|
|
|
menu:
|
|
- trigger: TS or tech-spec or fuzzy match on other-thing
|
|
description: Kebab portions do not match
|
|
action: test
|