feat: add Atlas native app UX overhaul

This commit is contained in:
zhukang
2026-03-10 17:09:35 +08:00
parent 0fabc6feec
commit 994e63f0b3
199 changed files with 38705 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# 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.