Commit 03dcf09
committed
fix: nest priority band inside open facet in PREFIX_TAG_REGEX
The priority-band capture was structurally independent of the -open facet
group, so input like [O P1] would produce an artifact with priority_band
set but no facet. Nesting the band inside the open group enforces the
documented contract that bands only apply to [O-open ...] prefixes.1 parent a4dad69 commit 03dcf09
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
815 | | - | |
| 815 | + | |
816 | 816 | | |
817 | 817 | | |
818 | 818 | | |
| |||
0 commit comments