diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 000000000..6ac91d27f --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,6 @@ +# Agent Working Agreement + +- Adhere to the repository’s 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.