Skip to content

fix(vi-federation): correct self-link path (vi/federation -> vi-federation)#53

Merged
drknowhow merged 1 commit into
mainfrom
fix/vi-federation-self-link
Jun 19, 2026
Merged

fix(vi-federation): correct self-link path (vi/federation -> vi-federation)#53
drknowhow merged 1 commit into
mainfrom
fix/vi-federation-self-link

Conversation

@drknowhow

Copy link
Copy Markdown
Owner

Summary

  • examples/vi-federation.v0.4.json had tool.homepage and support.docs_url pointing at /registry/vi/federation — a path that 404s. The actual registry page lives at /registry/vi-federation/ (single hyphenated segment per build_registry_pages.py convention).
  • Public visitors on the vi-federation card got "Page not found" when clicking docs or homepage.
  • Fixed both URLs and regenerated registry/vi-federation/index.html via build_registry_pages.py.

Audit context

2026-06-19 registry audit. Companion fixes in install-manifest-spec (gmail examples → drknowhow/Yep was private) and yepgent-site (yep-memory manifest).

Test plan

  • python scripts/build_registry_pages.py --check passes locally (self-hosted resolver picks up local example file, so CI sees the same content).
  • New URLs return 200.
  • CI green.

🤖 Generated with Claude Code

…ation)

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 <noreply@anthropic.com>
@drknowhow drknowhow merged commit dcbf037 into main Jun 19, 2026
5 of 7 checks passed
@drknowhow drknowhow deleted the fix/vi-federation-self-link branch June 19, 2026 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants