Files
CleanMM/Packages/AtlasCoreAdapters/README.md

12 lines
531 B
Markdown
Raw Normal View History

2026-03-10 17:09:35 +08:00
# AtlasCoreAdapters
## Responsibility
- Wrap reusable upstream and local system capabilities behind structured interfaces
## Current Adapters
- `MoleHealthAdapter` wraps `lib/check/health_json.sh` and returns structured overview health data.
- `MoleSmartCleanAdapter` wraps `bin/clean.sh --dry-run` behind a temporary state directory and parses reclaimable findings for Smart Clean.
- `MacAppsInventoryAdapter` scans local application bundles, estimates footprint size, and derives leftover counts for the `Apps` MVP workflow.