vet

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

commit 29b869b8ca84b915530dae953e69e498ea555369
parent 6e3ee4a8162509fe228d0a6db6a916a37d96acf6
Author: andrewlaack-collab <andrew.laack@imbue.com>
Date:   Tue, 24 Feb 2026 01:25:00 +0000

Tighten up CLI + skill wording (#133)

* Reword installation header

* Updated wording

---------

Co-authored-by: Andrew Laack <andrew@laack.co>
Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -22,7 +22,7 @@ ## Using Vet with Coding Agents -Vet can run as an agent skill. When installed, agents will proactively run vet after code changes to find issues with the new code and mismatches between the user's request and the agent's actions. +Vet includes an agent skill. When installed, agents will proactively run vet after code changes to find issues with the new code and mismatches between the user's request and the agent's actions. ### Install the skill @@ -70,7 +70,7 @@ done The `--history-loader` option executes the specified shell command as the current user to load the conversation history. It is important to review history loader commands and shared config presets before use. -## Installation +## Install the CLI ```bash pip install verify-everything @@ -98,7 +98,7 @@ vet "Refactor storage layer" --base-commit main ## GitHub PRs (Actions) -Vet can run on pull requests using the reusable GitHub Action. +Vet reviews pull requests using a reusable GitHub Action. Create `.github/workflows/vet.yml`: