Review the semantic units that matter
Split code into functions, structs, paragraphs, and other meaningful blocks so review focus follows structure instead of arbitrary hunk boundaries.
Semantic code review for the agent era
Review repository content and diffs as semantic blocks instead of raw diff hunks.
Use it for content review of existing code or diff review of pull requests and local changes.
Review in a focused TUI or use the CLI / automation layer while keeping review records attached to content instead of transient patches.
Quick install
curl -fsSL https://trueflow.dev/install.sh | sh
Current binary support: Apple Silicon macOS and Linux x86_64. The installer detects the supported platform and installs the matching build.
See the official language support matrix for AST/semantic support vs fallback modes.
Why it feels better
Split code into functions, structs, paragraphs, and other meaningful blocks so review focus follows structure instead of arbitrary hunk boundaries.
Move through a calm TUI or use the CLI / automation layer with machine-readable output.
Store approvals, rejections, and notes as append-only review records so useful context survives refactors and file motion.
How it works
Editors
Trueflow also includes an Emacs workflow for people who want review controls inside their editor, without making that the center of the main product story.