Expand description
KG versioning — content-addressed snapshot hashing and core types.
The full snapshot/branch/merge pipeline was superseded by ADR-048 (git-native KG versioning via Deno CLI). This crate retains only the foundational primitives still referenced by the wider workspace.
§Crate layout
Re-exports§
pub use error::VcsError;pub use types::KgBranch;pub use types::KgSnapshot;pub use types::RemoteAuth;pub use types::RemoteConfig;pub use types::SnapshotId;