litvc 1.2.1

Lit - The agentic-first distributed version control system. A complete Git replacement designed for AI agents first and humans second.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod airgap;
pub mod audit;
pub mod https;
pub mod lit_protocol;
pub mod ssh;
pub mod transport;
pub mod validator;

pub use airgap::{AirgapConfig, AirgapValidator};
pub use validator::{NetworkConfig, NetworkValidator};