Files
CleanMM/Apps/AtlasApp
zhukang 3466a99206 fix: register AtlasFeaturesAbout in Xcode project and fix exhaustive switches
Add AtlasFeaturesAbout package dependency to project.pbxproj so xcodebuild
can resolve the module. Handle .about case in AtlasAppCommands shortcutKey
and AtlasAppModel refreshCurrentRoute to satisfy exhaustive switch checks.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 20:27:26 +08:00
..

AtlasApp

Responsibility

  • Main macOS application target
  • NavigationSplitView shell for the frozen MVP modules
  • Shared app-state wiring for search, task center, and route selection
  • Dependency handoff into feature packages and worker-backed Smart Clean actions

Current Scaffold

  • AtlasApp.swift@main entry for the macOS app shell
  • AppShellView.swift — sidebar navigation, toolbar, and task-center popover
  • AtlasAppModel.swift — shared scaffold state backed by the application-layer workspace controller
  • TaskCenterView.swift — global task surface placeholder wired to History