From d9fb08b797f928c0ad7b1d199feb970c9c7ea591 Mon Sep 17 00:00:00 2001 From: Jeffrey 'Alex' Clark Date: Wed, 22 Apr 2026 19:52:38 -0400 Subject: [PATCH] Update AGENTS.md Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 48790964c..53905d429 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -69,7 +69,7 @@ python3 -m tox -e mypy ## Documentation -Docs use Sphinx/RST. Build locally with `make docserve`. Release notes go in +Docs use Sphinx/RST. Build locally with `make doc`. Release notes go in `docs/releasenotes/.rst` using the existing section structure (Security, Backwards incompatible changes, Deprecations, API changes, API additions, Other changes). Use the `:cve:` RST role for CVE references. @@ -99,4 +99,4 @@ Use fully qualified exception names: `Image.DecompressionBombError` and `Image.DecompressionBombWarning`, not the bare class names. Do not embed specific numeric values for thresholds like `MAX_IMAGE_PIXELS` — -they change across releases. Reference the named constant instead. +they may be changed by the user at runtime. Reference the named constant instead.