litvc 1.2.0

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 diff;
pub mod merge;
pub mod objects;
pub mod refs;

pub use objects::{Blob, Commit, Object, ObjectHash, Tag, Tree, TreeEntry};
pub use refs::{
    delete_ref, find_repo_root, get_current_branch, list_refs, read_head, read_ref,
    set_head_detached, update_head, write_ref,
};