uwarp-space 2026-02-23
Game logic separated from public infrastructure, BigBang automation started, and stale migration docs removed
482 files · 9,593+ · 22,399-

Game logic separated from public infrastructure

3 files changed
  • pyproject.toml Game package restructured to isolate game engine logic
  • pyproject.toml Server package updated for new game logic boundaries
  • pyproject.toml Core package updated
  • Game engine logic isolated from public-facing packages decouple internal
    2 files
    • pyproject.toml
    • __init__.py
  • Worker sources consolidated as auto-generated from packages decouple internal
    1 file
    • entry.py

BigBang game universe automation

2 files changed
  • bigbang_automation.py Automated universe creation for games A-B
  • automated-arbitrage-alliance.feature Game configuration feature file
  • Completed base games A-B with automated universe creation scripts instantiate internal
    3 files
    • bigbang_automation.py
    • automated-arbitrage-alliance.feature
    • bargain-bots-bazaar.feature
  • Migrated games A-F to F-K and updated manifest with seed tracking decouple internal
    3 files
    • financial-forecasters-frontier.feature
    • galactic-guardians-gauntlet.feature
    • haggling-heuristics-hub.feature

TWGS default screens configured

1 file changed
  • twgs.reg TWGS registry snapshot with default intro/desc screens
  • Configured default intro/desc screens and tracked registry snapshot for TWGS remediate behavioral
    1 file
    • twgs.reg
  • Added TWGS install directory to gitignore baseline internal
    1 file
    • .gitignore

Knowledge data and screen captures

1 file changed
  • 20260223-212805-52e8c31f.txt Screen capture data for session knowledge
  • Added session knowledge data (session.jsonl, 84 lines) instantiate internal
    1 file
    • session.jsonl
  • Added multiple screen capture files for shared knowledge instantiate internal
    2 files
    • 20260223-212805-52e8c31f.txt
    • 20260223-220205-a46ef796.txt

Stale migration documentation removed

1 file changed
  • monorepo-migration-plan.md Stale migration-era documentation removed
  • Removed stale migration docs and fixed outdated references (large cleanup) deprecate errata
    3 files
    • monorepo-migration-plan.md
    • monorepo-cutover-checklist.md
    • monorepo-agent-strategies.md
  • Updated local settings and gitignore baseline internal
    2 files
    • settings.local.json
    • .gitignore
  • Removed worker test suites (test_dual_protocol, test_circuit_breaker, test_structlog) deprecate internal
    1 file
    • test_structlog.py