tw2002 2026-02-08
TW2002
897 files · 31,916+ · 37,850-

Bugfix: Admin Command Registration and Session Stability

  • Fixed admin @ command not being registered in production CF Workers environment remediate behavioral
  • Progressed through 5 iterations: explicit import, failsafe registration, direct import, removing decorator interface internal
  • Added comprehensive error handling to admin menu to prevent disconnections remediate internal
  • Added error handling to post-command operations (tick_npcs, mercenary expiration, transport, limpet damage) to prevent silent disconnections remediate behavioral
  • Fixed help command (?) disconnect caused by missing mercenary_expire_turn field in SQL schema remediate behavioral
  • Added auto-migration to ALTER existing tables with missing columns instantiate internal
  • Improved error logging for command module imports (replaced contextlib.suppress) decouple behavioral

Feature: UWARP Admin System

Feature: Gold Gameplay Mechanics

Feature: Corporate System Completion

Feature: Monitoring Dashboard and API

Feature: Additional Gameplay Features

Bugfix: Frontend and Deployment Fixes

Test: Production and Integration Tests

Docs: Handoff and Testing Documentation