Show detailed batch repair preview

This commit is contained in:
Philip Guzman
2026-07-01 16:26:04 -07:00
parent f3cfed316d
commit ec646479d2
6 changed files with 201 additions and 2 deletions
+7
View File
@@ -360,6 +360,13 @@ def duplicate_repair_batch(
result = {
"choice_count": len(plans),
"replaced": replaced,
"decisions": [
{
"keeper": str(plan.keeper),
"replaced": [str(path) for path in plan.replaced],
}
for plan in plans
],
"metadata_backups": len(plans[0].metadata_files),
"strategy": "shortcut",
"database_v2_modified": False,