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:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -3,6 +3,7 @@
[](https://pypi.python.org/pypi/verify-everything/)
[](https://www.gnu.org/licenses/agpl-3.0)

+[](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).