Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 690 Bytes

File metadata and controls

16 lines (11 loc) · 690 Bytes

AGENTS.md

This role of this file is to describe common mistakes and confusion points that agents might encounter as they work in this project. If you ever encounter something in the project that surprises you, please alert the developer working with you and indicate that this is the case in the Agent.md file to help prevent future agents from having the same issue.

Commands to interact with the codebase which you should run:

Build Docs (only use this command verbatim from the project root)

rm -rf docs/source/generated && uv run sphinx-build -b html docs/source docs/build/html

Run Pre-commit (takes only 3s)

uv run pre-commit run --all-files