From e5a1d795bf82e08da91dc6d14f606296a392664e Mon Sep 17 00:00:00 2001 From: Claude Bot Date: Thu, 2 Jul 2026 07:13:09 +0800 Subject: [PATCH] fix: Resolve orphaned release ledger link in roadmap (#54) Closes #54 --- docs/roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index a580dc0..bc9eeca 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -8,8 +8,8 @@ maintained in `.github`. ## Complete - [x] AgentBOM, MCP Posture & Trust Passport specifications, validators, and trust artifacts — shipped in [agent-trust-infra](https://github.com/WasmAgent/agent-trust-infra) (PR #48); see the [API/SDK interface reference](agent-trust-infra-specs.md) and the [release ledger](https://github.com/WasmAgent/.github/blob/main/releases/public-release-ledger.yml). -- [x] Public trace-pipeline launch — shipped; see the release ledger. -- [x] Cloudflare Workers Agent demo (bscode) — shipped; see the release ledger. +- [x] Public trace-pipeline launch — shipped; see the [release ledger](https://github.com/WasmAgent/.github/blob/main/releases/public-release-ledger.yml). +- [x] Cloudflare Workers Agent demo (bscode) — shipped; see the [release ledger](https://github.com/WasmAgent/.github/blob/main/releases/public-release-ledger.yml). ## In progress