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
refactor(cli): unify _resolve_source_for_delete return type to str
Mixed return type (str for UUID fast-path, source object otherwise)
was a maintenance hazard. Now always returns the ID string, removing
the isinstance check at the call site. Also fixes stale docstring
that claimed live list validation for all paths.
0 commit comments