mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
feat: deepen luker host integration
This commit is contained in:
@@ -52,10 +52,12 @@ export function createGraphPersistenceState() {
|
||||
lastAcceptedRevision: 0,
|
||||
acceptedStorageTier: "none",
|
||||
hostProfile: "generic-st",
|
||||
chatStateTarget: null,
|
||||
primaryStorageTier: "indexeddb",
|
||||
cacheStorageTier: "none",
|
||||
cacheMirrorState: "idle",
|
||||
cacheLag: 0,
|
||||
lightweightHostMode: false,
|
||||
persistDiagnosticTier: "none",
|
||||
acceptedBy: "none",
|
||||
lastRecoverableStorageTier: "none",
|
||||
@@ -66,6 +68,24 @@ export function createGraphPersistenceState() {
|
||||
lukerJournalDepth: 0,
|
||||
lukerJournalBytes: 0,
|
||||
lukerCheckpointRevision: 0,
|
||||
projectionState: {
|
||||
runtime: {
|
||||
status: "idle",
|
||||
updatedAt: 0,
|
||||
reason: "",
|
||||
},
|
||||
persistent: {
|
||||
status: "idle",
|
||||
updatedAt: 0,
|
||||
reason: "",
|
||||
},
|
||||
},
|
||||
lastHookPhase: "",
|
||||
lastRequestRescanReason: "",
|
||||
lastIgnoredMutationEvent: "",
|
||||
lastIgnoredMutationReason: "",
|
||||
lastChatStateConflict: null,
|
||||
lastBranchInheritResult: null,
|
||||
restoreLock: {
|
||||
active: false,
|
||||
depth: 0,
|
||||
|
||||
Reference in New Issue
Block a user