v1.0.1 — Patch
HyAtlas-Memory v1.0.1 — Patch
Fixes hyatlas CLI to work from any directory after pip install hyatlas-memory.
Fixed
hyatlas start|--stop|--statusfrom any directory — previously failed with "start.py not found" when run outside the repo root after pip install. Startup logic is now bundled inhyatlas_memory._startand resolves the project root viaHYATLAS_PROJECT_ROOTenv var → cwd → editable-install detection.- CLI now accepts both
statusand--status(andstop,help).
Docs
- README: new "Retrieval scoring (4-factor MemoryScorer)" section, L0 layer added to the table, dashboard page names corrected, install-from-PyPI path, PyPI + GitHub release badges.
Install
pip install --upgrade hyatlas-memoryOr set the env var to run hyatlas from anywhere:
export HYATLAS_PROJECT_ROOT=/path/to/hyatlas-memorySee CHANGELOG.md for full notes.