iServ
Ops Reporting System
Weekly engineering briefs generated by a deterministic collector, published to fail-closed gated dashboards. No number is ever hand-typed.
the status when a gate secret is missing: fail closed, never open
0metrics hand-typed, every number git-derived
report scopes: venture, all, per-engineer
01 The story
A reporting habit turned into infrastructure. A collector script derives commits, builds, and session metrics from the actual repos, a generation skill writes the weekly brief, and static dashboards render it behind passcode gates that return 503 if their secrets are missing rather than failing open. The same pattern gates the internal sales pipeline dashboard, and it is the pattern gating the full-detail layer of this very site.
02 What went into it
- Deterministic metric collection from git and session logs
- Skill-generated weekly briefs with carry-forward to-do boards
- Fail-closed edge gates with HMAC session cookies
- Venture, all-up, and per-engineer scopes
03 Stack and capabilities
Node scriptsVanilla JSVercel Edge Middleware