argot.check_changeset
Run the full detector pipeline on a selected changeset to get the same JSON findings as the CLI, including voice, semantic, architecture, and custom-rule issues. Use after editing.
Instructions
Run Argot's complete configured detector pipeline over one selected changeset. Use this after editing when you need the same voice, semantic, architecture, integrity, and custom-rule findings as the CLI. Returns the stable check JSON, including findings, evidence, suppressions, and result counts. Read-only: it does not fit, mute, edit files, or update the last-check cache; requires a fitted repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| only | No | Optional repo-relative glob filters; inspect only matching paths. | |
| target | No | Changeset to inspect. worktree includes current tracked and untracked changes; staged and unstaged select one side of the index; range and commit require reference. | worktree |
| exclude | No | Optional repo-relative glob filters to omit from this invocation. | |
| reference | No | Git range such as main..HEAD when target=range, or commit SHA/ref when target=commit. | |
| min_confidence | No | Display filter only; rule severity still determines the check result. | unusual |