From d3c0493e941c30e4bb821d061955686ab7ba5c9e Mon Sep 17 00:00:00 2001 From: Claude Bot Date: Thu, 2 Jul 2026 00:24:08 +0800 Subject: [PATCH] fix: Update README repo table to reflect current ownership of Trust artifacts (#25) Closes #25 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 796d22b..9c1a9ce 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ org-wide [`.github` repository](https://github.com/WasmAgent/.github). | Repository | Purpose | |---|---| -| [wasmagent-js](https://github.com/WasmAgent/wasmagent-js) | Core JS/TS runtime, MCP server, policy/evidence packages | +| [wasmagent-js](https://github.com/WasmAgent/wasmagent-js) | Core JS/TS runtime and MCP server | +| [agent-trust-infra](https://github.com/WasmAgent/agent-trust-infra) | MCP / Trust / Attestation specifications, validators, and trust artifacts (AgentBOM, MCP Posture, Trust Passport) | | [bscode](https://github.com/WasmAgent/bscode) | Cloudflare Workers benchmark & demo workload | | [trace-pipeline](https://github.com/WasmAgent/trace-pipeline) | Trace ingestion, audit, claim/eval pipeline | | [open-agent-audit](https://github.com/WasmAgent/open-agent-audit) | Open evidence format and Cloudflare-native audit toolkit |