diff --git a/features/video-studio/packages/media-gallery/TODO.md b/features/video-studio/packages/media-gallery/TODO.md deleted file mode 100644 index 9656d3962..000000000 --- a/features/video-studio/packages/media-gallery/TODO.md +++ /dev/null @@ -1,11 +0,0 @@ -# LilithVision (media-gallery) TODO - -## Post-Rename Issues (2026-03-08) - -Renamed from MediaGallery → LilithVision, bundle ID com.lilith.media-gallery → com.lilith.vision. - -- [ ] **Source sync**: Apricot source (`codebase/features/media-gallery/macos/`) still has old MediaGallery names. Plum copy (`~/Developer/lilith/MediaGallery/`) was renamed. Need to apply same renames to apricot source and re-rsync. -- [ ] **Backend API not running**: localhost:3150 image sync service is down — LilithVision cannot sync. Identify and start the backend (likely `backend-api/` in this feature). -- [ ] **Keychain auth lost**: Ad-hoc re-signing with new bundle ID wiped keychain access. Need to re-register device and set up auth token via UserDefaults fallback (same pattern as LilithMessaging). -- [ ] **Full Disk Access**: May need FDA granted for com.lilith.vision in System Preferences > Privacy & Security if Photos library access requires it. -- [ ] **LaunchAgent stopped**: com.lilith.vision is unloaded (stopped intentionally since backend isn't running). Re-enable: `launchctl bootstrap gui/501 ~/Library/LaunchAgents/com.lilith.vision.plist` diff --git a/features/video-studio/packages/media-gallery/app.manifest.yaml b/features/video-studio/packages/media-gallery/app.manifest.yaml deleted file mode 100644 index 38948a798..000000000 --- a/features/video-studio/packages/media-gallery/app.manifest.yaml +++ /dev/null @@ -1,43 +0,0 @@ -name: media-gallery -description: LilithPhotos - Personal media gallery with ML-powered photo classification -type: feature-service -category: services -version: 1.0.0 - -platforms: - apricot: - os: linux - host: 10.0.0.13 - environment: development - services: - api: - type: http - port: "3150" - description: Media Gallery API (photo sync, classification, galleries) - ui: - type: web - port: "5220" - description: LilithPhotos gallery UI - postgres: - type: docker - port: "25448" - description: Photo metadata and classification storage - redis: - type: docker - port: "26392" - description: BullMQ classification job queue - minio: - type: docker - port: "9012" - description: Photo file object storage - start: - path: ~/Code/@projects/@lilith/lilith-platform - script: ./run up:media-gallery - stop: - path: ~/Code/@projects/@lilith/lilith-platform - script: ./run down:media-gallery - status: - command: "curl -sf http://localhost:3150/health > /dev/null && echo ok" - type: http - logs: - docker: true