Skip to content

EvoTrace v0.3.0 — project rename

Choose a tag to compare

@jinzijian jinzijian released this 19 Aug 11:08
· 9 commits to main since this release

ScaleVerifier is now EvoTrace.

Turn every Claude Code and Codex session into reusable training, evaluation, and verification assets.

What changed

  • The GitHub repository is now jinzijian/evotrace.
  • The Python distribution and primary import package are now evotrace.
  • The primary CLI is evotrace; et is the short alias.
  • The default local store is ~/.evotrace, configurable with EVOTRACE_HOME.
  • Generated bundle metadata, Docker paths, environment variables, Git identity, documentation, and security language now use EvoTrace.

Compatibility

  • Existing ~/.scaleverifier data is reused automatically when no new store exists.
  • scaleverifier, vf, and sv CLI aliases remain available.
  • The scaleverifier Python namespace remains as a compatibility shim.
  • Legacy SCALEVERIFIER_HOME and task environment variables remain supported.
  • GitHub redirects the former repository URL to the new one.

Verification

10 local tests pass, including brand migration and backward-compatibility coverage. CI passes install, test, lint, and build on Python 3.9, 3.11, and 3.13.