From 6c39789f94dc06e0d67fde49f656ed9aba535b18 Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Thu, 12 Mar 2026 02:54:12 -0400 Subject: [PATCH] Fix: add agent_name to roundtable and polish spawns - book_chapter.yml: spawn Roundtable task with agent_name: Devon (dispatcher requires at least one agent; Devon chairs the roundtable while rotate_participants still drafts all available editors) - chapter_roundtable.yml: spawn Polish task with agent_name: Iris (Iris is the designated chapter polish author) Previously: dispatch_create_task_skipped reason=no_agent for both tasks. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- templates/book_chapter.yml | 1 + templates/chapter_roundtable.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/book_chapter.yml b/templates/book_chapter.yml index 4cfb9b1..9d2352d 100644 --- a/templates/book_chapter.yml +++ b/templates/book_chapter.yml @@ -134,6 +134,7 @@ steps: - task_type: chapter_roundtable task_name: "Roundtable: {chapter_ref}" + agent_name: Devon priority: 7 context: chapter_text: "{chapter_text}" diff --git a/templates/chapter_roundtable.yml b/templates/chapter_roundtable.yml index e9f03f8..a84a5e6 100644 --- a/templates/chapter_roundtable.yml +++ b/templates/chapter_roundtable.yml @@ -61,6 +61,7 @@ steps: spawn: - task_type: chapter_polish task_name: "Polish: {chapter_ref}" + agent_name: Iris context: chapter_text: "{chapter_text}" consensus_critique: "{consensus_critique}"