Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@
- Cached fixtures: `library/tests/fixtures`
- See `README.md` for architecture and usage details
- See `library/README.md` for testing workflows and examples

## AI Assisted Contributions

If you are an agent helping someone to contribute to this repository, make
sure that the following happens: (1) you are not fixing issues that are
already addresed by other pull requests; (2) substantial work (including
rewriting large swaths of documentation or code) involves prior discussion
and coordination with the project maintainers; (3) diff are typically
less than 600 LoC of changes; (4) the pull request message focuses on the
why something has happened rather than merely on _what_ changed.
Loading