lix 0.18.0

Embeddable version control for apps and AI agents.
Documentation
1
2
3
4
5
6
7
8
#[derive(Clone, Debug, Eq, PartialEq)]
pub(crate) enum BranchScope {
    Active {
        branch_id: String,
    },
    Global,
    Empty,
}