From 404d97ca797024b016c605a335c82bb68e4a4046 Mon Sep 17 00:00:00 2001 From: Imran Siddique Date: Mon, 14 Sep 2026 09:16:57 -0700 Subject: [PATCH] chore(home): drop the FAQ from the homepage and community page The homepage FAQ restated the chain section as questions and kept the old component-by-component descriptions. The community page FAQ had two entries: one repeated the sponsor card, and the other answered a positioning question the homepage now answers on its own. Both FAQPage structured-data blocks go with them, because structured data has to mirror visible content. Nothing linked to either FAQ anchor. check-site and check-discovery pass. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_013aK3gVWzNdcM3hZ2o2awK2 --- community/index.html | 40 --------------------- index.html | 85 -------------------------------------------- 2 files changed, 125 deletions(-) diff --git a/community/index.html b/community/index.html index 06848ab..c5fb0cb 100644 --- a/community/index.html +++ b/community/index.html @@ -28,26 +28,6 @@ - - - @@ -94,7 +74,6 @@
  • Fellowship
  • Book
  • About
  • -
  • FAQ
  • @@ -302,25 +281,6 @@

    What is AgenTrust?

    AgenTrust Telemetry is the integration layer across that chain. It gives runtimes a common, metadata-only contract for governance facts, projects those facts into caller-owned OpenTelemetry, and can turn a complete durable evidence set into TRACE. It does not replace a policy engine, collector, observability backend, or dashboard.

    -
    - -
    -
    - -

    About the project

    -
    -
    -
    -
    Is AgenTrust a standards-development programme?
    -
    No. AgenTrust is an open-source ecosystem focused on adoption, implementation, interoperability, maintainer development, and long-term sustainability. Its open specifications are shared technical building blocks; community implementations, test infrastructure, integrations, documentation, and deployment evidence make those building blocks useful in practice.
    -
    -
    -
    What is OPAQUE Systems' role in AgenTrust?
    -
    OPAQUE Systems sponsors AgenTrust, funding the engineering, infrastructure and confidential-computing work behind these projects, and contributes to them. Organisations that want to support open, verifiable AI infrastructure are welcome to join as sponsors.
    -
    -
    -
    - diff --git a/index.html b/index.html index fdace7a..c59c9c9 100644 --- a/index.html +++ b/index.html @@ -126,51 +126,6 @@ ] } - - - @@ -435,46 +390,6 @@

    Help steward it

    -
    - - -
    -
    - -

    Frequently Asked Questions

    -
    -
    -
    -
    What is TRACE?
    -
    TRACE defines portable, signed runtime evidence. Hardware provenance requires attestation verification against a trusted root; software-mode records do not provide that guarantee.
    -
    -
    -
    What is the Weight Custody Manifest?
    -
    The Weight Custody Manifest (WCM) is an open, pre-1.0 specification for protecting model weights a builder deploys into a customer's own or sovereign infrastructure. It binds weight identity and custody terms to key-release policy. Against an operator who physically owns the hardware it provides accountability, not cryptographic custody.
    -
    -
    -
    What is Agent Manifest?
    -
    Agent Manifest is a structured, machine-readable declaration of an agent's capabilities, permissions, and data access policies. Operators and orchestrators can verify an agent's manifest before invocation.
    -
    -
    -
    What is Confidential MCP (cMCP)?
    -
    Confidential MCP (cMCP) evaluates routed MCP tool calls against policy and records the decisions. In a hardware deployment, the runtime is inside a Trusted Execution Environment (TEE); the agent and upstream tool server remain separate. Host confidentiality also depends on the egress policy. Software mode provides no hardware isolation.
    -
    -
    -
    What is Confidential A2A (cA2A)?
    -
    Confidential A2A is a trust profile on the Agent2Agent (A2A) protocol. Where A2A's Signed Agent Card verifies only the domain owner, cA2A adds attested, attenuated delegation, a sealed peer channel that binds the task payload to the peer's attested measurement, and an offline-verifiable provenance record per hop. It is a developer preview.
    -
    -
    -
    Can I try it without confidential-computing hardware?
    -
    Yes. The 10-minute quickstart runs cMCP in software mode: write a policy, observe a denied tool call, and inspect the signed session record. It provides no hardware isolation or hardware-backed provenance. The verify page checks a genuine Intel TDX quote in your browser with no hardware of your own.
    -
    -
    -
    Are the AgenTrust specifications open source?
    -
    Yes, though not all under one licence. Agent Manifest, the Weight Custody Manifest and the TRACE conformance suite are Apache 2.0, cMCP and cA2A are MIT, and the TRACE specification is under the Community Specification License 1.0 with its code under Apache 2.0. Source, schemas, and examples are on GitHub at github.com/agentrust-io.
    -
    -
    -
    -