Fixed
- Critical: Fixed
ModuleNotFoundError: No module named 'clawseal_core'in dashboard when installed from PyPI- Dashboard
app.pywas importing from source directory name (clawseal_core) instead of installed package name (clawseal) - Changed import to:
from clawseal.memory.scroll_memory_store import ScrollMemoryStore - Dashboard now works correctly in both dev and PyPI-installed environments
- Bug affected all users installing from PyPI who ran
clawseal-quickstart
- Dashboard
Notes
- Hotfix release — No new features, only fixes packaging bug introduced in 1.1.4
- If you installed 1.1.4 and experienced the import error, upgrade to 1.1.5:
pip install --upgrade clawseal
Install: pip install --upgrade --no-cache-dir clawseal
Test: clawseal-quickstart