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
This item extends the calibration dashboard (#4261, "calibration dashboard — predicted-gate accuracy vs real pr_outcome, read-only", filed in this same batch) into a panel inside the miner's browser extension surface, showing an accuracy trend over time (not just the current-snapshot view the base dashboard renders).
This item has two real dependencies and is not startable in isolation:
A trend view (sparkline or simple time-series chart) of combined calibration accuracy vs the documented baseline (DOCUMENTED_CALIBRATION_BASELINE = 0.62, phase7-calibration-loop.ts:11) over some rolling window, sourced from accumulated historical snapshots (not a single live call).
This item extends the calibration dashboard (#4261, "calibration dashboard — predicted-gate accuracy vs real pr_outcome, read-only", filed in this same batch) into a panel inside the miner's browser extension surface, showing an accuracy trend over time (not just the current-snapshot view the base dashboard renders).
This item has two real dependencies and is not startable in isolation:
Phase7CalibrationLoopResultview (packages/gittensory-engine/src/phase7-calibration-loop.ts:80-102). A trend view needs a series of historical results, not one — which in turn depends on the local prediction-ledger item (feat(miner-selfimprove): local prediction-ledger schema — record every predicted-gate verdict for later scoring #4263) actually accumulating history to trend over.feat(miner-extension): scaffold browser extension surface(tracker 🧩 Wave 2 — Analyze, Plan, Create & Deploy (HELD tracker) #2353, Phase 6). At the time of filing this issue, no such issue has been filed yet (searchedJSONbored/gittensoryopen/closed issues for "browser extension scaffold" / "miner-extension" / "extension surface" and swept issues created in the last hour — the only matches are old, already-closed extension work from feat(extension): scaffold GitHub overlay browser extension #145/roadmap(phase 2): maintainer trust and browser extension #235/roadmap(pillar 2): surfaces — browser-extension rebuild & notifications #527/feat(extension): rebuild as dual-audience overlay (WXT + React) #534, none of which are this scaffold). This panel cannot be built until that scaffold exists to build a panel inside.Filing this now so the dependency chain is visible in the tracker, but implementation should wait for both prerequisites.
Deliverables
Phase7CalibrationLoopResult-consuming view/API, and (b) the Phase 6 browser-extension-scaffold item has landed with a panel-registration surface.DOCUMENTED_CALIBRATION_BASELINE = 0.62,phase7-calibration-loop.ts:11) over some rolling window, sourced from accumulated historical snapshots (not a single live call).References
feat(miner-extension): scaffold browser extension surface(not yet filed as of this writing — searched and confirmed absent)packages/gittensory-engine/src/phase7-calibration-loop.ts:11(DOCUMENTED_CALIBRATION_BASELINE)packages/gittensory-engine/src/phase7-calibration-loop.ts:80-102(Phase7CalibrationLoopResult, the single-snapshot shape a trend needs to accumulate)