From 2375c11f5527625388bf643d9c1b917894e47673 Mon Sep 17 00:00:00 2001 From: Imran Siddique Date: Mon, 15 Jun 2026 15:04:58 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20update=20Projects=20table=20=E2=80=94=20?= =?UTF-8?q?visibility=20and=20integrations=20row?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - trace-tests: Private → Public (v0.1.0 released Jun 12) - examples: Private → Public - Add integrations row (public, ecosystem adapters) - agent-manifest: remove "TypeScript" from description (Python-only today) Co-Authored-By: Claude Sonnet 4.6 --- profile/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/profile/README.md b/profile/README.md index fffdd63..90eb14c 100644 --- a/profile/README.md +++ b/profile/README.md @@ -22,12 +22,13 @@ The specifications, SDKs, and conformance tests are free and open. Begin in soft | Project | Description | License | Status | |---------|-------------|---------|--------| -| [agent-manifest](https://github.com/agentrust-io/agent-manifest) | Agent Manifest SDK: cryptographically bind all 10 artifacts defining an agent at deployment. Python + TypeScript. | Apache 2.0 | Developer Preview, launching CC Summit Jun 23 | +| [agent-manifest](https://github.com/agentrust-io/agent-manifest) | Agent Manifest SDK: cryptographically bind all 10 artifacts defining an agent at deployment. Python. | Apache 2.0 | Developer Preview, launching CC Summit Jun 23 | | [cmcp](https://github.com/agentrust-io/cmcp) | cMCP: Confidential MCP Runtime. Hardware-attested policy enforcement for MCP tool calls inside a TEE. | MIT | Developer Preview, launching CC Summit Jun 23 | | [trace-spec](https://github.com/agentrust-io/trace-spec) | TRACE: Trust Runtime Attestation and Compliance Evidence. Open EAT/JWT attestation standard. | CC BY 4.0 | Private, targeting AAIF submission Jul 2026 | | [trace-registry](https://github.com/agentrust-io/trace-registry) | Append-only public Merkle registry mirror for TRACE claim anchors. | CC BY 4.0 | Private | -| [trace-tests](https://github.com/agentrust-io/trace-tests) | TRACE compliance test suite for certification. | Apache 2.0 | Private | -| [examples](https://github.com/agentrust-io/examples) | Integration examples across enterprise software vendors, financial services, insurance, healthcare, and sovereign operators. | MIT | Private | +| [trace-tests](https://github.com/agentrust-io/trace-tests) | TRACE conformance test suite for certification. | Apache 2.0 | Public, v0.1.0 released Jun 12 | +| [examples](https://github.com/agentrust-io/examples) | Integration examples across enterprise software vendors, financial services, insurance, healthcare, and sovereign operators. | MIT | Public | +| [integrations](https://github.com/agentrust-io/integrations) | Ecosystem adapters: third-party governance runtimes to TRACE claims. | Apache 2.0 | Public | ## Principles