Synchronizes episode data in the background.
EpisodeWorker calls EpisodeSyncInteractor. EpisodeScheduler handles periodic scheduling. Provider and initializers wire router access and module loading.
Startup schedules episode sync through EpisodeTaskRouter. WorkManager runs EpisodeWorker, which invokes episode sync data and maps completion state to a WorkManager result.
Consumes domain/episode params and episode data interactors. Used by app startup sync behavior.