Live Band-reading console

Live Dashboard is not open in public demo mode.

The live dashboard reads your real Band rooms through localhost using the read-only Case Review Console parser. Because it needs Band API credentials on the local process, it is hidden behind configuration for public static demos.

This gate page is safe to show: no Band reads, no Band writes, no DeepSeek calls, no nmap execution, no Kali tooling.

When enabled, the Live Dashboard lists every Band room visible to the reader agent in the sidebar — click a room to load its ASAP/1 transcript, evidence cards, review decisions, remediation plan, report claims, and traceability chain.

Private local use:

1. Set showLiveDashboardEntry: true in dashboard/ui-config.js.

2. Run PYTHONPATH=/home/kali/pro1/bandai .venv/bin/python dashboard/server.py --port 8765 with Band reader credentials in your environment.

3. Open http://127.0.0.1:8765/ and click any room in the sidebar.

Keep the flag false for public/demo submissions.