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__.py Fixed Durable Object initialization
  • create.py Fixed room creation route placement
  • entry.py Fixed Pyodide import handling
  • game.py Fixed 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.py
    • entry.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__.py Added embedded card data for offline Workers
  • __init__.py Updated CAW flow initialization
  • handler.py Updated CAW flow handler
  • plugin.py Updated CAW plugin configuration
  • Added embedded CAW card pack for Cloudflare Workers offline content access instantiate internal
    2 files
    • __init__.py
    • plugin.py

Engine and CLI improvements

7 files changed
  • __init__.py Reorganized flow engine initialization
  • registry.py Expanded engine registry
  • __init__.py Updated room routes
  • loader.py Updated server startup initialization
  • commands.py Added profile CLI commands
  • manager.py Added profile manager
  • models.py Added profile models
  • Reorganized flow engine init and expanded engine registry decouple internal
    2 files
    • __init__.py
    • registry.py
  • Updated server room routes and startup initialization decouple internal
    2 files
    • __init__.py
    • loader.py
  • Added CLI profile commands, manager, and models instantiate behavioral
    3 files
    • commands.py
    • manager.py
    • models.py