fix: disable adjudication on roundtable (package step has no staging path, gets stuck at AdjudicationPending)

This commit is contained in:
David Baity
2026-03-28 03:52:36 -04:00
parent 78d23cd817
commit 8734114885

View File

@@ -6,6 +6,7 @@ description: >
bounded editorial polish step. bounded editorial polish step.
debug: true debug: true
rag_exclude: [business_plan, charter]
system: agent_prompt system: agent_prompt
agent_prompt: agent_prompt:
@@ -115,16 +116,4 @@ steps:
character_profiles: "{character_profiles}" character_profiles: "{character_profiles}"
adjudication: adjudication:
enabled: true enabled: false
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"