From deeb20b91a7f598c47ebf660e54d638d77a11d98 Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Thu, 12 Mar 2026 03:17:17 -0400 Subject: [PATCH] Disable adjudication on book_outline to prevent duplicate chapter spawning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Root cause: AR retries book_outline when score < 60; each retry's package step creates a new batch of chapters. InProgress chapters can't be deleted on rejection so multiple sets accumulate. The boardroom deliberation (4 rounds) is the quality gate — no retry needed at the outline level. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- templates/book_outline.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/templates/book_outline.yml b/templates/book_outline.yml index 019bf43..1de7eb8 100644 --- a/templates/book_outline.yml +++ b/templates/book_outline.yml @@ -197,16 +197,4 @@ steps: rag_update: true adjudication: - enabled: true - pass_threshold: 60 - deliverable_type: coordination - criteria: - completeness: - weight: 40 - description: "All required sections and elements present" - structure: - weight: 35 - description: "Logical organization and hierarchy" - actionability: - weight: 25 - description: "Clear enough for execution without guessing" + enabled: false