v3.5.7
3.5.6 was published to PyPI with __version__ = "3.4.64" in __init__.py (stale value carried forward from pre-3.5 releases, missed in M4 release commit). Any user who pip-installed 3.5.6 would see the wrong version at runtime: superlocalmemory.__version__ == "3.4.64", slm status showed "3.4.64". PyPI does not allow re-uploading the same version, so 3.5.7 is the correct fix. No functional changes beyond the version string. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>