//! Durable provenance records for file edits and git checkpoints.
pub use ProvenanceStore;
pub use ProvenanceTracker;
pub use ;
/// Stable identifier for a single observed file operation.
pub type ProvenanceId = String;
/// Identifier of a `SolutionDecisionMeta` decision.
pub type DecisionId = String;
/// Stable identifier for a git-related provenance checkpoint.
pub type CheckpointId = String;