audit_delta
Audit only the changes in your diff or branch, retaining whole-tree analysis for accurate cross-file facts. Get findings for changed files without pre-existing noise.
Instructions
Call to judge your own diff, or to review a branch, without wading through pre-existing findings. Returns only the findings in files changed versus a git ref (uncommitted and untracked files included). The whole tree is still analysed, so cross-file facts like dead code stay correct.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| git_ref | Yes | Base git ref to diff against, e.g. "HEAD" for uncommitted work or "origin/main" for a branch. |