EvoTrace v0.3.0 — project rename
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;etis the short alias. - The default local store is
~/.evotrace, configurable withEVOTRACE_HOME. - Generated bundle metadata, Docker paths, environment variables, Git identity, documentation, and security language now use EvoTrace.
Compatibility
- Existing
~/.scaleverifierdata is reused automatically when no new store exists. scaleverifier,vf, andsvCLI aliases remain available.- The
scaleverifierPython namespace remains as a compatibility shim. - Legacy
SCALEVERIFIER_HOMEand 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.