Remove CI checks section from AGENTS.md

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>
This commit is contained in:
Jeffrey 'Alex' Clark 2026-04-22 20:02:24 -04:00
parent d9fb08b797
commit 35c3fcc7e3

View File

@ -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`.