//! Git-backed WAL and sync operations for Grite
//!
//! This crate provides Git integration for Grite's event system:
//! - CBOR chunk encoding/decoding for portable event storage
//! - WAL (Write-Ahead Log) operations via `refs/grite/wal`
//! - Snapshot management via `refs/grite/snapshots/<ts>`
//! - Push/pull sync operations with conflict handling
pub use ;
pub use GitError;
pub use ;
pub use ;
pub use ;
pub use ;