Files
CleanMM/Packages/AtlasCoreAdapters
zhukang 11405a4b55 Internal beta hardening: pnpm cleanup and recovery semantics
- update internal beta hardening docs and Smart Clean execution coverage for the 2026-03-16 hardening slice

- add pnpm store detection, execution fixtures, and regression coverage across adapters, infrastructure, and app model tests

- distinguish file-backed vs Atlas-only recovery messaging in History and restore summaries

- preserve completed Smart Clean recovery entries when later targets fail, and report failed findings explicitly instead of losing side effects
2026-03-12 23:38:31 +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.