bbsbot 2026-03-09
No-trade guard cargo priority fix and swarm stabilization with prompt detection improvements
190 files · 219,203+ · 403-

No-trade guard cargo priority fix

2 files changed
  • loop_guards.py No-trade guard rewritten to check and prioritize selling actual held cargo before applying trade suppression
  • executor_trade.py Trade executor updates for cargo priority fix
  • Fixed no-trade guard to check and prioritize selling actual held cargo before applying trade suppression remediate internal
    1 file
    • loop_guards.py
  • Previously the guard could block trading even when the bot had profitable cargo in hold ready to sell decouple internal
    1 file
    • loop_guards.py

Swarm stabilization

4 files changed
  • fast_check.py Prompt detection accuracy improvements to reduce false positives/negatives
  • heuristics.py Detection heuristics improvements
  • recovery.py Recovery logic for bots stuck in error states
  • loop_menu_recovery.py Menu recovery cooldown tightened to prevent rapid retry loops
  • Improved prompt detection accuracy across active bots to reduce false positives/negatives decouple behavioral
    2 files
    • fast_check.py
    • heuristics.py
  • Added recovery logic for bots stuck in error states instantiate internal
    1 file
    • recovery.py
  • Tightened cooldown handling to prevent rapid retry loops under network instability harden internal
    1 file
    • loop_menu_recovery.py