.tasks/core/VSS-003-reference-sidecars-for-live-photo-support.md
Live Photo detection and pairing has been moved to the Photos extension as part of the domain-separated architecture. The reference sidecar infrastructure remains in core and is complete.
The core reference sidecar pattern is implemented and ready for use by extensions:
source_entry_id column exists in sidecars tablecreate_reference_sidecar() method implementedconvert_reference_to_owned() method implementedLive Photo detection will be reimplemented in the Photos extension using these core primitives.
Implement the "Reference Sidecar" feature as described in REFERENCE_SIDECARS.md. This allows Spacedrive to track pre-existing files (like the video component of a Live Photo) as virtual sidecars without moving them from their original locations.
source_entry_id: Option<i32> column to sidecars tableSidecarManager::create_reference_sidecar()SidecarManager::convert_reference_to_owned()Live Photo functionality will be tracked in Photos extension tasks. Core reference sidecar support is complete and available for any extension to use.