A full-featured Git interface built specifically for LLM agents, exposing 22 operations from commits and rebases to PR reviews and automated releases. Instead of dumping raw diffs into your LLM, it parses ASTs with go-tree-sitter, classifies change types deterministically in Go, then hands structured context to the model for message generation. Every destructive operation gets an automatic backup. The pr-review tool runs tests, detects conflicts with AST annotations, and checks divergence in one shot. Ships with a CLI release command that groups commits by configured areas and calculates semver bumps locally. Auto-configures 14 clients including Claude, Cursor, and Zed. Reach for this when you want Git operations that understand code structure, not just text diffs.