undef-engine
2026-01-07
Cloudflare Workers deployment fixes and embedded CAW card pack
137 files · 11,876+ · 2,278-
Cloudflare Workers deployment fixes
4 files changed
__init__.pyFixed Durable Object initializationcreate.pyFixed room creation route placemententry.pyFixed Pyodide import handlinggame.pyFixed action endpoint timeout with handler preloading
- Fixed Durable Object initialization issues preventing proper startup
remediate
behavioral
1 file
__init__.py
- Fixed room creation by moving route to main router and fixing Pyodide import
remediate
behavioral
2 files
create.pyentry.py
- Fixed action endpoint timeout by preloading CAW handler at startup
remediate
behavioral
1 file
game.py
Embedded CAW card pack for Workers
4 files changed
__init__.pyAdded embedded card data for offline Workers__init__.pyUpdated CAW flow initializationhandler.pyUpdated CAW flow handlerplugin.pyUpdated CAW plugin configuration
- Added embedded CAW card pack for Cloudflare Workers offline content access
instantiate
internal
2 files
__init__.pyplugin.py
Engine and CLI improvements
7 files changed
__init__.pyReorganized flow engine initializationregistry.pyExpanded engine registry__init__.pyUpdated room routesloader.pyUpdated server startup initializationcommands.pyAdded profile CLI commandsmanager.pyAdded profile managermodels.pyAdded profile models
- Reorganized flow engine init and expanded engine registry
decouple
internal
2 files
__init__.pyregistry.py
- Updated server room routes and startup initialization
decouple
internal
2 files
__init__.pyloader.py
- Added CLI profile commands, manager, and models
instantiate
behavioral
3 files
commands.pymanager.pymodels.py