Insights
What went through the gate in a repository or a space over the last 7, 30 or 90 days, and what it cost.
The window
Insights in the repository header shows the last 7, 30 or 90 days; 30 is the default. The counts come from a daily projection that is recomputed whole for each day rather than incremented, so a retried fold cannot double-count, and the projection is retained beyond the ledgers it folds. Every rate on the screen is a division of two counts from the same rows; the server stores no ratio.

The pulse
Two bars. Attempts is every attempt pushed to the gate in the window, split into merged and signed, waiting on a reviewer, replaced by a newer push, refused, and expired. Goals is every goal stated in the window, split into landed, in review and being attempted. One sentence under the bars reads the same numbers: goals stated, attempts landed, the average time from the goal being stated to its landing, and how many heads Sigbound AI read.
The numbers
| Card | What it counts |
|---|---|
| Goals landed | Goals in the window with a landed attempt, out of goals stated. |
| Attempts landed | Attempts that landed in the window, and how many of them the gate verified. |
| Goal to landed | Time from a goal being stated to its landing: the average, the fastest and the slowest. |
| At the gate | Average time from an attempt being parked to landing, and how many of the decided attempts needed a retry. |
Landed counts attempts that landed through the gate. The projection also keeps a count of every ref that moved by any route, for the security posture; the insights screens do not show that count as landed, because a ref move is not an attempt landing.
The gate by day
A bar per day of attempts at the gate, landed against parked, over the window. Below it, Goals in the window lists each goal with its attempt count, its outcome (merged and signed, or which attempt waits on whom) and its goal-to-landed time.
Sigbound AI
The card counts Sigbound AI's reads in the window and how many of those attempts a person then decided, then agreement: agreed with the reviewer, overruled (landed after a fail), sent to a person, and not read before the decision. Per read is the average cost and time of one read. The same report is read by the space overview.
GET /orgs/{space}/repos/{repo}/insights?days=30 # counts per day, days 1..90
GET /orgs/{space}/sigbound-ai?days=30&repo={repo} # reads, agreement, costThe space
Insights in the space header is the same pulse across every repository in the space, folded from each repository's own read. Its goals bar adds queued, no attempt yet, and its By repository table gives each repository's goals landed, attempts landed, goal to landed, time at the gate, Sigbound AI reads, and how many attempts need you.

GET /orgs/{space}/insights?days=30