ScaleVerifier v0.2.0 — import, mine, build
ScaleVerifier v0.2.0 turns existing Claude Code and Codex history into a day-one local eval pipeline.
Highlights
vf importdiscovers both local history sources, distinguishes rich Codex sessions from prompt history, and incrementally indexes changed files.vf mineproduces auditable useful, correction, execution, preference, recovery, and low-value labels without calling a model.vf buildcompiles top execution-verifiable sessions into task, Git environment, Dockerfile, and verifier bundles.vf watchkeeps the index and mining results current for nightly workflows.- Every bundle includes
sandbox-policy.jsonand a non-root container image contract.
Safety boundary
Autonomous agents may work only on the ephemeral container copy. Host bind mounts, Docker socket access, privileged mode, production write credentials, and host-side agent execution are outside the contract. V0.2 rejects legacy benchmark --agent; a safe container orchestrator is the next runtime milestone.
Behavior changes
- The default local store is now
~/.scaleverifier(override withSCALEVERIFIER_HOMEor--home). vfis the primary CLI;scaleverifierandsvremain aliases.
Verification
CI passes on Python 3.9, 3.11, and 3.13. The generated bundle Dockerfile was also built and launched under non-root, network-disabled, capability-dropped smoke-test settings.