From 35c3fcc7e36ba8406cb0dd92f5a887100a6ddd0a Mon Sep 17 00:00:00 2001 From: Jeffrey 'Alex' Clark Date: Wed, 22 Apr 2026 20:02:24 -0400 Subject: [PATCH] Remove CI checks section from AGENTS.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not actionable for agents — knowing workflow names and triggers does not help write better code. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- AGENTS.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 53905d429..9a3a1d455 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -75,13 +75,6 @@ Docs use Sphinx/RST. Build locally with `make doc`. Release notes go in additions, Other changes). Use the `:cve:` RST role for CVE references. Include a release note entry for any user-visible change. -## CI checks (must all pass before merge) - -GitHub Actions runs: `test.yml` (pytest on Linux/macOS/Windows), `lint.yml` -(pre-commit), `docs.yml` (Sphinx build), and `wheels.yml` on tag push. - ---- - ## Pillow-specific guidance Use `python3` and `python3 -m pip install` — never `python` or bare `pip`.