From 8e3e71df97f6d5fb96d4dce9235dab9f5315031b Mon Sep 17 00:00:00 2001 From: Enrico Piovesan Date: Thu, 30 Jul 2026 14:54:23 -0600 Subject: [PATCH] feat: give the Registry a dedicated page, top-level nav, and footer link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously the registry was only a single dropdown item and one paragraph on /agents.html — every other pillar (Platforms, System, Compare) gets a top-level nav item, a footer link, and its own page. /registry.html covers what's actually in it (11 capabilities, 38 published versions across 5 namespaces — counted directly from contract.json files, not estimated), how the live static catalog at registry.traverse-framework.com actually works (list/search/inspect/ verify, backed by a Rust/WASM catalog-builder step), and the real git-based PR-review publishing flow from CONTRIBUTING.md. Nav: promoted to a top-level item next to Platforms/Agents, removed from the Developers dropdown to avoid duplication. agents.html's mention now points to the internal page instead of jumping straight to the external catalog. Co-Authored-By: Claude Sonnet 5 --- src/components/Footer.astro | 1 + src/components/Nav.astro | 10 +-- src/pages/agents.astro | 2 +- src/pages/registry.astro | 119 ++++++++++++++++++++++++++++++++++++ 4 files changed, 123 insertions(+), 9 deletions(-) create mode 100644 src/pages/registry.astro diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 823a217..9f75932 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -25,6 +25,7 @@