Expand description
§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.
Re-exports§
pub use error::Error;pub use error::Result;pub use models::Change;pub use models::ChangeType;pub use models::Commit;pub use models::CommitInfo;pub use models::Session;pub use storage::Storage;