You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added schema v3 with explicit judged and objective-only evaluation modes plus registered or suite-local comparator profile selection.
Added package-backed comparator profiles, a test-authority plain-language profile, and shared profile-owned semantic contracts for domain-specific judgment without hard-coding evaluator criteria.
Added schema v4 with explicit per-case bundle source paths and optional contained shared verifier resources.
Added installed-wheel coverage for external suites whose bundles, cases, and verifier resources use independent layouts.
Added schema v5 with suite-owned ordered release comparisons and holdout-plan schema v3 with generic per-variant source bindings.
Added production objective-only holdouts that seal the canonical verifier acceptance policy without constructing a comparator.
Added schema v6 with reviewed provider adapter IDs, immutable capability declarations, and canonical capability digests.
Added holdout-plan schema v4 with role-specific generator and comparator authority bindings.
Added schema v7 with explicit workspace-diff, final-text, and final-JSON artifact contracts.
Added bounded LF text and RFC 8785 JSON normalization with canonical artifact evidence.
Added read-only verifier artifact mounts and pristine read-only fixture workspaces for final-output cases.
Added hash-locked runtime, test, quality, build, and fuzz dependency sets for reproducible CI installs.
Added bounded pull-request fuzzing and a weekly extended Atheris campaign for final-JSON normalization.
Added a protected-tag release workflow that rebuilds and inspects distributions, publishes SHA-256 checksums, and records GitHub/Sigstore build provenance.
Changed
Separated source authority from comparator judgment authority. Judged plans bind profile, release, and certification evidence; objective plans bind verifier-policy evidence.
Limited holdout-plan schema v2 to the legacy schema-v2 through schema-v4 candidate/original adapter without rewriting historical plan bytes.
Routed provider construction, scheduling, sandbox selection, billing evidence, and provenance through reviewed adapter capabilities while preserving schema-v2 through schema-v5 compatibility.
Advanced reviewed provider capabilities to revision 2 for declared final-output capture; unconsumed schema-v4 authority plans from revision 1 must be re-prepared.
Refreshed the supported Codex app-server runtime contract from 0.144.1 to 0.144.3 without changing the canonical protocol schema.
Required wheel and sdist package metadata to agree with their packaged harness_evals.__version__ declaration.
Migration
To adopt explicit evaluation semantics, migrate to schema v3, select evaluation_mode, and either configure a judged comparator_profile with case contracts or remove comparator fields for objective-only diagnostics.
To adopt independent layouts, migrate to schema v4, declare every case's canonical bundle_source, and set shared_verifier_dir to a contained resource directory or null.
To adopt generic source authority, migrate an unconsumed suite to schema v5, add holdout.comparison_ids in manifest order, validate the suite, and prepare a new holdout plan.
To adopt reviewed provider authority, migrate to schema v6, replace legacy provider kinds with registered adapter IDs, validate the suite, and prepare a new schema-v4 holdout plan.
To adopt declared output artifacts, migrate to schema v7 and add exactly one artifact_contract to every case. Existing schema-v2 through schema-v6 cases retain the workspace-diff compatibility default.
Re-prepare every unconsumed schema-v4 plan created against provider capability revision 1. Never rewrite a reviewed or consumed plan.
Added domain-separated source fingerprints over bundle locators, paths, bytes, executable modes, and context files; equal evaluated arms, source drift, mode confusion, and authority substitution fail before dispatch.
Bound production provider authority to reviewed capability, configuration, runtime provenance, executable identity, and non-injected provider instances; drift and instance substitution fail before dispatch or release.
Reject malformed or non-idempotent canonical output before verification or judgment, reject uncalibrated judged artifact kinds before dispatch, and isolate final-output verification from candidate workspace mutations.
Pin every Python CI dependency by cryptographic hash, validate all release distributions with Twine, and attach signed build provenance to release artifacts.