2025-12-26 17:34:20 +08:00
|
|
|
# Test: Compound trigger with old format (no longer supported)
|
2025-12-23 07:01:36 -08:00
|
|
|
# Expected: FAIL
|
|
|
|
|
# Error code: custom
|
|
|
|
|
# Error path: agent.menu[0].trigger
|
2025-12-26 17:34:20 +08:00
|
|
|
# Error message: agent.menu[].trigger compound format error: invalid compound trigger format
|
2025-12-23 07:01:36 -08:00
|
|
|
|
|
|
|
|
agent:
|
|
|
|
|
metadata:
|
|
|
|
|
id: compound-mismatched-kebab
|
2025-12-26 17:34:20 +08:00
|
|
|
name: Old Format
|
|
|
|
|
title: Old Format Test
|
2025-12-23 07:01:36 -08:00
|
|
|
icon: 🧪
|
|
|
|
|
|
|
|
|
|
persona:
|
|
|
|
|
role: Test agent
|
|
|
|
|
identity: Test identity
|
|
|
|
|
communication_style: Test style
|
|
|
|
|
principles:
|
|
|
|
|
- Test principle
|
|
|
|
|
|
|
|
|
|
menu:
|
2025-12-26 17:34:20 +08:00
|
|
|
- trigger: TS or tech-spec or fuzzy match on tech-spec
|
|
|
|
|
description: Old format with middle kebab-case (no longer supported)
|
2025-12-23 07:01:36 -08:00
|
|
|
action: test
|