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
fix(dag): dag.start treats model.unavailable as advisory, matching the tool
The new PR->dev unit gate caught it (#371's own run): the exerciser's CI
context has no resolvable model, and the environment-profile validation made
model.unavailable a blocking 400 — while the workflow tool's start action
asks a question instead (an HTTP caller has no such interaction; spawn fails
loudly at execution time if a model never resolves). All other diagnostic
classes stay blocking.
0 commit comments