undef-engine
2025-11-25
Restructure backend into src/responsum package and add delta caching
165 files · 2,640+ · 21,651-
Package structure reorganization
4 files changed
models.pyShared core data modelsmain.pyCLI entry point updated for new structurecommands.pyClient commands updatedcommands.pyServer commands updated
- Reorganized into src/responsum/ package with proper module hierarchy
decouple
architectural
2 files
__init__.pymodels.py
- Added CLI modules under src/responsum/cli/
decouple
internal
2 files
main.pycommands.py
Engine simplification and delta caching
5 files changed
base_handler.pySimplified base handlerconfig.pyReduced engine configurationdelta.pyStreamlined delta state synchronizationdelta_cache.pyNew delta caching layer for performanceplugin.pyUpdated plugin interface
- Simplified base_handler.py, config.py, and delta.py with reduced complexity
decouple
internal
3 files
base_handler.pyconfig.pydelta.py
- Added delta_cache.py caching layer for improved performance
streamline
internal
1 file
delta_cache.py
- Updated plugin interface with cleaner abstractions
decouple
internal
1 file
plugin.py
Component updates and legacy cleanup
4 files changed
PowerUpMenu.tsxUpdated Sick Day power-up menuSickDayBoard.tsxUpdated Sick Day game boardplaywright.config.tsUpdated Playwright configurationvite.config.tsUpdated Vite configuration