1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-09 20:49:15 +00:00

Parallelize status metric collection, enhance debug logging with a dedicated file and system info, update security audit for swap clearing, and remove orphaned cask cleaning.

This commit is contained in:
Tw93
2025-12-12 14:10:36 +08:00
parent 0123f71842
commit bb22dc5d10
7 changed files with 276 additions and 77 deletions

View File

@@ -52,10 +52,7 @@ clean_deep_system() {
fi
fi
# Clean orphaned cask records (delegated to clean_brew module)
# DISABLED: This feature triggers password prompts and provides minimal benefit
# Users can manually run: brew list --cask && brew uninstall --cask <name>
# clean_orphaned_casks
# Clean macOS Install Data (system upgrade leftovers)
# Only remove if older than 30 days to ensure system stability