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(prune): over-protect for sub-N:latest in offline mode
Per cursor review: applying version_sub to latest_installed_version
shifts the result one step too low, missing the actually-installed
sub-N target. resolve_sub now returns the raw `sub-N:latest` spec
in offline mode, and get_versions_needed_by_tracked_configs
detects this case and protects every installed version of the
backend. Over-protecting (some old versions stay) is the safe
failure mode vs. deleting the active version.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
0 commit comments