v1.0.9-beta - feat(sync): improve watched folder imports and metadata targeting
- Added recursive directory scanning to the WATCHED_FOLDER_SYNC job to ensure nested comic archives are processed correctly.
- Implemented automatic cleanup of empty directories left behind after files are moved.
- Upgraded the leftover cover art sweep to use s.copy followed by s.remove to safely bypass strict OS file locks (like Windows Explorer thumbnails).
- Added detailed X-Ray logging to the art sweep process for easier debugging.
- Updated WATCHED_FOLDER_SYNC to track the exact seriesIds of newly imported comics.
- Upgraded the METADATA_SYNC job to accept an optional array of seriesIds to perform a targeted scan on newly imported items, bypassing the generic background sweep.
Addresses #103