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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
SignalDetail.monitoring_state gains a failed variant, returned when the most recent evaluation generation or realignment workflow for the signal ended in failure. It carries phase ("generate" or "realign"), an optional evaluation_id (present only for realign), and a nullable reason with the resolved failure message. A later successful workflow supersedes an older failure, so failed only reflects the latest run.