libnoa 0.1.1

AI-native distributed version control system with per-agent workspace isolation, JSONL append-only logs, snapshot-based history, and full git protocol compatibility
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod cli;
pub mod config;
pub mod error;
pub mod git;
pub mod ignore;
pub mod log;
pub mod merge;
pub mod object;
pub mod refs;
pub mod remote;
pub mod repo;
pub mod server;
pub mod snapshot;
pub mod tui;
pub mod workspace;