bbsbot 2026-02-14
Trade quality controls, anti-collapse runtime system, swarm auto-correct controller, and role-aware dashboard added
39 files · 5,493+ · 400-

Trade quality controls

2 files changed
  • trade_quality.py Trade quality controls with configurable thresholds for structural miss suppression
  • test_trade_quality_controls.py Tests for trade quality controls
  • Implemented trade-quality controls module (trade_quality.py) with configurable thresholds instantiate behavioral
    1 file
    • trade_quality.py
  • Added telemetry for trade quality metrics (structural miss suppression) instantiate behavioral
    1 file
    • trade_quality.py
  • Tuned default trade-quality thresholds for structural miss suppression harden behavioral
    1 file
    • trade_quality.py
  • Added tests for trade quality controls qualify internal
    1 file
    • test_trade_quality_controls.py

Anti-collapse system

3 files changed
  • anti_collapse.py Anti-collapse runtime controls for preventing cascading failures
  • autotune.py Autotune module for dynamic parameter adjustment
  • test_anti_collapse_controls.py Anti-collapse controls tests
  • Created anti-collapse runtime controls (anti_collapse.py) for preventing cascading failures harden behavioral
    1 file
    • anti_collapse.py
  • Added autotune module for dynamic parameter adjustment instantiate internal
    1 file
    • autotune.py
  • Added anti-collapse controls tests qualify internal
    1 file
    • test_anti_collapse_controls.py

Swarm auto-correct

2 files changed
  • swarm_autocorrect.py Perpetual swarm auto-correct controller
  • swarm_summary_watch.py Swarm summary watch for condensed status view
  • Built perpetual swarm auto-correct controller script instantiate behavioral
    1 file
    • swarm_autocorrect.py
  • Monitors bot health and automatically restarts failed or stuck bots harden behavioral
    1 file
    • swarm_autocorrect.py
  • Added swarm summary watch script for real-time swarm status instantiate internal
    1 file
    • swarm_summary_watch.py

Dashboard role-aware layout

4 files changed
  • dashboard.html Role-aware dashboard with trade-quality telemetry panels
  • dashboard.js Cargo value hints display
  • test_dashboard_interaction_guards.py Expanded dashboard interaction guards
  • test_cargo_value_hints.py Cargo value hints tests
  • Implemented role-aware dashboard with trade-quality telemetry panels instantiate behavioral
    2 files
    • dashboard.html
    • dashboard.js
  • Added cargo value hints display instantiate behavioral
    1 file
    • dashboard.js
  • Added orientation prompt context tests qualify behavioral
    1 file
    • test_orientation_prompt_context.py
  • Expanded dashboard interaction guards harden behavioral
    1 file
    • test_dashboard_interaction_guards.py

Worker and manager enhancements

4 files changed
  • worker.py Combat attrition telemetry
  • manager.py Manager timeseries data and reporting
  • test_worker_combat_attrition_telemetry.py Worker combat attrition telemetry tests
  • test_manager_timeseries.py Manager timeseries tests
  • Expanded worker with combat attrition telemetry instantiate behavioral
    1 file
    • worker.py
  • Enhanced manager with timeseries data and reporting instantiate internal
    1 file
    • manager.py
  • Added manager timeseries tests and swarm routes events tests qualify internal
    2 files
    • test_manager_timeseries.py
    • test_swarm_routes_events.py

CLI implementation expansion

3 files changed
  • cli_impl.py New game commands and profitable_pairs advanced pair selection
  • swarm_routes.py Swarm API updates
  • test_profitable_pairs_telemetry.py Profitable pairs telemetry tests
  • Significantly expanded cli_impl.py with new game commands instantiate behavioral
    1 file
    • cli_impl.py
  • Added profitable pairs telemetry tests qualify behavioral
    1 file
    • test_profitable_pairs_telemetry.py
  • Extended profitable_pairs strategy with advanced pair selection instantiate internal
    1 file
    • profitable_pairs.py

Monitoring scripts

2 files changed
  • mcp_hijack_trader.py MCP hijack trader script for remote bot control
  • swarm_summary_watch.py Condensed swarm status view
  • Added MCP hijack trader script for remote bot control interface behavioral
    1 file
    • mcp_hijack_trader.py
  • Added swarm monitor script for terminal-based monitoring instantiate internal
    1 file
    • swarm_summary_watch.py
  • Added swarm summary watch for condensed status view instantiate internal
    1 file
    • swarm_summary_watch.py

Documentation

3 files changed
  • TW2002_MCP_OPERATIONS.md TW2002 MCP operations guide
  • README.md README updated with new features
  • README.md Documentation index updated
  • Added TW2002 MCP operations guide specify internal
    1 file
    • TW2002_MCP_OPERATIONS.md
  • Updated README with new features specify errata
    1 file
    • README.md