T-G — Scorer & dashboard v1: reliability scorer, score handler, adjusted-confidence hook, dashboard P01 #22
Labels
No labels
ready-for-agent
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#6 PH0.3 — Worker skeleton: claim loop, task handler registry, jobs discovery, heartbeat
patrick/Polaris
#12 PH1.4 — Engine contracts: PlanningSnapshot, PlanResult, Finding, projector/scorer I/O, task payloads, code lists, fixtures
patrick/Polaris
Reference
patrick/Polaris#22
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
Row T-G in
docs/12-implementation-plan.md(branch, owned paths and doc section are defined there).What to build
The scorer computes a Beta-smoothed, time-decayed hit rate per site/vehicle from feedback, exposes the
adjusted_confidencepure hook (called by the projector; signature agreed in PH1.4), andGET /dashboardreturns tiles computable from master data and ingest data. A planner opens P01 and sees those tiles.Acceptance criteria
scoretask handler writesreliability_scorerows with their inputsGET /dashboardreturns the P01 tiles from seeded data; P01 renders them with%/n=formattingcoreandcontracts; docs/05 learning loop updatedBlocked by