Skip to content

Commit 261f314

Browse files
authored
Merge pull request #223 from commandlayer/codex/update-stack-proof-demo-page-0mp0p7
feat: update stack proof demo for production runtime proof verification
2 parents 72ef8cf + 12de5c7 commit 261f314

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/stack-proof-demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<body>
2020
<main>
2121
<p><a href="/docs.html">← Back to docs</a></p>
22-
<h1>Canonical Stack Proof Demo <span class="note">(production runtime verified)</span></h1>
22+
<h1>Canonical Stack Proof Demo <span class="note">(Production runtime proof verified)</span></h1>
2323
<p>This page documents the <strong>verified production runtime proof flow</strong> for CommandLayer. MCP local E2E now passes against the production runtime signer endpoint.</p>
2424

2525
<div class="card">
@@ -35,7 +35,7 @@ <h2>Production proof outcome</h2>
3535
<li><strong>STEP 2</strong>: <span class="ok">VERIFIED</span></li>
3636
<li><strong>STEP 3</strong>: <span class="bad">TAMPERED INVALID</span></li>
3737
</ul>
38-
<p class="note">Verification response includes <code>hash_matches=true</code> and <code>signature_valid=true</code>. Tampered response includes <code>hash_matches=false</code>, <code>signature_valid=false</code>, and <code>signature_error=hash_mismatch</code>.</p>
38+
<p class="note">Verification response includes <code>hash_matches=true</code>, <code>signature_valid=true</code>, and <code>status=VALID</code>. Tampered response includes <code>hash_matches=false</code>, <code>signature_valid=false</code>, <code>signature_error=hash_mismatch</code>, and <code>status=INVALID</code>.</p>
3939
</div>
4040

4141
<h2>Canonical proof envelope (production signer)</h2>

0 commit comments

Comments
 (0)