Summary
src/workflows/judge.rs already computes SufficiencyVerdict::Escalate { gap } when a workflow step's output looks insufficient, but gap is only a coarse 3-value category (Information/Infrastructure/Transient) and nothing downstream builds an actual suggested fix — it's used only to decide park-vs-fail.
Depends on #2008 landing first (tracked in the Workflow Pause & Resume epic, #1860) — suggesting a fix on top of an unreliable resume path is building on sand.
Plan
Part of
September 2026 roadmap. Blocked on #2008.
Summary
src/workflows/judge.rsalready computesSufficiencyVerdict::Escalate { gap }when a workflow step's output looks insufficient, butgapis only a coarse 3-value category (Information/Infrastructure/Transient) and nothing downstream builds an actual suggested fix — it's used only to decide park-vs-fail.Depends on #2008 landing first (tracked in the Workflow Pause & Resume epic, #1860) — suggesting a fix on top of an unreliable resume path is building on sand.
Plan
Escalate{gap}into a structured, explainable gap descriptionPart of
September 2026 roadmap. Blocked on #2008.