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:
@@ -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"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user