state-hub/dashboard
tegwick 27e755815f perf(doi): 13x speedup for /repos/doi/summary (108s → ~6s)
Two fixes:
1. skip_consistency=True in summary mode — omits C7/C13 subprocess calls
   (consistency_check.py) which were the main bottleneck (32 spawns for 16 repos).
   Full check still available per-repo via GET /repos/{slug}/doi.
2. asyncio.gather — all repos evaluated in parallel instead of sequentially.

Also: rename Repositories page title from "Repos" to "Repositories".

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 01:29:27 +01:00
..
src perf(doi): 13x speedup for /repos/doi/summary (108s → ~6s) 2026-03-20 01:29:27 +01:00
observablehq.config.js docs(policy): add Repository Definition of Integrated (DoI) 2026-03-20 00:35:54 +01:00
package-lock.json Add state-hub v0.1 — local-first state service for the Custodian 2026-02-24 17:47:49 +01:00
package.json Add state-hub v0.1 — local-first state service for the Custodian 2026-02-24 17:47:49 +01:00