Skip to content
This repository was archived by the owner on May 24, 2026. It is now read-only.

Commit dc99f5b

Browse files
authored
Update README.md
1 parent b0cbb6c commit dc99f5b

1 file changed

Lines changed: 24 additions & 23 deletions

File tree

README.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ The **Commons** repository provides the canonical, immutable **verb schemas** fo
2020
These schemas define **what an agent can do — not how it runs**.
2121
They form the universal foundation for:
2222

23-
- agent-to-agent (A2A) communication
24-
- multi-agent workflows
25-
- LLM orchestration
26-
- automated systems
27-
- x402-aligned execution flows
23+
- **agent-to-agent** (A2A) communication
24+
- **multi-agent workflows**
25+
- **LLM orchestration**
26+
- **automated systems**
27+
- **x402-aligned** execution flows
2828

2929
The Commons is the **linguistic core** of CommandLayer:
3030
a neutral, MIT-licensed, schema-first action vocabulary.
@@ -36,10 +36,10 @@ a neutral, MIT-licensed, schema-first action vocabulary.
3636
- Canonical verb set defined
3737
- Fully validated under JSON Schema 2020-12 (strict)
3838
- Deterministic `$id` structure
39-
- Pinned to IPFS (content-addressed)
40-
- Request + receipt schemas for all verbs
41-
- GitHub Actions validation is green
42-
- checksums.txt ensures immutability
39+
- **Pinned to IPFS** (content-addressed)
40+
- **Request + receipt schemas** for ALL verbs
41+
- `GitHub Actions` validation is **green**
42+
- **checksums.txt** ensures immutability
4343

4444
This version is the **baseline for SDKs, registries, and identity layers**.
4545

@@ -60,25 +60,25 @@ The Commons includes **10 universal actions** used across nearly all agentic wor
6060
- summarize
6161
- fetch
6262

63-
Each verb provides:
63+
**Each verb provides:**
6464

6565
`<verb>.request.schema.json`
6666

6767
`<verb>.receipt.schema.json`
6868

6969
**Schemas define:**
7070

71-
- input structure
72-
- output guarantees
73-
- required fields
71+
- `input` structure
72+
- `output` guarantees
73+
- `required fields`
7474
- optional context
75-
- x402 envelope shape
75+
- `x402 envelope` shape
7676
- trace metadata
7777
- version locking
7878

7979
No aliases.
8080
No ambiguity.
81-
Each verb is an immutable, canonical action definition.
81+
**Each verb is an immutable, canonical action definition.**
8282

8383
---
8484

@@ -128,20 +128,20 @@ Identity lives in **agent-cards**.
128128

129129
## Immutability & Checksums
130130

131-
All v1.0.0 schemas are pinned to IPFS:
131+
**All v1.0.0 schemas are pinned to IPFS:**
132132
```
133133
bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m
134134
```
135135

136136

137137
`checksums.txt` contains SHA-256 hashes for every file inside `schemas/v1.0.0`, enabling:
138138

139-
- offline verification
140-
- reproducible validation
141-
- auditability
142-
- version locking
139+
- **offline verification**
140+
- **reproducible validation**
141+
- **auditability**
142+
- **version locking**
143143

144-
Any schema modification requires:
144+
### **Any schema modification requires:**
145145

146146
- new version (1.0.1, 1.1.0, etc.)
147147
- new CID
@@ -155,7 +155,7 @@ Once published, **Commons v1.0.0 is immutable**.
155155

156156
## Validation
157157

158-
All schemas are validated using:
158+
**All schemas are validated using:**
159159

160160
- AJV (2020-12) strict mode
161161
- deterministic `$id` resolution
@@ -176,7 +176,7 @@ Commons is designed to remain neutral and stable.
176176

177177
## Next Layers
178178

179-
Commons defines verbs and schemas only.
179+
**Commons defines verbs and schemas only.**
180180

181181
Other layers of CommandLayer live in dedicated repositories:
182182

@@ -194,3 +194,4 @@ Other layers of CommandLayer live in dedicated repositories:
194194

195195

196196

197+

0 commit comments

Comments
 (0)