From f4b7a04a27d057d0f332ff9f7b91f682ea957994 Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Thu, 12 Mar 2026 04:30:53 -0400 Subject: [PATCH] fix: roundtable uses all three editors as participants Replace agent_name: Devon with agents: [Devon, Lane, Cora] so the chapter_roundtable task has all three editors rotating in the debate. Addresses user feedback that roundtable should not be a specific agent - everyone in the editorial team should be drafted. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- templates/book_chapter.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/book_chapter.yml b/templates/book_chapter.yml index 9d2352d..08a1f4e 100644 --- a/templates/book_chapter.yml +++ b/templates/book_chapter.yml @@ -134,7 +134,10 @@ steps: - task_type: chapter_roundtable task_name: "Roundtable: {chapter_ref}" - agent_name: Devon + agents: + - Devon + - Lane + - Cora priority: 7 context: chapter_text: "{chapter_text}"