sem - semantic version control CLI
Entity-level diff, blame, graph, and impact analysis for code. 23 languages parsed via tree-sitter so reviews work on functions instead of line ranges.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Featured in
Related entries
tuicr - terminal UI for local code review
Rust TUI for reviewing diffs locally before pushing. Browse hunks, leave inline comments, and produce a review without opening a browser.
weave - entity-level git merge driver for agents
Rust merge driver that resolves false conflicts when independent agents edit the same file, claiming roughly 95% reduction versus line-based merge by working at entity granularity.
branch-watch - track branch and fork sync across repos
Rust CLI that monitors branch and fork sync status across your GitHub repositories. Surfaces diverged forks, stale branches, and unmerged PRs from one terminal view.
GitComet - GPUI git client
Cross-platform desktop git client built on GPUI (the framework behind Zed). Aims to be the fastest open-source UI for git workflows.