BMAD-METHOD/test/fixtures/agent-schema
Alex Verkhovsky 375148a554 fix(schema): allow digits in compound trigger shortcuts
The COMPOUND_TRIGGER_PATTERN and description bracket regex only
accepted [A-Z]{1,3}, rejecting shortcuts like QD2 that include
digits. Update both regexes to accept [A-Z][A-Z0-9]{0,2} so
alphanumeric shortcuts work while still requiring a leading letter.

Add test fixture covering the alphanumeric shortcut case.
2026-02-22 14:17:57 -07:00
..
invalid Project Cleanup of Agents Menus, BMB module removal to other repo 2026-01-19 02:04:14 -06:00
valid fix(schema): allow digits in compound trigger shortcuts 2026-02-22 14:17:57 -07:00