vet

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ebc9719ab73fe1aefe26d537a3222f11ff8014b1
parent 53ffddc53330c4907d74e5bf1078cd5182e55b78
Author: andrewlaack-collab <andrew.laack@imbue.com>
Date:   Thu, 26 Feb 2026 12:04:45 -0600

Update --agentic flag description in vet skill docs (#162)

Co-authored-by: andrewlaack <andrew@laack.co>
Diffstat:
Mskills/vet/SKILL.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/skills/vet/SKILL.md b/skills/vet/SKILL.md @@ -94,7 +94,7 @@ Vet analyzes the full git diff from the base commit. This may include changes fr - `--confidence-threshold N`: Minimum confidence 0.0-1.0 (default: 0.8) - `--output-format FORMAT`: Output as `text`, `json`, or `github` - `--quiet`: Suppress status messages and 'No issues found.' -- `--agentic`: Mode that routes analysis through the locally installed Claude Code or Codex CLI instead of calling the API directly. Try this if vet fails due to missing API keys. This is slower (~3 min) so it is not the default, but it often results in higher precision issue identification. +- `--agentic`: Mode that routes analysis through the locally installed Claude Code or Codex CLI instead of calling the API directly. Try this if vet fails due to missing API keys. This is slower so it is not the default, but it often results in higher precision issue identification. Model compatibility for agentic harnesses is dictated by the harnesses, not vet. - `--agent-harness`: The two options for this are `codex` and `claude`. Claude Code is the default. - `--help`: Show comprehensive list of options