#196 · Primary category: AI Coding Assistants
sem
Semantic version control => entity-level diffs, blame, and impact analysis on top of git. 28 languages via tree-sitter. Built for coding agents.
Project last updated:08/29/26
GitHub Stars
3.3K
Forks
101
Contributors
31
License
Apache-2.0
Why we included this project
Most version control tools still present changes as hunks of text, which makes it hard to tell what a commit actually did. sem parses your code with tree-sitter across 28 languages and reports changes at the level of real entities instead: the function that was added, the method that disappeared, the class that picked up a new dependency. It stays a thin layer on top of git, so you can adopt it in any existing repository without configuration. That entity-level view is what makes its blame and cross-file impact analysis useful; you can see which upstream edits touch code you own and which tests are affected, rather than hunting through shifted line numbers. There is also an MCP server for coding agents, so an agent can reason about code in structural terms instead of raw text.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.