Morning startup checklist
Confirm services are up (API + dashboard)
If you run interactively:If you run under systemd, confirm:
Useful commands (copy/paste)
Health
b1e55ed health --json and GET /api/v1/healthRun the brain
b1e55ed brain --full or POST /api/v1/brain/runPositions
b1e55ed positions --json or GET /api/v1/positionsMonitoring hints
1) Watch the event stream (SSE)
The SSE stream is the quickest way to see what the engine is emitting (signals, alerts, etc.).2) Use the dashboard
- Default:
http://127.0.0.1:5051 - Best used for quick visual sanity checks (recent signals, last cycles, producer status)