You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.