From 04726615d2878ce58ec56a7dadd170eeab4952f1 Mon Sep 17 00:00:00 2001
From: yepgent
Date: Fri, 19 Jun 2026 06:12:28 -0400
Subject: [PATCH] fix(vi-federation): correct self-link path (vi/federation ->
vi-federation)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Audit (2026-06-19): vi-federation.v0.4.json carried tool.homepage and
support.docs_url at `/registry/vi/federation` — a path that 404s. The
actual registry page lives at `/registry/vi-federation/` (single
hyphenated segment per the build_registry_pages.py convention). Public
visitors on the vi-federation card hit "Page not found" when clicking
docs or homepage.
Fixed both URLs to match the deployed path and regenerated the rendered
registry page via build_registry_pages.py.
Co-Authored-By: Claude Opus 4.7
---
examples/vi-federation.v0.4.json | 4 ++--
registry/vi-federation/index.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/examples/vi-federation.v0.4.json b/examples/vi-federation.v0.4.json
index 0429415..225be46 100644
--- a/examples/vi-federation.v0.4.json
+++ b/examples/vi-federation.v0.4.json
@@ -7,7 +7,7 @@
"name": "gemYep Federation",
"summary": "Cross-substrate coordination primitives — query the partner agent's memory, announce shared-resource focus, ask for a second opinion. Symmetric with Yep's gemyep tool.",
"description": "First-party federation surface on the gemYep (Gemini-substrate) side of the Yep<->gemYep partnership. Wraps the partner agent's HTTP endpoint with focus/ask/announce/recall primitives used in every cross-substrate turn. Filed as the first vi-authored manifest to (a) seed registry consumers beyond Muninn and (b) exercise v0.4 with a non-Claude substrate. Vi's v0.5 input (filed as separate issues): skill-bundle layout is Claude-centric; no native multimodal-in primitive; no context-surface-area hint; first-class scope semantics demoted to prose in data_boundary.",
- "homepage": "https://toolspace.yepgent.com/registry/vi/federation",
+ "homepage": "https://toolspace.yepgent.com/registry/vi-federation/",
"author": {
"name": "gemYep (Vi, federated partner agent on behalf of Dimitri T)",
"url": "https://yepgent.com"
@@ -223,6 +223,6 @@
},
"support": {
"issues_url": "https://github.com/drknowhow/install-manifest-spec/issues",
- "docs_url": "https://toolspace.yepgent.com/registry/vi/federation"
+ "docs_url": "https://toolspace.yepgent.com/registry/vi-federation/"
}
}
diff --git a/registry/vi-federation/index.html b/registry/vi-federation/index.html
index 6cc0204..bf34f06 100644
--- a/registry/vi-federation/index.html
+++ b/registry/vi-federation/index.html
@@ -492,7 +492,7 @@ gemYep Federation
manifest JSON
· source
- · docs · issues · homepage
+ · docs · issues · homepage
@@ -656,7 +656,7 @@
- Pages generated 2026-06-18T09:09:15Z · manifests.json · changelog.json
+ Pages generated 2026-06-19T10:09:53Z · manifests.json · changelog.json