This is the first real benchmark target for metaharness.
It is still small, but it is not a placeholder scaffold:
baseline/fixture_repo/is a real Python packagescripts/bootstrap.shmust create a real virtualenvscripts/test.shmust run a realunittestsuitescripts/validate.shmust enforce concrete coding-agent instruction requirementstasks.jsonis search-time feedbacktest_tasks.jsonis held-out feedback, evaluated only after the final frontier is selected
By default this benchmark uses frontier search with batched proposals:
search_mode:frontierproposal_batch_size:2selection_policy:paretodefault_budget:3
Run it with the fake backend:
uv run metaharness run examples/python_fixture_benchmark --backend fake --budget 1 --run-name fake-smokeRun it with hosted Codex:
uv run metaharness run examples/python_fixture_benchmark --backend codex --hosted --budget 3 --run-name codex-hosted-paperlikeRun it with local Codex over Ollama:
uv run metaharness run examples/python_fixture_benchmark --backend codex --oss --local-provider ollama --model gpt-oss:120b --proposal-timeout 420 --budget 3 --run-name codex-local-paperlikeRun the checked-in paper-like hosted Codex experiment config:
uv run metaharness experiment --config examples/experiment_configs/codex-paperlike-fixture.json