Skip to content

Commit 5761cb0

Browse files
authored
Update README.md
1 parent d943a42 commit 5761cb0

1 file changed

Lines changed: 2 additions & 22 deletions

File tree

README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -50,32 +50,11 @@ canonical verbs + JSON Schemas + strict validation.
5050
Same shape — everywhere:
5151
SDKs → Runtimes → x402 → ENS → Receipts
5252

53-
## Architecture
54-
55-
56-
```
57-
┌────────────────────────────┐
58-
│ Execution — x402 runtime │ (execution + settlement)
59-
└──────────────▲─────────────┘
60-
61-
┌──────────────┴─────────────┐
62-
│ Identity — Agent Cards │ (identity + discovery)
63-
└──────────────▲─────────────┘
64-
65-
┌──────────────┴─────────────┐
66-
│ Semantics — Commons │ (semantics + validation)
67-
└────────────────────────────┘
68-
```
69-
70-
1. **Commons defines the verbs**
71-
2. **Agent-Cards bind identity**
72-
3. **x402 enables verifiable invocation and settlement**
73-
7453
---
7554
## Quickstart
7655

7756
```bash
78-
npm install @commandlayer/protocol-commons
57+
npm install @commandlayer/commons ajv
7958

8059
```
8160
**Validate a request against a canonical verb schema**
@@ -422,3 +401,4 @@ CommandLayer follows a clean separation of concerns:
422401

423402

424403

404+

0 commit comments

Comments
 (0)