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

2
Cargo.lock generated
View File

@@ -94,6 +94,8 @@ dependencies = [
"chrono",
"domain",
"serde",
"serde_json",
"sha2",
"thiserror",
"tokio",
"uuid",