feat(transport): preview diff + required-mapping detection + blockers (M8 C2)

This commit is contained in:
Joseph Doherty
2026-06-18 06:28:47 -04:00
parent d0b38ad726
commit 50d77b07cf
3 changed files with 616 additions and 4 deletions
@@ -110,6 +110,7 @@ public sealed class BundleImporterLoadTests
externalRepo: Substitute.For<IExternalSystemRepository>(),
notificationRepo: Substitute.For<INotificationRepository>(),
inboundApiRepo: Substitute.For<IInboundApiRepository>(),
siteRepo: Substitute.For<ISiteRepository>(),
auditService: Substitute.For<IAuditService>(),
correlationContext: Substitute.For<IAuditCorrelationContext>(),
// LoadAsync never touches the DbContext — Preview/Apply do. Build