bbsbot
2026-02-16
Documentation cleanup, strategy expansions, dashboard overhaul, and test coverage additions
146 files · 4,213+ · 790-
Documentation and script cleanup
6 files changed
README.mdArchive README explaining purposeREADME.mdScripts archive READMEHANDOFF_2026-02-15.mdArchived handoff documentRELEASE_CHECKLIST.mdRelease checklist document addedQUICK_START.mdQuick Start guide simplifiedREADME.mdDocumentation index updated
- Archived all debug/test scripts to commands/scripts/archive/
qualify
internal
1 file
README.md
- Archived development scripts to scripts/archive/
decouple
internal
1 file
README.md
- Moved old handoff documents to docs/archive/
specify
internal
1 file
HANDOFF_2026-02-15.md
- Added release checklist document (RELEASE_CHECKLIST.md)
instantiate
internal
1 file
RELEASE_CHECKLIST.md
- Simplified Quick Start guide significantly
decouple
internal
1 file
QUICK_START.md
Strategy enhancements
5 files changed
opportunistic.pyExpanded with improved sector exploration and trade executionprofitable_pairs.pyExpanded pair discovery, quality scoring, and route optimizationorchestration.pyAI orchestration improvementsprompts.pyUpdated AI prompts for contextbase.pyStrategy base class enhancements
- Substantially expanded opportunistic strategy with improved sector exploration and trade execution
decouple
internal
1 file
opportunistic.py
- Expanded profitable_pairs with additional pair discovery, quality scoring, and route optimization
streamline
internal
1 file
profitable_pairs.py
- Added AI orchestration improvements for better decision-making flow
instantiate
internal
1 file
orchestration.py
- Updated AI prompts for more contextual responses
decouple
internal
1 file
prompts.py
Dashboard and UI
3 files changed
dashboard.htmlMajor dashboard expansion with new panels and improved layoutdashboard.jsEnhanced dashboard JS with 475+ lines of new functionalitycli_impl.pyImproved CLI implementation with 321+ new lines of game commands
- Major dashboard expansion with new panels and improved layout
instantiate
behavioral
1 file
dashboard.html
- Enhanced dashboard JS with 475+ lines of new functionality
instantiate
behavioral
1 file
dashboard.js
- Improved CLI implementation with 321+ new lines of game commands
instantiate
behavioral
1 file
cli_impl.py
Worker and manager
4 files changed
worker.pyExpanded combat attrition telemetrymanager.pyBetter swarm control and state managementsession.pySession enhancementssession_manager.pySession manager enhancements
- Enhanced worker with expanded combat attrition telemetry
decouple
behavioral
1 file
worker.py
- Improved manager with better swarm control and state management
decouple
internal
1 file
manager.py
- Added session and session_manager enhancements
instantiate
internal
2 files
session.pysession_manager.py
Testing
6 files changed
test_cli_impl_trade_guard.pyCLI impl trade guard tests (113 new)test_profitability_liquidity_caps.pyProfitability liquidity caps tests (324 new)test_opportunistic.pyOpportunistic strategy tests (63 new)test_login_prompt_classification.pyLogin prompt classification teststest_swarm_routes_events.pySwarm routes events teststest_dashboard_interaction_guards.pyDashboard interaction guards
- Added cli_impl_trade_guard tests (113 new)
qualify
internal
1 file
test_cli_impl_trade_guard.py
- Added profitability_liquidity_caps tests (324 new)
qualify
internal
1 file
test_profitability_liquidity_caps.py
- Added opportunistic strategy tests (63 new)
qualify
internal
1 file
test_opportunistic.py
- Added login prompt classification tests
qualify
behavioral
1 file
test_login_prompt_classification.py
Infrastructure
3 files changed
detector.pyUpdated learning detector with improved patternspaths.pyUpdated paths moduleserver.pyUpdated MCP server configuration