vet

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

commit 6fece3b55d2300623e84da444b1f5305fec747d0
parent 20a1519b416a4015090b742ff31d19f830c7485a
Author: Andrew Laack <andrew.laack@imbue.com>
Date:   Wed, 11 Feb 2026 11:06:12 -0600

Updated architecture doc svg link

Diffstat:
MREADME.md | 4++--
Mpyproject.toml | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -58,7 +58,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.11" - - run: pip install verify-everything==0.1.1 + - run: pip install verify-everything==0.1.2 - name: Run vet if: github.event.pull_request.head.repo.full_name == github.repository env: @@ -119,7 +119,7 @@ The `--history-loader` option executes the specified shell command as the curren Vet snapshots the repo and diff, optionally adds a goal and agent conversation, runs LLM checks, then filters/deduplicates findings into a final list of issues. -![architecture](https://github.com/imbue-ai/vet/blob/main/architecture.svg) +![architecture](https://raw.githubusercontent.com/imbue-ai/vet/main/architecture.svg) ## Why Vet diff --git a/pyproject.toml b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "verify-everything" -version = "0.1.1" +version = "0.1.2" description = "LLM-based code review tool that finds issues tests and linters miss" readme = "README.md" license = "AGPL-3.0-only"