fix: use bracket placeholders in output-format to match codebase convention

Change {count}/{n} to [total]/[count] in the output-format block.
The {…} syntax is used for resolvable variables in BMAD workflows,
while editorial-review-structure.xml uses [X]/[N] for output-format
placeholders.
This commit is contained in:
Michael Pursifull 2026-02-06 21:13:55 -06:00
parent a31e00921e
commit 4f30280b8c
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@
<output-format>
## Adversarial Review Findings
**Findings:** {count}
- Critical: {n} | High: {n} | Medium: {n} | Low: {n}
**Findings:** [total]
- Critical: [count] | High: [count] | Medium: [count] | Low: [count]
1. **{SEVERITY}** - `{location}` - {description}
2. **{SEVERITY}** - {description}