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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Highlights in v2.8.0:
Modular Codebase Restructuring: Broke down legacy monolithic files into cohesive subpackages under app/services/database/, app/services/chunking/, app/services/indexing/, app/services/topology/, app/mcp/handlers/, and app/api/routers/.
Target File Size Compliance: All individual source files in app/ and frontend/src/ are now maintained under 450 lines of code.
Removed Backward Compatibility Shims: Direct modular imports across the codebase with full test suite alignment.
Verification: 100% test pass rate across 277 backend pytest tests and 82 frontend Vitest component tests.