Skip to content

v0.6.18 — Root Cause & Status Fix

Choose a tag to compare

@VaradDurge VaradDurge released this 20 Jun 17:55

Bug Fixes

  • LLM judge no longer overrides clear heuristic failures: The semantic checker was blindly overriding node status to pass even when structural failures (missing fields from typos) or literal placeholder values (PH-002) were detected. Now it only overrides ambiguous heuristic signals.
  • Root cause chain deduplication: Nodes that merely propagate a bad value unchanged from their input are no longer tagged as root causes. Only the originating node is flagged.
  • PH-002 severity upgraded to critical: A literal PLACEHOLDER string is a definitive failure, not a warning.