Skip to main content

Crate lds_git

Crate lds_git 

Source
Expand description

Git operations backed by git2, with session-scoped write safety.

Read operations (status, log, diff) are always available. Write operations (commit, merge, worktree add/remove) are restricted to worktrees created by the current session — preventing one agent from destroying another’s work.

Structs§

GitModule
Git module instance, tied to a Session.