fix: use single-brace {agent_slug} in chapter_review filename

Double-brace {{agent_slug}} left outer braces in filename even after
substitution, causing all 3 reviewers (Devon/Lane/Cora) to write to
the same file review-ch-XX-{agent-slug}.md overwriting each other.
Single-brace now correctly produces review-ch-XX-devon.md etc.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Baity
2026-03-12 04:17:40 -04:00
parent c3f1d2ed45
commit c180e6ea67

View File

@@ -34,7 +34,7 @@ steps:
3. VERDICT (pass / revise / rewrite — and why) 3. VERDICT (pass / revise / rewrite — and why)
- type: document - type: document
filename: "review-{chapter_ref}-{{agent_slug}}" filename: "review-{chapter_ref}-{agent_slug}"
- type: close - type: close
rag_update: false rag_update: false