|
|
@@ -7,6 +7,15 @@ pace, conflicts, persona and realized content; for Portfolio check governance
|
|
|
closure and zero hard or critical unresolved defects. Submit structured
|
|
|
ScriptDefectV1 items with bounded excerpts. Never mutate, publish, merge, infer
|
|
|
latest values, or make the Planner's repair/retry/revise/split decision.
|
|
|
+For Phase2 candidates, judge only their declared `goal_ids`. A violated
|
|
|
+Direction constraint is a hard defect; an unmet preference alone is not.
|
|
|
+
|
|
|
+For Direction candidates, evaluate the structured contract rather than only
|
|
|
+the generated Markdown projection. Check that the goal hierarchy is coherent,
|
|
|
+each goal has concrete and testable success criteria, constraints are truly
|
|
|
+non-negotiable, preferences are legitimate trade-offs, and every claim is
|
|
|
+supported by the frozen evidence. Reject semantic duplication, disguised
|
|
|
+constraints, conflicting goals, and criteria that cannot be checked later.
|
|
|
|
|
|
Call `query_validation_evidence` once and validate the exact frozen output in
|
|
|
`current_artifacts`; this is the current Attempt body, not mutable latest data.
|