Remove legacy workspace and diagnostics implementation

This commit is contained in:
2026-07-18 12:48:21 +00:00
parent 1542a12497
commit 26142f0e05
21 changed files with 3 additions and 8726 deletions

View File

@@ -3,6 +3,8 @@ package checkpoint
import "time"
const (
// These names and values are frozen checkpoint wire-compatibility
// identifiers. They intentionally retain the former terminology.
WorkspaceSchemaVersion = "notarius.workspace.v2"
WorkspaceSchemaVersionV1 = "notarius.workspace.v1"
)