Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Agent instructions

Each commit must reduce net handwritten source LOC. No exceptions. No one may waive this rule.
Additions require larger, useful simplifications elsewhere in this repository.
Formatting, minification, generated files, and deleted valuable tests or docs do not count.
23 changes: 3 additions & 20 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,27 +63,10 @@ uv build

Install the wheel inside a clean environment for integration testing.

## Submit Changes
## Submit changes

Keep pull requests focused.

Explain user-visible behavior and public contract effects.

Link relevant issues and public API contracts.

Use clear Conventional Commit subjects when practical.

Sign every commit with the Developer Certificate of Origin.

```sh
git commit --signoff
```

Another human must review maintainer-authored, nontrivial changes.

Reviewers follow the shared [review policy][review-policy].

Address every review comment before merging.
Use clear Conventional Commit subjects and sign commits with `git commit --signoff`.
Follow the shared [review policy][review-policy].

## Report Security Issues

Expand Down