vet

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

commit d24f812d87a709700df359fabda300c59fe9c249
parent 044effc41b73881b30aab94e9df05aea0771202c
Author: andrewlaack-collab <andrew.laack@imbue.com>
Date:   Thu, 12 Feb 2026 05:53:15 +0000

Improve the readme. (#67)

Improve the readme.
Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,10 @@ # Vet : Verify Everything +[![PyPi](https://img.shields.io/pypi/v/verify-everything.svg)](https://pypi.python.org/pypi/verify-everything/) +[![PyPI - Downloads](https://img.shields.io/pypi/dm/verify-everything)](https://pypi.python.org/pypi/verify-everything/) +[![License](https://img.shields.io/github/license/imbue-ai/vet.svg)](https://github.com/imbue-ai/vet) +![Build Status](https://github.com/imbue-ai/vet/actions/workflows/test.yml/badge.svg) + Vet is a standalone verification tool for **code changes** and **coding agent behavior**. It reviews git diffs, and optionally an agent's conversation history, to find issues that tests and linters often miss. Vet is optimized for use by humans, CI, and coding agents.