From 8734114885f907b14b7bb15e5f60052fee2f88c9 Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Sat, 28 Mar 2026 03:52:36 -0400 Subject: [PATCH] fix: disable adjudication on roundtable (package step has no staging path, gets stuck at AdjudicationPending) --- templates/chapter_roundtable.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/templates/chapter_roundtable.yml b/templates/chapter_roundtable.yml index 44b36d2..d6cee03 100644 --- a/templates/chapter_roundtable.yml +++ b/templates/chapter_roundtable.yml @@ -6,6 +6,7 @@ description: > bounded editorial polish step. debug: true +rag_exclude: [business_plan, charter] system: agent_prompt agent_prompt: @@ -115,16 +116,4 @@ steps: character_profiles: "{character_profiles}" adjudication: - enabled: true - pass_threshold: 60 - deliverable_type: coordination - criteria: - completeness: - weight: 35 - description: "All viewpoints addressed; disagreements resolved before CONSENSUS REACHED" - structured_output: - weight: 35 - description: "CONSENSUS REACHED block contains all required sections: CRITIQUE, MUST APPLY, OPTIONAL, PRESERVE, VERDICT" - actionability: - weight: 30 - description: "MUST APPLY items are specific and directly implementable; PRESERVE items protect identifiable strengths" + enabled: false