diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..602775d --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,13 @@ +# Developer Instructions + +## Code Style +- Run `ruff check .` before committing to ensure all Python code passes linting. +- Write clear docstrings for all public functions and classes. +- Use relative imports within the `jetplot` package. + +## Testing +- Execute `pytest` and ensure all tests pass before submitting a PR. + +## PR Guidelines +- Your pull request description must contain a **Summary** section explaining the changes. +- Include a **Testing** section describing the commands used to run lint and tests along with their results.