v0.5.3-pre.003

This commit is contained in:
2026-08-12 11:00:59 +02:00
parent 8448ad1079
commit 400ced4832
313 changed files with 7773 additions and 2623 deletions

View File

@@ -1,9 +1,9 @@
// file: ks-store/src/constants.rs
// version: 5
// version: 6
//! Local constants for the `ks-store` crate.
/// Canonical tracing target for backend-independent storage operations.
pub(crate) const TRACING_TARGET: &str = "ks-store";
/// Transitional schema contract identifier used until the `pre.003` baseline rebuild.
pub const STORE_SCHEMA_CONTRACT_VERSION: &str = "0.5.3-pre.2-legacy-schema";
/// Candidate N1-N3 store schema contract identifier established during `0.5.3`.
pub const STORE_SCHEMA_CONTRACT_VERSION: &str = "0.5.3";