From 55214c13109233a1bab9ceeb927647f9e95127fb Mon Sep 17 00:00:00 2001
From: Greg Soucy
Date: Thu, 19 Mar 2026 00:42:57 -0400
Subject: [PATCH] Improve demo proof flow and verification clarity
---
public/commons.html | 6 +-
public/composer.html | 131 ++++++++++++++++++++++++++++++---------
public/demo-inner.html | 4 +-
public/demo.html | 16 ++---
public/index.html | 16 ++---
public/licensing.html | 6 +-
public/quickstart.html | 12 ++--
public/repositories.html | 4 +-
public/runtime.html | 6 +-
9 files changed, 138 insertions(+), 63 deletions(-)
diff --git a/public/commons.html b/public/commons.html
index 3c651f0..0f15360 100644
--- a/public/commons.html
+++ b/public/commons.html
@@ -527,7 +527,7 @@
- Receipt verification and runtime proof can layer on top of Commons receipts without changing Commons semantics.
+ Receipt verification and runtime proof can layer on top of Commons receipts without changing Commons semantics, with signer identity and public-key lookup resolved outside the canonical receipt contract.
diff --git a/public/composer.html b/public/composer.html
index bf905c8..b852af5 100644
--- a/public/composer.html
+++ b/public/composer.html
@@ -233,7 +233,7 @@