Add structured destination comparison details

This commit is contained in:
2026-06-18 15:09:18 +00:00
parent c4e8ebff6f
commit 598b665307
7 changed files with 277 additions and 21 deletions

View File

@@ -57,8 +57,10 @@ type SharedRootOutputFile struct {
}
type PathOwnershipConflict struct {
Path string
Owner OwnerScope
Path string
Owner OwnerScope
CurrentOwner OwnerScope
Detail ComparisonDetail
}
type rawSharedRootState struct {