fix(workflow): reject field-condition edges the producing kind cannot satisfy

Live repro: architect emitted a verify stage with kind=analysis and a
verdict-equals edge. The kind schema doubles as the LLM response format,
so 'verdict' was never emitted and the workflow failed at its final hop
at runtime. The compiler now requires artifact_field_equals fields to be
declared by the producing stage's kind schema, failing the plan at lock
time with a pointer at review_report. Architect prompt rule added;
reachability check extracted alongside the new validation.
This commit is contained in:
2026-06-12 13:42:13 +04:00
parent a455762dd5
commit 1a7eb05945
6 changed files with 91 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
2.txt