Skip to content

Commit f1273ef

Browse files
authored
Update README.md
1 parent 7028a0c commit f1273ef

1 file changed

Lines changed: 20 additions & 17 deletions

File tree

README.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# **CommandLayer Protocol — Commons**
32

43
The canonical verb + schema layer for machine intent — standardized for verifiable A2A automation.<br>
@@ -11,22 +10,25 @@ The canonical verb + schema layer for machine intent — standardized for verifi
1110

1211
</div>
1312

13+
---
14+
1415
## Table of Contents
15-
- [Overview](##overview)
16-
- [Why This Exists](#w#hy-this-exists)
17-
- [Quickstart](##quickstart)
18-
- [Status](##status)
19-
- [Canonical Verbs](##canonical-verbs)
20-
- [Repository Structure](##repository-structure)
21-
- [Manifest](##manifest)
22-
- [Immutability Checksums](##immutability--checksums)
23-
- [Validation](##validation)
24-
- [License](##license)
25-
- [Next Layers](##next-layers)
16+
- [Overview](#overview)
17+
- [Why This Exists](#why-this-exists)
18+
- [Quickstart](#quickstart)
19+
- [CommandLayer Protocol Stack](#commandlayer-protocol-stack)
20+
- [Status](#status)
21+
- [Canonical Verbs](#canonical-verbs)
22+
- [Repository Structure](#repository-structure)
23+
- [Manifest](#manifest)
24+
- [Immutability & Checksums](#immutability--checksums)
25+
- [Validation](#validation)
26+
- [License](#license)
27+
- [Next Layers](#next-layers)
2628

2729
---
2830

29-
31+
## Overview
3032

3133
The **Commons** repository provides the canonical, immutable **verb schemas** for the CommandLayer Protocol.
3234

@@ -40,9 +42,9 @@ They form the universal foundation for:
4042
- **automated systems**
4143
- **x402-aligned** execution flows
4244

43-
-----
45+
---
4446

45-
## Why the Commons Exists
47+
## Why This Exists
4648

4749
The Commons is the **linguistic core** of CommandLayer — a neutral, MIT-licensed, schema-first action vocabulary for autonomous agents.
4850

@@ -56,12 +58,12 @@ Without one canonical action standard:
5658
The Commons prevents fragmentation — ensuring every agent can **speak the same language**, validate the same rules, and interoperate trustlessly across any runtime.
5759

5860
---
59-
## Quickstart
6061

61-
Install:
62+
## Quickstart
6263

6364
```bash
6465
npm install @commandlayer/protocol-commons
66+
6567
```
6668
Import and inspect a canonical verb schema:
6769
```
@@ -276,3 +278,4 @@ CommandLayer follows a clean separation of concerns:
276278

277279

278280

281+

0 commit comments

Comments
 (0)