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(upgrade-all): integrate package manager health checks into upgrade workflow
- Added Stage 6: Package Manager Health Checks to upgrade-all workflow
- Health checks run after all upgrades complete
- Detects conflicts in Python package managers (pip/pipx/uv)
- Detects conflicts in Node.js package managers (npm/yarn/pnpm/bun)
- Provides migration guidance when conflicts are found
- Health check results logged and reported in upgrade summary
- Updated workflow description from 5-stage to 6-stage
0 commit comments