From f9ea7d7e67d092f9d0ae5ae1bc174ecd3cbf0a12 Mon Sep 17 00:00:00 2001 From: Imran Siddique Date: Sun, 23 Aug 2026 12:18:34 -0700 Subject: [PATCH] feat: add WCM to the shared supernav Places Weight Custody Manifest alongside the other protocol projects, after cA2A and before Governance. The entry points at https://wcm.agentrust-io.com rather than at agentrust-io.com/wcm/. Today that subdomain redirects to the landing page; at go-public the redirect rule is deleted and the project's own docs site answers on the same hostname. So the nav link is already correct for both states and needs no second change. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01CNKLKU2URREZxCsKZBdsnb --- supernav.js | 1 + 1 file changed, 1 insertion(+) diff --git a/supernav.js b/supernav.js index e6b6091..8c0db9c 100644 --- a/supernav.js +++ b/supernav.js @@ -17,6 +17,7 @@ { id: 'manifest', label: 'Manifest', url: 'https://manifest.agentrust-io.com', ext: false }, { id: 'cmcp', label: 'cMCP', url: 'https://cmcp.agentrust-io.com', ext: false }, { id: 'ca2a', label: 'cA2A', url: 'https://ca2a.agentrust-io.com', ext: false }, + { id: 'wcm', label: 'WCM', url: 'https://wcm.agentrust-io.com', ext: false }, { id: 'governance', label: 'Governance', url: 'https://governance.agentrust-io.com', ext: false }, { id: 'agt', label: 'AGT', url: 'https://github.com/microsoft/agent-governance-toolkit', ext: true }, { id: 'github', label: 'GitHub', url: 'https://github.com/agentrust-io', ext: true }