BMAD-METHOD/tools/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
..
agent.js fix(schema): allow digits in compound trigger shortcuts 2026-02-22 14:17:57 -07:00