libnoa 0.1.0

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