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
Part of the ORB maintainer chat platform epic. The verification stack recently became real: the public ledger-verify endpoint (the #9120 fix), the external anchor with verify returning the chain hash (the #9122 fix), and published, digest-stable decision records (the #9123 fix) have all landed; the attested-backtest path (#8537/#8538) and per-tenant corpus export (#8539) are in flight. This issue renders that stack as a product surface: a per-repo trust panel inside the maintainer dashboard.
⚠️Blocked by the unified tenant verification contract issue (this epic's milestone-42 sibling) — the panel renders that contract; do not invent a parallel taxonomy here. Do not start until it closes.
Requirements
A per-repo trust panel presenting, from the verification contract's matrix: live ledger-verify status (real call, not cached decoration), the latest external-anchor reference, decision-record lookup by digest (paste a digest from a PR comment → see the full published record), and the calibration/fairness summary — accuracy always with coverage and confidence interval, plus the certified-guarantee line where a guarantee is active.
Every panel figure links to its public artifact (endpoint or docs walkthrough) so a skeptical maintainer can leave the dashboard and reproduce the number.
Chat integration: the grounding backend's ledger/calibration tools and this panel present identical numbers from identical sources — one implementation, two renderings.
Deliverables
The trust panel in apps/loopover-ui's app area (ui-kit components), fed by existing public/protected endpoints — no new verification mechanisms.
Tests: render states (verified / anchor-stale / record-missing / not-yet-attested), figure-formatting rules (coverage+interval always present with accuracy), link integrity to the contract's artifacts.
Expected outcome
A maintainer can see — and independently re-derive — exactly how much of LoopOver's decision history is verified, from inside the product.
Context
Part of the ORB maintainer chat platform epic. The verification stack recently became real: the public ledger-verify endpoint (the #9120 fix), the external anchor with verify returning the chain hash (the #9122 fix), and published, digest-stable decision records (the #9123 fix) have all landed; the attested-backtest path (#8537/#8538) and per-tenant corpus export (#8539) are in flight. This issue renders that stack as a product surface: a per-repo trust panel inside the maintainer dashboard.
Requirements
Deliverables
apps/loopover-ui's app area (ui-kit components), fed by existing public/protected endpoints — no new verification mechanisms.Expected outcome
A maintainer can see — and independently re-derive — exactly how much of LoopOver's decision history is verified, from inside the product.