@@ -20,11 +20,11 @@ The **Commons** repository provides the canonical, immutable **verb schemas** fo
2020These schemas define ** what an agent can do — not how it runs** .
2121They 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
2929The Commons is the ** linguistic core** of CommandLayer:
3030a 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
4444This 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
7979No aliases.
8080No 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```
133133bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m
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
181181Other 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