Runs
Every agent run, newest first. A run is the sequence of tool calls that share one trace id — what the agent did, in order, and what we said about each step.
Rubrics
A rubric is a YAML file. Drop one in ./checksets/ or
$AGENTCHECK_HOME/checksets/ and it appears here and in every CLI command.
Trust
How much to trust this judge on this rubric — measured from its own behavior, not asserted. A judge that always says 0.9 is not discriminating, whatever its accuracy. The score is only as good as its sample: n is always shown.
Policies
What happens to each judged call. The verdict is the machine's judgment; the decision is the policy's ruling. This release is observe-and-recommend: decisions are returned and logged, never actioned.