1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 11:31:46 +00:00

feat(windows): add Windows support Phase 2 - cleanup features

Add cleanup modules and command scripts for Windows:
- lib/clean: user, caches, dev, apps, system cleanup modules
- bin/clean: deep cleanup orchestrator with dry-run and whitelist
- bin/uninstall: interactive app uninstaller
- bin/optimize: system optimization and health checks
- bin/purge: project artifact cleanup

All scripts support dry-run mode and follow safe deletion practices.
This commit is contained in:
Bhadra
2026-01-08 15:46:45 +05:30
parent a53b48ef3b
commit 6e0d850d6a
10 changed files with 4174 additions and 0 deletions

3
.gitignore vendored
View File

@@ -65,3 +65,6 @@ bin/status-darwin-*
tests/tmp-*/
tests/*.tmp
tests/*.log
session.json
run_tests.ps1