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
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ The offline suite uses scripted adapters — no API keys required. Live
evaluation against real models, and the SWE-bench Docker path, are
reserved for separate benchmarking and are not part of CI.

## Merging

Commits and tags on `main` are signed (SSH) and show as **Verified** on
GitHub. To keep `main` fully verified, merge pull requests with **Squash
and merge** or **Create a merge commit** — GitHub signs the resulting
commit automatically. Avoid **Rebase and merge**: it re-creates the
commit without a signature, leaving an unverified commit on `main`.

## Evaluation methodology and operational data

A larger body of operational evaluation work — per-instance stream
Expand Down
Loading