chore: point ANF GitHub links at agent-native-format slug - #18
Merged
Conversation
The repo was renamed from agent-contract-protocol to agent-native-format. Update the 9 GitHub links in AclHero, ProductsAcl, and AclPage so they target the new slug directly instead of relying on GitHub's redirect. No content or product framing changed. Build passes. Signed-off-by: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates ANF GitHub links in the landing page UI after the repo rename to Clawdlinux/agent-native-format. This avoids relying on GitHub redirects and keeps all referenced paths the same.
Changes:
- Point ANF repo and spec links at
Clawdlinux/agent-native-format. - Update benchmark and frontier benchmark links to the new slug.
- Update the Go import paths shown in the usage snippet.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/pages/AclPage.jsx | Updates repo, spec, benchmark URLs, plus the example import paths. |
| src/components/ProductsAcl.jsx | Updates the ANF repo link used in the product card CTA. |
| src/components/AclHero.jsx | Updates hero links to the renamed repo and spec. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The sibling repo was renamed agent-contract-protocol -> agent-native-format (see Clawdlinux/agent-native-format#22). This updates the 9 GitHub links in AclHero, ProductsAcl, and AclPage to target the new slug directly instead of relying on GitHub's redirect.
Same-repo rename, so all linked paths (FORMAT.md, pkg/anf, translators/kubernetes, benchmark results) are unchanged and still resolve. No product framing changed. Vite build passes.