fix: remove destructive migrate rewrite, add replay source attribution and warning drain

This commit is contained in:
John Dvorak
2026-05-22 11:41:43 -07:00
parent 1de735ee08
commit 6e4656add5
6 changed files with 50 additions and 31 deletions
+2
View File
@@ -195,6 +195,8 @@ export interface FailureRecord {
category?: string;
diff?: string;
actual?: string;
/** Source of the contract: 'route' or 'plugin:name' */
source?: string;
}
/**