Polls
TradeTrust every 60 seconds. When the score drops below 40, the circuit breaker fires:
- Sets
bpleone_auto_pause_v1.state = 'PAUSED' in localStorage
- Fires a browser notification (if permitted)
- Dispatches
bpleone:auto-pause-change window event
- Brain-bet checks
AutoPause.isPaused() and shows "BRAIN PAUSED" instead of trade ideas
The state transitions are logged so Brandon can review what triggered each pause/resume.