awgit(tool, public)
Semantic version control on top of git — edit-ops and leases.
Name
awgit — Semantic version control on top of git — edit-ops and leases.
The problem it solves
Several agents editing one worktree silently sweep each other's work; a diff tells you WHAT changed but not who meant it or whether they were mid-edit.
Instead of trusting / you check
- instead of trusting
- that no one else is editing this file
- you check
- a lease, refused at commit time if you do not hold it
Adopt it alone
Take a lease on a file before you edit it in a shared checkout.
Install
pip install awgit
Where it sits in the path
Links
Generated 2026-09-14 00:48Z from the ecosystem registry. A field here that is wrong is wrong in the registry — fix it there and this page follows.