7 steps with comments explaining what each does and which files it reads:
1. Run portfolio.py --days 30 (regenerate forward P&L)
2. Read portfolio.json per-wallet forward realized (core decision data)
3. Read watch_sharps.json copy_pnl + conv_win rankings (reference only)
4. Check daily.log for floor drift warnings
5. Check live bot journalctl for trading activity
6. Query chain pUSD balance via SecureClient
7. Find new candidates in watch_sharps not in backtest.json
Includes one-shot script that runs all 7 steps at once.