From f7f297518f345eca1cc4efd004eb9eb3c16e95b2 Mon Sep 17 00:00:00 2001 From: Greg Soucy Date: Wed, 20 May 2026 22:04:26 -0400 Subject: [PATCH] Fix homepage nav alignment and capabilities hero line break --- public/capabilities.html | 2 +- public/index.html | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/public/capabilities.html b/public/capabilities.html index 78b45d1..f5c646b 100644 --- a/public/capabilities.html +++ b/public/capabilities.html @@ -33,7 +33,7 @@ -
Capabilities

Capability families for verifiable agent actions.

Choose the action families your agent supports. CommandLayer capabilities define action semantics, schemas, discovery surfaces, and receipt verification paths.

View Proof
+
Capabilities

Capability Families
for Verifiable Agent Actions

Choose the action families your agent supports. CommandLayer capabilities define action semantics, schemas, discovery surfaces, and receipt verification paths.

View Proof

A capability is not just a verb. It can include request schemas, receipt schemas, examples, agent cards, ENS records, MCP tool definitions, OpenAPI operations, SDK usage, and verifier support.

1

Semantics

Capability semantics define verb meaning and expected execution intent.

2

Request schema

Request schemas define valid inputs before runtime execution begins.

3

Runtime execution

Runtime executes the action and signs receipts using signer identity and key material.

4

Canonical receipt

Canonical receipts include metadata.proof fields for JSON canonicalization, SHA-256 hashing, and Ed25519 signatures.

5

Discovery surface

MCP bridge and API discovery surfaces expose callable tools and operations.

6

Verification

Verifier validation confirms proof integrity, and tamper invalidation fails altered receipts.

Capability Map

One map for actions, discovery, and proof.

Trust Verification v1 is live in production. The remaining capability families are namespace package / future family tracks for expansion.

Build plan

Select capability groups for your agent stack. Export local manifests, SDK config, agent cards, ENS records, and discovery drafts.

No capabilities selected yet.
diff --git a/public/index.html b/public/index.html index b5583e6..00c4b41 100644 --- a/public/index.html +++ b/public/index.html @@ -85,11 +85,16 @@ display: block; } + .brand span { display: none; } + .nav-links { display: flex; align-items: center; gap: 2px; list-style: none; + flex-wrap: wrap; + margin: 0; + padding: 0; } .nav-links a { @@ -97,7 +102,7 @@ text-decoration: none; font-size: 14px; font-weight: 500; - padding: 6px 13px; + padding: 7px 12px; border-radius: 8px; transition: color 0.15s, background 0.15s; }