mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
all agents passing new validation checks
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
# Test: Compound trigger with mismatched kebab portions
|
||||
# Test: Compound trigger with old format (no longer supported)
|
||||
# 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"
|
||||
# Error message: agent.menu[].trigger compound format error: invalid compound trigger format
|
||||
|
||||
agent:
|
||||
metadata:
|
||||
id: compound-mismatched-kebab
|
||||
name: Mismatched Kebab
|
||||
title: Mismatched Kebab Test
|
||||
name: Old Format
|
||||
title: Old Format Test
|
||||
icon: 🧪
|
||||
|
||||
persona:
|
||||
@@ -19,6 +19,6 @@ agent:
|
||||
- Test principle
|
||||
|
||||
menu:
|
||||
- trigger: TS or tech-spec or fuzzy match on other-thing
|
||||
description: Kebab portions do not match
|
||||
- trigger: TS or tech-spec or fuzzy match on tech-spec
|
||||
description: Old format with middle kebab-case (no longer supported)
|
||||
action: test
|
||||
|
||||
Reference in New Issue
Block a user