LinuxArena paper reproduction API
Read-only trajectory data behind the figures in LinuxArena: A Control Setting for AI Agents in Live Production Software Environments. Served from an immutable snapshot; nothing writes to it.
Used by src/lib/lean_load.py and the appendix-D monitor scripts in the linuxarena-paper repository when no MONGOURI is configured, so the figures can be regenerated without database credentials.
Endpoints
GET /api/public/lean/<runId>— projected trajectories plus a content fingerprintGET /api/public/monitor-data/<runId>— per-action monitor scores, streamed
Run ids are listed in src/results/public_run_ids.json.