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: return Ok(None) when project not found in project_data_with (#33)
`project_data_with_impl` mapped a registry 404 (project not found) to
`Err(RegistryError::Response(...))` instead of `Ok(None)`. Callers that
classify registry errors as transient outages then fail open, letting any
well-formed but unregistered project id through. Surface a missing project
as `Ok(None)`, matching `project_data_with_limits_impl`.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments