feat: harden Luker sidecar persistence flow

This commit is contained in:
Youzini-afk
2026-04-15 13:45:57 +08:00
parent f898caf69c
commit 360dfe3f19
11 changed files with 2761 additions and 62 deletions

View File

@@ -55,11 +55,17 @@ export function createGraphPersistenceState() {
primaryStorageTier: "indexeddb",
cacheStorageTier: "none",
cacheMirrorState: "idle",
cacheLag: 0,
persistDiagnosticTier: "none",
acceptedBy: "none",
lastRecoverableStorageTier: "none",
persistMismatchReason: "",
commitMarker: null,
lukerSidecarFormatVersion: 0,
lukerManifestRevision: 0,
lukerJournalDepth: 0,
lukerJournalBytes: 0,
lukerCheckpointRevision: 0,
restoreLock: {
active: false,
depth: 0,