You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🗄️ Alembic migration no longer fails on startup. Renamed migration revision IDs from 3-character (001) to 4-character (0001) identifiers, fixing Alembic's ResolutionError for partial revision matches.
📦 PyPI wheel no longer bundles frontend source code. Fixed .gitignore paths (old computr/ → cptr/) and added an explicit exclude in pyproject.toml so only cptr/frontend/build ships in the wheel — eliminating ~14,000 unnecessary files including node_modules.