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.
|
||
|---|---|---|
| .. | ||
| critical-actions | ||
| menu | ||
| menu-commands | ||
| menu-triggers | ||
| metadata | ||
| persona | ||
| prompts | ||
| top-level | ||