From f0ec30986eb61a8c5ba3dcc40e1fba17e669cf16 Mon Sep 17 00:00:00 2001 From: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:44:23 +0530 Subject: [PATCH] chore: fix landing ANF link and supersede Concord naming doc - landing ProductsAcl: dead clawdlinux-acp slug -> agent-native-format. - naming-decision.md: add SUPERSEDED banner. The Concord protocol recommendation was never adopted; the protocol repo was repositioned to Agent Native Format (Clawdlinux/agent-native-format#22). Operator naming advice kept as still-valid historical research. Signed-off-by: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com> --- landing/src/components/ProductsAcl.jsx | 2 +- naming-decision.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/landing/src/components/ProductsAcl.jsx b/landing/src/components/ProductsAcl.jsx index f1946d2..0fc5a78 100644 --- a/landing/src/components/ProductsAcl.jsx +++ b/landing/src/components/ProductsAcl.jsx @@ -9,7 +9,7 @@ import { } from 'lucide-react'; import { useTheme } from '../hooks/useTheme'; -const ACL_GITHUB = 'https://github.com/Clawdlinux/clawdlinux-acp'; +const ACL_GITHUB = 'https://github.com/Clawdlinux/agent-native-format'; const OPERATOR_GITHUB = 'https://github.com/Clawdlinux/agentic-operator-core'; const PRODUCTS = [ diff --git a/naming-decision.md b/naming-decision.md index 5281f5d..f50b9d2 100644 --- a/naming-decision.md +++ b/naming-decision.md @@ -1,5 +1,12 @@ # Naming Decision — ACP protocol + Agentic Operator +> **SUPERSEDED (2026-07-16).** The protocol recommendation below (`Concord`) was +> never adopted. The protocol repo was repositioned to **Agent Native Format +> (ANF)** in Clawdlinux/agent-native-format#22; see that repo's +> `naming-decision.md` for the ratified decision. The operator advice below +> still holds: keep the `agentic-operator-core` repo name. Text kept as +> historical research. + Date: 2026-06-16. Status: RESEARCH COMPLETE. Needs human approval (gate A2). Author: ralph loop, Lane A1.