vet

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

commit 923ea2deb9fb03bc522ea53fb8a6f9c01b4d9d9e
parent 7674b8bd35884d0d90c2259e430e57088683fe20
Author: andrewlaack-collab <andrew.laack@imbue.com>
Date:   Thu, 19 Feb 2026 23:12:44 +0000

Added discord link and issue information to README (#111)

* Added discord link and issue information

* Added count to discord

* Reverting because I don't have enough discord access

---------

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

diff --git a/README.md b/README.md @@ -3,6 +3,7 @@ [![PyPi](https://img.shields.io/pypi/v/verify-everything.svg)](https://pypi.python.org/pypi/verify-everything/) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) ![Build Status](https://github.com/imbue-ai/vet/actions/workflows/test-unit.yml/badge.svg) +[![Discord](https://img.shields.io/badge/Discord-Join%20us-5865F2?logo=discord&logoColor=white)](https://discord.gg/sBAVvHPUTE) Vet is a standalone verification tool for **code changes** and **coding agent behavior**. @@ -225,6 +226,10 @@ replace = """ Section keys must be valid issue codes (`vet --list-issue-codes`). Each section supports three optional fields: `prefix` (prepends to built-in guide), `suffix` (appends to built-in guide), and `replace` (fully replaces the built-in guide). `prefix` and `suffix` can be used together, but `replace` is mutually exclusive with the other two. Guide text should be formatted as a list. +## Community + +Join the [Imbue Discord](https://discord.gg/sBAVvHPUTE) for discussion, questions, and support. For bug reports and feature requests, please use [GitHub Issues](https://github.com/imbue-ai/vet/issues). + ## License This project is licensed under the [GNU Affero General Public License v3.0 (AGPL-3.0-only)](https://github.com/imbue-ai/vet/blob/main/LICENSE).