Files
CleanMM/Packages/AtlasApplication/README.md
2026-03-10 17:09:35 +08:00

515 B

AtlasApplication

Responsibility

  • Use cases and orchestration interfaces
  • Structured application-layer coordination between the app shell and worker boundary

Planned Use Cases

  • StartScan
  • PreviewPlan
  • ExecutePlan
  • RestoreItems
  • InspectPermissions

Current Scaffold

  • AtlasWorkspaceController turns structured worker responses into app-facing scan, preview, and permission outputs.
  • AtlasWorkerServing defines the worker boundary without leaking UI concerns into infrastructure.