Skip to content

Commit 9cbc254

Browse files
authored
Update README.md
1 parent e652afc commit 9cbc254

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

22
# **CommandLayer Protocol — Commons**
33

4-
The canonical verb + schema layer for agent intent — standardized for autonomous-to-autonomous execution and verifiable interoperability.
5-
<br>
4+
The canonical verb + schema layer for machine intent — standardized for verifiable A2A automation.<br>
65
<div align="center">
76

87
[![npm](https://img.shields.io/npm/v/@commandlayer/protocol-commons?color=brightgreen)](https://www.npmjs.com/package/@commandlayer/protocol-commons)
@@ -73,6 +72,21 @@ The Commons includes **10 universal actions** used across nearly all agentic wor
7372
- summarize
7473
- fetch
7574

75+
```
76+
+---------------------------+
77+
| Protocol-Commons |
78+
| (verbs + schemas) |
79+
+-------------+-------------+
80+
|
81+
v
82+
Agent Cards (identity)
83+
|
84+
v
85+
x402 Entry (invoke)
86+
|
87+
v
88+
Execution Runtime (A2A)
89+
```
7690
**Each verb provides:**
7791

7892
`<verb>.request.schema.json`
@@ -93,21 +107,7 @@ No aliases.
93107
No ambiguity.
94108
**Each verb is an immutable, canonical action definition.**
95109

96-
```
97-
+---------------------------+
98-
| Protocol-Commons |
99-
| (verbs + schemas) |
100-
+-------------+-------------+
101-
|
102-
v
103-
Agent Cards (identity)
104-
|
105-
v
106-
x402 Entry (invoke)
107-
|
108-
v
109-
Execution Runtime (A2A)
110-
```
110+
111111
---
112112

113113
## Repository Structure
@@ -225,3 +225,4 @@ Other layers of CommandLayer live in dedicated repositories:
225225

226226

227227

228+

0 commit comments

Comments
 (0)