Expand description
KG versioning — content-addressed snapshot hashing and NDJSON-to-SQLite sync.
Git-native v1: KG state lives as sorted NDJSON files in a git repo. Retains
types (snapshot IDs), hash (SHA-256), sync (rebuild library), and error.
Re-exports§
pub use error::VcsError;pub use types::SnapshotCoverage;pub use types::SnapshotId;pub use types::VcsState;pub use types::KG_V1_COVERAGE;