Skip to content

Commit ecd94e9

Browse files
authored
Update README.md
1 parent f1273ef commit ecd94e9

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,34 +82,33 @@ console.log(analyzeRequest.properties); // Typed input contract for "analyze"
8282

8383
## CommandLayer Protocol Stack
8484

85-
- **Protocol-Commons → canonical verbs & schemas (machine intent grammar)**
86-
87-
- **Agent-Cards → identity, discovery, and entrypoints for concrete agents**
88-
89-
- **x402 runtime → transport, execution, and structured receipts**
90-
91-
Commons defines **what** actions exist and how they are structured.
92-
Agent-Cards bind those actions to real agents.
93-
x402 moves the value and messages.
94-
85+
| Layer | Role |
86+
|------|------|
87+
| **Protocol-Commons** | Canonical verbs & schemas (machine intent grammar) |
88+
| **Agent-Cards** | Identity, discovery, and entrypoints for concrete agents |
89+
| **x402 runtime** | Transport, execution, and structured receipts |
9590

91+
**Commons** defines *what actions exist* and how they are structured.
92+
**Agent-Cards** bind those actions to real agents.
93+
**x402** moves the value and messages.
9694

95+
---
9796

98-
## Status — v1.0.0
97+
## Status
9998

10099
- Canonical verb set defined
101-
- Fully validated under JSON Schema 2020-12 (strict)
100+
- Fully validated under JSON Schema 2020-12 (**strict**)
102101
- Deterministic `$id` structure
103102
- **Pinned to IPFS** (content-addressed)
104-
- **Request + receipt schemas** for ALL verbs
103+
- Request + receipt schemas for **all verbs**
105104
- `GitHub Actions` validation is **green**
106-
- **checksums.txt** ensures immutability
105+
- `checksums.txt` ensures **immutability**
107106

108-
This version is the **baseline for SDKs, registries, and identity layers**.
107+
This version is the **baseline** for SDKs, registries, resolvers, and identity layers.
109108

110109
---
111110

112-
## Canonical Verbs (v1.0.0)
111+
## Canonical Verbs
113112

114113
The Commons includes **10 universal actions** used across nearly all agentic workflows:
115114

@@ -279,3 +278,4 @@ CommandLayer follows a clean separation of concerns:
279278

280279

281280

281+

0 commit comments

Comments
 (0)