agit 1.3.0

AI-native Git wrapper for capturing context alongside code
Documentation
1
2
3
4
5
6
7
8
//! Error types for AGIT operations.
//!
//! This module provides a comprehensive error handling system using `thiserror`
//! for deriving error implementations with meaningful messages.

mod types;

pub use types::*;