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
feat(cli): introduce semver resolver and fix version handling across commands
- add Semver helper with proper version comparison and range resolution
- replace lexicographic version comparisons with semantic comparison
- fix latest version detection in search and outdated commands
- fix install and add commands to resolve correct versions
- prepare CLI for semver ranges support (future manifest integration)
This fixes incorrect ordering like 1.9.0 > 1.10.0 and ensures consistent version resolution across Vix.
0 commit comments