-
-
Notifications
You must be signed in to change notification settings - Fork 89
feat(github-app): gate false-positive telemetry #554
Copy link
Copy link
Closed
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.roadmapOn the Wave-2 agent-layer roadmap board (project 9)On the Wave-2 agent-layer roadmap board (project 9)
Milestone
Description
Metadata
Metadata
Assignees
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.roadmapOn the Wave-2 agent-layer roadmap board (project 9)On the Wave-2 agent-layer roadmap board (project 9)
Parent roadmap: #525
Parent phase: #528
Background
Maintainers won't move gates from advisory to block without evidence the gates are precise. We need to measure false positives.
Goal
Gate false-positive telemetry: record gate-blocked-then-merged (override) events and expose a per-gate-mode false-positive rate.
Current Behavior
No gate-outcome telemetry; overrides aren't correlated with eventual merges.
Desired Behavior
recordProductUsageEvent+ the recommendation-outcomes service.Implementation Requirements
Public/Private Output Boundaries
Acceptance Criteria
Testing Requirements
npm run test:ci, 97%+ coverage. Telemetry-privacy + aggregation tests.