app/ # 메인 런처 앱core/model/ # 도메인 모델 (Dash, Space, Context)
core/data/ # Repository, 로컬 DB
core/network/ # API 클라이언트
core/common/ # 유틸리티
core/ui/ # 공유 Compose 컴포넌트, 디자인 토큰
feature/home/ # 홈 화면 (Space, Dash 그리드)
feature/dashroom/ # Dash Room (앱 드로어 대체)
feature/dashruntime/ # Dash Runtime Engine
feature/orchestrator/ # Orchestrator
feature/space/ # Space 관리
feature/fusion/ # Dash 융합 엔진
feature/store/ # Dash Store
feature/creator/ # Dash Creator (Vibe Coding)
dash/sdk/ # Dash 개발자 SDK
dash/messaging/ # P2P Message Bus
dash/container/ # Dash 호스팅 (샌드박스)
context/sensor/ # Sensor Hub
context/engine/ # Context Engine
context/decision/ # Decision Engine
context/memory/ # Memory Module (패턴 학습)
launcher3-core/ # Launcher3 포크 코어 (선택 시)
1. Android 런처 권한 제한 -> Accessibility Service, 시스템 런처 등록
2. Dash 격리/보안 -> 별도 프로세스 샌드박스
3. 배터리 소모 -> 배치 처리, Geofence, 디바운싱
4. Compose + View 혼합 -> ComposeView 브릿지, 점진 마이그레이션