//! # gitent-core
//!
//! Core library for gitent - change tracking and storage for AI agent changes.
//!
//! This crate provides the fundamental data structures and database operations
//! for tracking file system changes, commits, and rollbacks.
pub use ;
pub use ;
pub use Storage;