undef-engine 2026-01-24
Advanced TW2002 features, Textual BBS TUI, and major codebase reorganization
462 files · 34,751+ · 28,809-

Advanced Trade Wars features

4 files changed
  • polyglot-engineer.md Added polyglot engineer prompt
  • senior-python-engineer.md Added senior Python engineer prompt
  • CLAUDE.md Updated project instructions
  • README.md Updated project readme
  • Added escape pods, specialized equipment, SubSpace Radio, limpets, buoys, T-Warp, boarding, robbery, and torpedoes instantiate behavioral
  • Added Ferrengi Traders, Moebius Mines, and Planet Type mechanics instantiate internal
  • Created advanced CLI commands and equipment CLI with facilities extensions and radio CLI for SubSpace Radio instantiate behavioral

Textual BBS scrolling TUI

1 file changed
  • app.py Created Textual-based TUI app
  • Created scrolling BBS-style TUI using Textual framework with app, screens, and demo modules instantiate behavioral
    1 file
    • app.py

Commitment primitive refactor

Documentation and code reorganization

4 files changed
  • README.md Added data directory readme
  • twmenu.txt Updated Trade Wars menus
  • CURRENT_ARCHITECTURE.md Added current architecture docs
  • GLOBAL_EDGE_ARCHITECTURE.md Added edge architecture docs
  • Reorganized documentation with architecture decisions, deployment guides, and game design docs decouple internal
    2 files
    • CURRENT_ARCHITECTURE.md
    • GLOBAL_EDGE_ARCHITECTURE.md
  • Added data directory readme and updated Trade Wars menu content specify internal
    1 file
    • README.md

Test improvements

  • Added comprehensive unit and integration tests for advanced features qualify internal
  • Fixed Planet model attributes, distance calculations, session checks, and error handling remediate internal