app: add sidecar sync commands (export, detect, import, resolve, full export/import)

This commit is contained in:
2026-05-31 05:29:03 +02:00
parent d1394ce7bb
commit 4b31a0f74b
43 changed files with 1685 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
mod export_sidecar;
mod detect_external_changes;
mod import_sidecar;
mod resolve_conflict;
mod full_export;
mod full_import;