From e536b30c91db4f1153a1199ef6b45d4a145b61f0 Mon Sep 17 00:00:00 2001 From: Claude Bot Date: Thu, 2 Jul 2026 01:47:28 +0800 Subject: [PATCH] fix: Consolidate duplicate Roadmap: Project home `wasmagent` mirrors org profile `profile/README.md` content (#22) Closes #22 --- docs/roadmap.md | 5 ++++- profile/README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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 |