mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
feat(authority): add checkpoint audit scaffolding
This commit is contained in:
@@ -169,6 +169,17 @@ export function createGraphPersistenceState() {
|
||||
authorityLastBlobReason: "",
|
||||
authorityLastBlobError: "",
|
||||
authorityLastBlobUpdatedAt: "",
|
||||
authorityBlobCheckpointPath: "",
|
||||
authorityBlobCheckpointRevision: 0,
|
||||
authorityBlobCheckpointUpdatedAt: "",
|
||||
authorityConsistencyState: "idle",
|
||||
authorityConsistencyAudit: null,
|
||||
authorityConsistencyUpdatedAt: "",
|
||||
authorityConsistencyError: "",
|
||||
authorityCheckpointRestoreState: "idle",
|
||||
authorityCheckpointRestoreResult: null,
|
||||
authorityCheckpointRestoreUpdatedAt: "",
|
||||
authorityCheckpointRestoreError: "",
|
||||
authorityDiagnosticsBundlePath: "",
|
||||
authorityDiagnosticsBundleReason: "",
|
||||
authorityDiagnosticsBundleUpdatedAt: "",
|
||||
|
||||
Reference in New Issue
Block a user