v0.7.3
Patch release: removes a hardcoded maintainer-specific Python path from two shipped scripts and replaces it with environment-derived conda discovery.
Fixed
scripts/_pythonandskills/implement-review/scripts/health-check.ps1no longer hardcode aminiforge3/envs/py312interpreter path (#10). They ship in the package and tripped the release leak sweep. They now discover a conda/Miniforge interpreter from the environment (CONDA_PREFIX, thenCONDA_ROOT, a resolvableconda/mambalauncher, and a$HOMEconda-metasignature scan), with no hardcoded env name or install dir, before falling through topy -3/python3/pythonon PATH (WindowsApps shims skipped).
Changed
_pythoninterpreter preference is now environment-derived, not pinned to apy312env. A hook or tool that relied on_pythonresolving a specific conda env (for example, one carrying an editable package) should setANYWHERE_AGENTS_PYTHONto that env's interpreter; it is_python's explicit override, honored before any discovery.
Full changelog: v0.7.2...v0.7.3