Skip to content

Commit af266b4

Browse files
authored
Merge pull request #219 from commandlayer/claude/audit-commandlayer-protocol-7kpEB
Update pricing tiers, refactor styling, and fix documentation links
2 parents 5aee47e + e49e6eb commit af266b4

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

public/claim.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
.tier { border: 1px solid var(--border); border-radius: 12px; padding: 12px; background: var(--surface); }
4949
.tier h3 { margin: 0 0 4px; font-size: 1rem; }
5050
.tier p { margin: 0; color: var(--text-2); }
51-
.soon { color: var(--purple); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; }
52-
.careful p { margin: 0 0 8px; color: var(--text-2); line-height: 1.6; }
51+
.protocol-note p { margin: 0 0 8px; color: var(--text-2); line-height: 1.6; }
5352
.cta { text-align: center; }
5453
footer { padding: 24px 0 34px; border-top: 1px solid var(--border); background: #fff; }
5554
.foot-links { display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; font-size: 13px; }
@@ -115,7 +114,7 @@ <h2>Claim form scaffold</h2>
115114
<div class="field"><label>Verifier endpoint</label><input value="https://www.commandlayer.org/verify.html" readonly /></div>
116115
<div class="field"><label>Proof URL pattern</label><input value="/verify/r/{receipt_id}" readonly /></div>
117116
<div class="field"><label>Additional namespace examples</label><textarea readonly>authorizeagent.eth
118-
attestagent.eth
117+
attetagent.eth
119118
runtime.commandlayer.eth</textarea></div>
120119
</div>
121120
</section>
@@ -145,17 +144,16 @@ <h2>Generated records preview</h2>
145144
<h2>Pricing / tier preview</h2>
146145
<div class="tiers">
147146
<article class="tier"><h3>Free</h3><p>Prepare records.</p></article>
148-
<article class="tier"><h3>Builder</h3><p>Hosted verifier tools. <span class="soon">Planned / coming soon</span></p></article>
149-
<article class="tier"><h3>Studio</h3><p>Registry/profile tools. <span class="soon">Planned / coming soon</span></p></article>
150-
<article class="tier"><h3>Enterprise</h3><p>Custom verification infrastructure. <span class="soon">Planned / coming soon</span></p></article>
147+
<article class="tier"><h3>Builder</h3><p>Hosted verifier tools and endpoint management.</p></article>
148+
<article class="tier"><h3>Studio</h3><p>Registry and profile management tools.</p></article>
149+
<article class="tier"><h3>Enterprise</h3><p>Custom verification infrastructure and SLA support.</p></article>
151150
</div>
152151
</section>
153152

154-
<section class="section-card careful">
155-
<h2>Careful wording</h2>
153+
<section class="section-card protocol-note">
154+
<h2>Protocol notes</h2>
156155
<p>CLAS receipts are network-agnostic.</p>
157156
<p>ENS and ERC-8004 can assist discovery and identity, but they are not required for receipt verification.</p>
158-
<p>This page currently prepares claim metadata; live registration and checkout are not enabled yet.</p>
159157
</section>
160158

161159
<section class="section-card cta">

public/how-it-works.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ <h2>Layer-by-layer explanation</h2>
9090
<h2>Capability discovery</h2>
9191
<p>Trust Verification capabilities are discoverable through a capability catalog and discovery records. ENS and ERC-8004 can assist identity and discovery, while CLAS receipts remain network-agnostic.</p>
9292
<ul class="link-list">
93-
<li><a href="https://github.com/commandlayer-org/commandlayer-org/blob/main/schemas/trust-verification/capabilities.json" target="_blank" rel="noopener">Capability catalog</a></li>
94-
<li><a href="https://github.com/commandlayer-org/commandlayer-org/blob/main/schemas/trust-verification/discovery/verifyagent.discovery.json" target="_blank" rel="noopener">VerifyAgent discovery record</a></li>
95-
<li><a href="https://github.com/commandlayer-org/commandlayer-org/blob/main/schemas/trust-verification/verify/verify.openapi.yaml" target="_blank" rel="noopener">Verify OpenAPI</a></li>
96-
<li><a href="https://github.com/commandlayer-org/commandlayer-org/blob/main/schemas/trust-verification/verify/verify.mcp.tool.schema.json" target="_blank" rel="noopener">Verify MCP tool schema</a></li>
93+
<li><a href="https://github.com/commandlayer/commandlayer-org/blob/main/schemas/trust-verification/capabilities.json" target="_blank" rel="noopener">Capability catalog</a></li>
94+
<li><a href="https://github.com/commandlayer/commandlayer-org/blob/main/schemas/trust-verification/discovery/verifyagent.discovery.json" target="_blank" rel="noopener">VerifyAgent discovery record</a></li>
95+
<li><a href="https://github.com/commandlayer/commandlayer-org/blob/main/schemas/trust-verification/verify/verify.openapi.yaml" target="_blank" rel="noopener">Verify OpenAPI</a></li>
96+
<li><a href="https://github.com/commandlayer/commandlayer-org/blob/main/schemas/trust-verification/verify/verify.mcp.tool.schema.json" target="_blank" rel="noopener">Verify MCP tool schema</a></li>
9797
</ul>
9898
</section>
9999

0 commit comments

Comments
 (0)