Versioning
How we version Terminal-Bench datasets.
Terminal-Bench follows the semantic versioning convention.
The Terminal-Bench datasets are versioned using the x.y.z
format, where x
is the major version, y
is the minor version, and z
is the patch version.
For the time being, all datasets are stored on GitHub for versioning. x.y
versions of datasets correspond to a GitHub branch, where z
is incremented for each patch, which is a commit to the branch.
To increment x
or y
, create a new branch and increment the version number.