feat(authority): add checkpoint audit scaffolding

This commit is contained in:
Youzini-afk
2026-04-28 16:48:56 +08:00
parent 3762a951a6
commit 3a6f577678
5 changed files with 1099 additions and 0 deletions

View File

@@ -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: "",