From riskmandate.ai, the page as fetched on 2026-09-24 · open the live page ↗Everything on this sheet is the source site's own text; the newsroom's chrome is outside it.
The site becomes the repository
Reconstructed release. Everything before this line was built in the SG/Vault
7rfetjwz and published from there. v1.0.0 is an exact copy of what that vault was
serving at v0.14.0, rewritten to stand on its own. Per-file SHA-256 digests of the
24 source files are in versions/source-snapshot.json↗,
so the copy is checkable against a fresh clone of the vault. The vault is not
deleted — it stays as the historical record, including the twelve design
snapshots dropped here.
- The host frame is gone.
index.htmlused to be a 9KB shell that loadedv0/v0.13/v0.13.0/index.htmlinto an<iframe srcdoc>. Every page on the site therefore had the same URL. Nothing could be deep-linked, bookmarked, opened in a new tab or indexed. Each page is now the document the server sends. - Navigation is links. The
rm-nav/rm-back/rm-manifestpostMessage protocol and every[data-nav]button are now<a href>. The header menu emits anchors; the only<button>left in it is the dropdown header, which opens a panel rather than going anywhere. - The version dropdown is a version name. It linked to twelve frozen snapshots;
with those dropped there is nothing to switch to.
v1.0.0in the header now links to the version record — this page. v0/is dropped: twelve snapshots, about 759KB. Two of them were doing double duty as content pages and are promoted to real ones — v0.10.0 is nowacceptance.html, v0.11.0 is nowgrant-gap.html.- The release log became the version record.
dev.htmlinlined all 35 release notes at build time.versions.htmlreadsversions/index.jsonand fetches each note, so every entry links to the bytes it was rendered from. - Dead code removed with the frame. The three-reader vault IO service
(
sg.vfsbridge → host RPC → fetch) is a same-origin fetch;ramm-figureresolves its image the same way. Comments describing the frame went with it. - Per page: a canonical URL, Open Graph and Twitter cards, a favicon, and a
markdown twin at the same path with a
.mdextension, linked from<head>. Plusrobots.txt,sitemap.xmland a404.html— none of which a single-URL site could have had. - Publishing changed. CI deployed by cloning the vault and publishing the result.
It now deploys
site/straight from the repository; there is no build step and no vault in the path.vault_publisher/andweb_overlay/are gone. - Unchanged: all page content, the design, the scenarios pilot reading vault
dm42qcaw, and the live demos, which still open their own vaults with their own read keys.