文件
ParlzPackageManger/web
JGZYES 71eb33b756 feat: pmm doctor / diagnose — one-shot health check with actionable fixes
Checks and prints fixes for the common 'installed but not effective' cases:
- which binary pmm resolves to vs the running one (PATH/hash -r).
- Windows /mnt leaks in PATH (a Windows-side pmm inherited by WSL).
- each registry mirror's reachability (flags a broken default mirror).
- installed-package integrity (missing main binary under root/bin).
- stale language pack (missing new i18n keys -> re-run setting lang).

Read-only; returns non-zero when issues are found. Also adds desc.doctor /
msg.doctor-issues keys and syncs the zh-CN/en-US language packs.
2026-09-05 20:44:55 +08:00
..