Module sync

Module sync 

Source
Expand description

Bidirectional synchronization engine Bidirectional synchronization engine

This module implements the core sync logic for to-local and to-global operations. Interactive prompts are NOT implemented here - they will be added in Task 4. The sync engine uses ConflictStrategy from config/CLI flags directly.

Structs§

SyncEngine
Main sync engine
SyncReporter
Sync operation reporter
SyncResult
Synchronization result with statistics

Enums§

SyncAction
Sync action to perform

Type Aliases§

ApprovalCallback
Approval callback for interactive sync operations