feat(plugin): add SCUM ownership migration foundation
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import type { SCUMMigrationRecord } from "./contracts";
|
||||
|
||||
export function transitionalReadOnly<T extends Record<string, unknown>>(payload: T, recordedAt: string): SCUMMigrationRecord<T> { return { provenance: "transitional-read-only", payload, recordedAt }; }
|
||||
Reference in New Issue
Block a user