Skip to content

Commit 9536212

Browse files
authored
Update README.md
1 parent a9bd0de commit 9536212

File tree

1 file changed

+25
-22
lines changed

1 file changed

+25
-22
lines changed

README.md

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919

2020
----
2121

22-
Autonomous agents fail at scale without shared meaning:
22+
**Autonomous agents fail at scale without shared meaning —**
23+
CommandLayer delivers the shared language of machine intent: stable, open, and versioned.
24+
25+
2326

2427
- New verbs reinvented everywhere
2528
- No trustable receipts
@@ -83,11 +86,11 @@ console.log(validate.errors); // diagnostics if invalid
8386
## Table of Contents
8487
- [Real verbs. Real receipts.](#real-verbs-real-receipts)
8588
- [Quickstart](#quickstart)
86-
- [Why this exists](#why-this-exists)
8789
- [What Commons enables](#what-commons-enables)
90+
- [Why this exists](#why-this-exists)
8891
- [Canonical Verbs](#canonical-verbs)
89-
- [Key Principles](#key-principles)
9092
- [Overview](#overview)
93+
- [Key Principles](#key-principles)
9194
- [This is not…](#this-is-not)
9295
- [CommandLayer Protocol Stack](#commandlayer-protocol-stack)
9396
- [Status](#status)
@@ -102,6 +105,23 @@ console.log(validate.errors); // diagnostics if invalid
102105

103106
---
104107

108+
## Why this exists
109+
110+
Fragmented agents → isolated ecosystems → brittle automation.
111+
112+
Protocol-Commons delivers:
113+
114+
- **Shared semantics**
115+
- **Typed request/receipt envelopes**
116+
- **Receipt-level provability**
117+
- **Portable behavior across runtimes**
118+
- **Open standards alignment**
119+
- JSON Schema 2020-12
120+
- x402
121+
- ERC-8004
122+
123+
---
124+
105125
## What Commons enables
106126

107127
- **Deterministic action contracts**
@@ -112,6 +132,7 @@ console.log(validate.errors); // diagnostics if invalid
112132

113133
Protocol-Commons is the **semantic foundation** of the CommandLayer stack.
114134

135+
---
115136

116137
## Canonical Verbs
117138

@@ -182,25 +203,6 @@ No aliases.
182203
No ambiguity.
183204
**Each verb is an immutable, canonical action definition.**
184205

185-
---
186-
## Why this exists
187-
188-
Fragmented agents → isolated ecosystems → brittle automation.
189-
190-
Protocol-Commons delivers:
191-
192-
- **Shared semantics**
193-
- **Typed request/receipt envelopes**
194-
- **Receipt-level provability**
195-
- **Portable behavior across runtimes**
196-
- **Open standards alignment**
197-
- JSON Schema 2020-12
198-
- x402
199-
- ERC-8004
200-
201-
The **language** is open.
202-
Economics happen in higher layers.
203-
204206
---
205207

206208
## Overview
@@ -398,5 +400,6 @@ CommandLayer follows a clean separation of concerns:
398400

399401

400402

403+
401404

402405

0 commit comments

Comments
 (0)