v0.3.7 — Run History Performance at Scale
What's Fixed
Run History Reads Stay Fast at Scale
latest and list read paths now use a bounded append-only run index before falling back to full directory scans. Previously, large local run stores (100+ runs) could cause timeout-style behavior during inspection. Now index-backed reads return instantly regardless of run store size.
CLI/MCP Run-Store Parity
Root CLI and MCP run inspection paths now share the same index-first behavior. This eliminates host-specific drift — Cursor, Copilot, Continue, and terminal workflows all get the same read performance.
Install
```sh
npm install -g martin-loop@0.3.7
```