undef-engine
2026-01-09
IRC-style chat TUI, admin storage commands, and provide module removal
302 files · 8,983+ · 4,898-
IRC-style chat TUI
6 files changed
__init__.pyUpdated TUI module initializationchat_tui.pyAdded IRC-style scrolling chat interfaceapp.pyUpdated TUI applive_session.pyAdded live session TUIlog_entry.pyAdded log entry displayslash_commands.pyAdded slash command handling
- Added IRC-style scrolling chat TUI for CLI gameplay with slash commands and live session support
instantiate
behavioral
3 files
chat_tui.pyslash_commands.pylive_session.py
Admin storage commands
2 files changed
storage.pyCreated storage management CLI commands__init__.pyUpdated admin commands init
- Created admin storage CLI commands for storage management and inspection
instantiate
behavioral
2 files
storage.py__init__.py
Provide module removal and consolidation
5 files changed
__init__.pyRemoved provide package__init__.pyRemoved foundation modulemetrics.pyRemoved metrics moduleresilience.pyRemoved resilience moduletransport.pyRemoved transport module
Bugfixes and backend improvements
8 files changed
durable_objects.pyFixed storage backendkv.pyUpdated KV storagecomposite.pyUpdated composite storagememory.pyUpdated memory storagestorage.pyUpdated Redis storagestore.pyUpdated invite storeroutes.pyUpdated auth routeshandler.pyUpdated chat handler