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
pub mod init;
pub mod log_cmd;
pub mod pushpull;
pub mod remote_cmd;
pub mod resolve_cmd;
pub mod snapshot_cmd;
pub mod status;
pub mod workspace_cmd;