From 9d93b5821ed9d52b8274049c939415078b54a15e Mon Sep 17 00:00:00 2001 From: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com> Date: Mon, 13 Jul 2026 21:46:39 +0530 Subject: [PATCH] chore: point ANF GitHub links at agent-native-format slug 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> --- src/components/AclHero.jsx | 4 ++-- src/components/ProductsAcl.jsx | 2 +- src/pages/AclPage.jsx | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/AclHero.jsx b/src/components/AclHero.jsx index fd96b29..6a0aa90 100644 --- a/src/components/AclHero.jsx +++ b/src/components/AclHero.jsx @@ -3,8 +3,8 @@ import { motion, AnimatePresence } from 'framer-motion'; import { Github, ArrowRight, BookOpen, TrendingDown } from 'lucide-react'; import { useTheme } from '../hooks/useTheme'; -const ACL_GITHUB = 'https://github.com/Clawdlinux/agent-contract-protocol'; -const ACL_SPEC = 'https://github.com/Clawdlinux/agent-contract-protocol/blob/main/FORMAT.md'; +const ACL_GITHUB = 'https://github.com/Clawdlinux/agent-native-format'; +const ACL_SPEC = 'https://github.com/Clawdlinux/agent-native-format/blob/main/FORMAT.md'; /* ── The raw → ACL compression demo ── */ const RAW_JSON = `{ diff --git a/src/components/ProductsAcl.jsx b/src/components/ProductsAcl.jsx index 7571176..1358a81 100644 --- a/src/components/ProductsAcl.jsx +++ b/src/components/ProductsAcl.jsx @@ -9,7 +9,7 @@ import { } from 'lucide-react'; import { useTheme } from '../hooks/useTheme'; -const ACL_GITHUB = 'https://github.com/Clawdlinux/agent-contract-protocol'; +const ACL_GITHUB = 'https://github.com/Clawdlinux/agent-native-format'; const OPERATOR_GITHUB = 'https://github.com/Clawdlinux/agentic-operator-core'; const CAPABILITIES = [ diff --git a/src/pages/AclPage.jsx b/src/pages/AclPage.jsx index 917f7d9..15e5b0c 100644 --- a/src/pages/AclPage.jsx +++ b/src/pages/AclPage.jsx @@ -12,10 +12,10 @@ import { import { useTheme } from '../hooks/useTheme'; import AclHero from '../components/AclHero'; -const ACL_GITHUB = 'https://github.com/Clawdlinux/agent-contract-protocol'; -const ACL_SPEC = 'https://github.com/Clawdlinux/agent-contract-protocol/blob/main/FORMAT.md'; -const ACL_BENCH = 'https://github.com/Clawdlinux/agent-contract-protocol/blob/main/benchmark/agent_accuracy/results/2026-05-09-094833/summary.md'; -const ACP_FRONTIER_BENCH = 'https://github.com/Clawdlinux/agent-contract-protocol/tree/main/benchmark/frontier'; +const ACL_GITHUB = 'https://github.com/Clawdlinux/agent-native-format'; +const ACL_SPEC = 'https://github.com/Clawdlinux/agent-native-format/blob/main/FORMAT.md'; +const ACL_BENCH = 'https://github.com/Clawdlinux/agent-native-format/blob/main/benchmark/agent_accuracy/results/2026-05-09-094833/summary.md'; +const ACP_FRONTIER_BENCH = 'https://github.com/Clawdlinux/agent-native-format/tree/main/benchmark/frontier'; const BFCL_URL = 'https://gorilla.cs.berkeley.edu/leaderboard.html'; const COMPRESSION_ROWS = [ @@ -229,8 +229,8 @@ export default function AclPage() { }} > {`import ( - "github.com/Clawdlinux/agent-contract-protocol/pkg/anf" - k8stranslator "github.com/Clawdlinux/agent-contract-protocol/translators/kubernetes" + "github.com/Clawdlinux/agent-native-format/pkg/anf" + k8stranslator "github.com/Clawdlinux/agent-native-format/translators/kubernetes" ) doc := k8stranslator.Translate(namespaceView, time.Now())