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(requests): approvedBy/rejectedBy untyped — wire shape varies by platform version (BLDX-1611)
Second live failure on the same fields: rejectedBy is a list of approver
OBJECTS on kill-argo (first fix assumed list of strings — typed from
inference, not evidence). These fields now parse as Any with the variants
documented; regression test parses string, string-list, and object-list
shapes. Follow-up: capture the real payload and introduce a typed
Approver model from evidence.
0 commit comments