From 7932a31cb8e5fd5f69b6767c4416a9f193583a79 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Wed, 27 May 2026 14:05:14 -0700 Subject: [PATCH] docs: add development tooling disclosure --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 83dfb28..2e88b4b 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,10 @@ All scripts respect the `DISCARR_URL` environment variable (default: `http://127 Issues and PRs welcome. Please open an issue before starting a large change. +## Development tooling + +All code in this repo is reviewed, tested, and owned by human contributors. LLM (large language model) coding tools are part of our development workflow. + ## License GPL-3.0 — see [LICENSE](LICENSE).