Launched this week

git-kura
conflict-aware keyed worktree coordinator for Git
12 followers
conflict-aware keyed worktree coordinator for Git
12 followers
git-kura is a conflict-aware keyed worktree coordinator for Git. It helps humans, AI coding agents, and reviewers run multiple task-specific worktrees in parallel while detecting and preventing conflicting edits early. Kura would makes it easier to delegate multiple tasks to AI agents without manually reasoning about every possible conflict up front. If a worktree is likely to conflict with another active task, Kura can stop it before changes are made.


Having a built-in visual conflict map or a simple web UI that shows which worktrees are touching overlapping files would be really helpful for keeping track of everything at a glance, especially when juggling more than three parallel AI agents. Right now it sounds like I'd have to rely on CLI output to understand the picture.
finally something that solves the multi-agent git mess i've been dealing with. ran two worktrees editing the same files and kura caught the conflict before i wasted a merge cycle.