Add AGENTS.md at repo root

This commit is contained in:
Thomas Beaudouin 2026-02-21 18:42:30 +08:00
parent bb8b9243b7
commit 6478c5c7d9

6
AGENTS.md Normal file
View file

@ -0,0 +1,6 @@
# Agent Working Agreement
- Adhere to the repositorys established code style in all changes.
- Update all relevant documentation whenever you modify behavior or APIs.
- Add or adjust unit tests for every code change.
- After making changes, run `make test` to validate the project.