Code review
Code Review
Reviews on every pull request, judged against your captured decisions, contracts, and blast radius rather than against the diff alone.
Self-host free · Bring your own tools
Sound familiar?
The diff cannot tell you why the code was written.
A change can look tidy and still break a deliberate constraint. Review needs the decisions around the code as well as the lines being changed.
How it works
From the first signal to the next action.
- 01
Connect your repository
Use the GitHub App on cloud or configure webhooks when you self-host.
- 02
Review with context
SourceAnt analyzes the diff with the configured model and the context available to that instance.
- 03
Read the findings
See comments on the pull request or examine the change and its evidence in Lens.
Built around your work
Keep the review in your workflow.
Your team can read findings on GitHub. Use Lens when you need a dedicated view of the risk, evidence and unresolved claims.
Before you get started.
Where do review comments appear?
Findings appear on the pull request. Lens provides a dedicated surface for reading the change and its evidence.
Can local work affect a remote review?
Code evidence stays pinned to the commit under review. A local review can use durable knowledge only from that same local instance.