You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forge cannot safely infer trust from a task-level pass/fail count. Capabilities differ by project, resource scope, runtime, model, policy version, and verification quality. A global agent score would hide material differences and encourage unsafe autonomy.
Forge records an append-only, evidence-backed history of comparable capability attempts and calculates transparent reliability metrics without letting the execution worker grade itself.
As a Forge operator,
I want to see how reliably a specific capability has performed in a specific scope,
So that trust and autonomy decisions reflect comparable verified evidence rather than a vague agent reputation.
Problem Statement
Forge cannot safely infer trust from a task-level pass/fail count. Capabilities differ by project, resource scope, runtime, model, policy version, and verification quality. A global agent score would hide material differences and encourage unsafe autonomy.
Parent Epic: #184
Depends on: #185
Desired Outcome
Forge records an append-only, evidence-backed history of comparable capability attempts and calculates transparent reliability metrics without letting the execution worker grade itself.
Reliability is keyed to a bounded cohort such as:
User Story
As a Forge operator,
I want to see how reliably a specific capability has performed in a specific scope,
So that trust and autonomy decisions reflect comparable verified evidence rather than a vague agent reputation.
Requirements
Acceptance Criteria
Out of Scope
Implementation Scope
Large — data model, evidence ingestion, deterministic aggregation, and tests.
Technical Notes
Potential persistence:
capability_attemptsas immutable attempt evidence;Use PostgreSQL as authority. Redis may schedule recomputation but must not hold the canonical ledger.