Skip to content

Commit 3135b08

Browse files
authored
Update README.md
1 parent aefe92c commit 3135b08

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

README.md

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -295,16 +295,40 @@ This version is the **baseline** for SDKs, registries, resolvers, and identity l
295295

296296

297297
## Repository Structure
298-
```
298+
```text
299299
protocol-commons/
300-
├── schemas/v1.0.0/
301-
│ ├── commons/<verb>/requests/
302-
│ ├── commons/<verb>/receipts/
303-
│ └── _shared/
304-
├── examples/v1.0.0/<verb>/
300+
├── schemas/
301+
│ └── v1.0.0/
302+
│ ├── commons/
303+
│ │ └── <verb>/
304+
│ │ ├── requests/
305+
│ │ │ └── <verb>.request.schema.json
306+
│ │ └── receipts/
307+
│ │ └── <verb>.receipt.schema.json
308+
│ └── _shared/
309+
│ ├── x402.schema.json
310+
│ ├── trace.schema.json
311+
│ └── receipt.base.schema.json
312+
├── examples/
313+
│ └── v1.0.0/
314+
│ └── commons/
315+
│ └── <verb>/
316+
│ ├── valid/
317+
│ │ └── *.json
318+
│ └── invalid/
319+
│ └── *.json
305320
├── checksums.txt
306321
├── manifest.json
322+
├── SPEC.md
323+
├── POLICY.md
324+
├── GOVERNANCE.md
325+
├── SECURITY.md
326+
├── SECURITY_PROVENANCE.md
327+
├── COMPLIANCE.md
328+
├── RESOLUTION.md
329+
├── ONBOARDING.md
307330
└── README.md
331+
308332
```
309333

310334
## Manifest
@@ -410,5 +434,6 @@ CommandLayer follows a clean separation of concerns:
410434

411435

412436

437+
413438

414439

0 commit comments

Comments
 (0)