🧩 Module loaded-state
πŸ’Ύ localStorage Β· bpleone_* keys
⏰ Data freshness · per-symbol last-update age
πŸ’’ Biggest recent prediction errors (top 10)
Resolved predictions where the brain was most confidently wrong. Useful for finding label bugs or genuinely uncovered regimes.
πŸ›  Quick actions
All actions are local-only (no server). Bookmark this page when you need quick access during a regime shift.
🧰 Journal repair migrations
One-shot idempotent migrations that retroactively fix past corruption from audit-discovered bugs. Each migration runs at most once per browser per migration-version. Auto-fires 4s after every page load.
πŸ“š When to use this page
"The brain stopped making sense." β†’ check Biggest errors first. If recent errors all have the same symbol or setup, you have a label bug or regime shift.

"A page is showing 'loading…' forever." β†’ check Module loaded-state. Missing module means the script src is wrong or the file doesn't exist on the server.

"Brier skill went negative." β†’ likely concept drift. Use Refit calibrators to recompute on the latest data. If skill stays negative, consider Reset model weights + Force full retrain.

"Bootstrap never ran or got stuck." β†’ use Re-run historical bootstrap. Safe to retry; it claims a 5-min running slot and won't double-fire.

"Storage is huge." β†’ check the localStorage column. Anything over a few MB is suspicious. Journal cap is 12,000 entries; if you see more, something isn't trimming.