From a974b907bd83df4975eade2a284632a919c6022f Mon Sep 17 00:00:00 2001 From: Claude Bot Date: Thu, 2 Jul 2026 01:03:39 +0800 Subject: [PATCH] fix: Align org profile repo table with actual repository inventory (#32) Closes #32 --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 337e3df..783406b 100644 --- a/profile/README.md +++ b/profile/README.md @@ -7,7 +7,7 @@ Protect agent runs. Record evidence. Audit claims. Train only from trusted trace | Repository | Role | | --- | --- | | [wasmagent](https://github.com/WasmAgent/wasmagent) | **Project home** · Public project home and roadmap for the WasmAgent organization | -| [wasmagent-js](https://github.com/WasmAgent/wasmagent-js) | **Runtime** · Embedded agent runtime — WASM sandbox, MCP firewall, capability manifests, AEP emitter | +| [wasmagent-js](https://github.com/WasmAgent/wasmagent-js) | **Runtime** · Embedded agent runtime — WASM sandbox, MCP firewall, capability manifests, signed AEP event emitter | | [bscode](https://github.com/WasmAgent/bscode) | **Workload** · Reference coding-agent workload on Cloudflare Workers; AEP evidence export | | [trace-pipeline](https://github.com/WasmAgent/trace-pipeline) | trace-to-training backend / data factory | | [agent-trust-infra](https://github.com/WasmAgent/agent-trust-infra) | **Trust artifacts** · AgentBOM, MCP Posture, and Trust Passport spec, reference impl, and CLI |