This repository is a runtime-first benchmark package. Contributions should improve execution quality, reproducibility, and documentation clarity for real agent runs.
python3 -m pip install -e ".[dev]"
pre-commit installmake format
make lint
make test- Keep pull requests focused and reviewable.
- Add tests for behavior changes.
- Update docs for CLI, schema, or protocol changes.
- Do not commit private credentials or proprietary datasets.
- Do not commit generated benchmark outputs unless explicitly requested.
Any operator-facing change must update relevant docs:
README.mddocs/evaluation_protocol.mddocs/reproducibility.mddocs/benchmark_spec.md
- Use clear imperative commit messages.
- Keep unrelated refactors out of feature/fix commits.
- Preserve backward compatibility unless the PR explicitly proposes a breaking change.