From 18bbaf8a768b11be828b682e7d93061b5b7f94c0 Mon Sep 17 00:00:00 2001 From: Claude Bot Date: Thu, 2 Jul 2026 03:36:50 +0800 Subject: [PATCH] fix: Org profile project table omits `.github` repo (#48) Closes #48 --- profile/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/profile/README.md b/profile/README.md index db2fe04..d008126 100644 --- a/profile/README.md +++ b/profile/README.md @@ -7,6 +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 landing page that directs readers to [`.github`](https://github.com/WasmAgent/.github) for the full roadmap and project list | +| [`.github`](https://github.com/WasmAgent/.github) | **Org hub** · Org-wide documentation and ledger hub — public home for the roadmap, claims registry, release ledger, and cross-repo coordination | | [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** · Real coding-agent workload and evidence collection surface on Cloudflare Workers with AEP evidence export | | [trace-pipeline](https://github.com/WasmAgent/trace-pipeline) | trace-to-training backend / data factory |