diff --git a/AGENTS.md b/AGENTS.md index 0e7283b..a4fe216 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -18,4 +18,5 @@ All agents must follow these rules: 12) Centralize pytest settings (flags, markers, ignore patterns, and targets) in pyproject.toml, pytest.ini, setup.cfg, or tox.ini; workflows/hooks should call pytest without inline args. 13) If the branch you're assigned to work on is from a remote (ie origin/master or upstream/awesome-feature) you must ensure you fetch and pull from the remote before you begin your work. +14) Replace them with ruff IF possible while ensuring behavior parity. Reference: https://www.conventionalcommits.org/en/v1.0.0/