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

23
.github/workflows/atlas-acceptance.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: Atlas Acceptance
on:
workflow_dispatch:
push:
paths:
- 'Apps/**'
- 'Packages/**'
- 'Helpers/**'
- 'XPC/**'
- 'Testing/**'
- 'scripts/atlas/**'
- 'Docs/Execution/MVP-Acceptance-Matrix.md'
- '.github/workflows/atlas-acceptance.yml'
jobs:
acceptance:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run Atlas acceptance pipeline
run: ./scripts/atlas/full-acceptance.sh