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
error_class: text(),// dag.node.failed trigger (timeout/exec_failed/verdict_fail/push_exhausted) for failure triage
80
-
captured_output: text({mode: "json"}).$type<unknown>(),// durable payload from submit_result; survives a process crash, reset to null on a replan-restart via NodeStarted
85
+
captured_output: text({mode: "json"}).$type<unknown>(),// durable payload from submit_result, or a Train B file-ref record ({content_ref, size, sha256, summary}); survives a process crash, reset to null on a replan-restart via NodeStarted
escalation_pending: integer({mode: "boolean"}).notNull().default(false),// set on escalate, cleared on adjudication (extend) or new attempt — "awaiting main-agent adjudication"
92
+
// Rev-view (v1.0.15 Train A): this node was pushed OUT of the current
93
+
// graph revision by a replan (cancelled via replan, or a terminal row the
94
+
// fragment bypassed). Durable data is untouched — the marker only filters
0 commit comments