Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion landing/src/components/ProductsAcl.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
7 changes: 7 additions & 0 deletions naming-decision.md
Original file line number Diff line number Diff line change
@@ -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.
Comment on lines +3 to +8

Date: 2026-06-16. Status: RESEARCH COMPLETE. Needs human approval (gate A2).
Author: ralph loop, Lane A1.

Expand Down
Loading