validationFailureRecovery function
Implementation
RecoveryReport validationFailureRecovery({required String failingGate}) =>
RecoveryReport(
state: RecoveryState.manualRecoveryRequired,
restoredPaths: const [],
removedCreatedPaths: const [],
unresolvedPaths: const [],
manualActions: [
'Project applied but NOT validated — $failingGate.',
'DEFECT (FR-069f / INV-S4): staging-time generation-validity check '
'(FR-054) should have caught this.',
],
);