vet

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

commit 551ef4753c2cf429d2ace51ce1cd3835364a7cd9
parent 344d01c8fe00773f625caf221d24a00389530985
Author: Andrew Laack <andrew.laack@imbue.com>
Date:   Thu, 12 Feb 2026 00:23:52 -0600

Updated skill to be more accurate

Diffstat:
Mskills/vet/SKILL.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/skills/vet/SKILL.md b/skills/vet/SKILL.md @@ -15,10 +15,10 @@ Install vet using pip or uv: ```bash # Using pip -pip install git+https://github.com/imbue-ai/vet.git +pip install verify-everything # Using uv (recommended) -uv pip install git+https://github.com/imbue-ai/vet.git +uv pip install verify-everything Verify installation: vet --help