Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 288 Bytes

File metadata and controls

13 lines (7 loc) · 288 Bytes

AGENTS.md

Rules for AI coding agents working on this codebase.

Code organisation

  • If a function is used in only one place, keep it in the calling file. Do not create a separate module (e.g. services.py) just for the sake of separation.

poetry run pytest poetry run flake8