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
The individual verification artifacts for hosted tenants now exist or are in flight, but no single documented contract says what a tenant can verify, via which artifact, under which trust assumption:
A hosted customer evaluating LoopOver needs one page — and the engineering behind it needs one spec — answering: for each claim LoopOver makes, what artifact proves it, who can check it, and what is assumed.
Each row states: claim → artifact → endpoint/CLI → who can run it (anonymous / tenant / operator) → trust assumption (tamper-evident vs tamper-proof, per the honest framing in migrations/0180).
The contract must distinguish self-host operators (verify everything locally) from hosted tenants (verify via public artifacts only) — the hosted column is the one this milestone exists for.
Deliverables
A decision record on this issue resolving every numbered requirement.
A docs page (extending or siblinging verify-this-review.mdx) publishing the matrix in tenant-facing language.
Confirmed follow-up wiring: the ORB dashboard trust panel consumes this contract (that issue is blocked on this one).
Expected outcome
"What can I actually verify?" has one canonical answer, the same one the dashboards render and the docs publish — no scattered, drifting claims.
Out of scope
Building any new verification mechanism. This issue documents and contracts what exists; gaps it finds become their own issues.
Context
The individual verification artifacts for hosted tenants now exist or are in flight, but no single documented contract says what a tenant can verify, via which artifact, under which trust assumption:
verify-this-review.mdxstates it permanently.A hosted customer evaluating LoopOver needs one page — and the engineering behind it needs one spec — answering: for each claim LoopOver makes, what artifact proves it, who can check it, and what is assumed.
Requirements
migrations/0180).Deliverables
verify-this-review.mdx) publishing the matrix in tenant-facing language.Expected outcome
"What can I actually verify?" has one canonical answer, the same one the dashboards render and the docs publish — no scattered, drifting claims.
Out of scope
Building any new verification mechanism. This issue documents and contracts what exists; gaps it finds become their own issues.
References
Advances #8534. Relates to #8537, #8538, #8539, #9141, #8540.