diff --git a/docs/roadmap.md b/docs/roadmap.md index b97751b..917f866 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -52,7 +52,10 @@ unticked items are planned or in progress. This document mirrors ### Project home ✅ -- ✅ `.github` — org profile, public ledgers, and shared org docs. +- ✅ `.github` — org profile, public ledgers, shared org docs, and the + source of truth for the full roadmap and project list. +- ✅ `wasmagent` — public landing page that directs readers to `.github` for + the full roadmap and project list. ### Ops ✅ diff --git a/profile/README.md b/profile/README.md index b075b3a..a505e3d 100644 --- a/profile/README.md +++ b/profile/README.md @@ -6,7 +6,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](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 | | [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 |