Disable adjudication on book_outline to prevent duplicate chapter spawning

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>
This commit is contained in:
David Baity
2026-03-12 03:17:17 -04:00
parent 490ba5cd2a
commit deeb20b91a

View File

@@ -197,16 +197,4 @@ steps:
rag_update: true rag_update: true
adjudication: adjudication:
enabled: true enabled: false
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"