File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,36 +43,21 @@ It answers:
4343“What is this agent trying to do — and what must this message look like?”
4444
45453 . Repo Layout
46- ```
47- schemas/
48- v1.0.0/
49- _shared/
50- x402.schema.json
51- trace.schema.json
52- receipt.base.schema.json
53- commons/
54- analyze/
55- classify/
56- clean/
57- convert/
58- describe/
59- explain/
60- fetch/
61- format/
62- parse/
63- summarize/
64- examples/
65- v1.0.0/commons/<verb>/valid|invalid/*.json
66- checksums.txt
67- manifest.json
68-
69- SPEC.md
70- POLICY.md
71- GOVERNANCE.md
72- SECURITY.md
73- SECURITY_PROVENANCE.md
74- RESOLUTION.md
75- ```
46+
47+
48+ | Folder/File | Meaning |
49+ | --------------------------------- | --------------------------------------- |
50+ | ` schemas/v1.0.0/commons/ ` | Canonical verb schemas (immutable) |
51+ | ` schemas/v1.0.0/_shared/ ` | Shared primitives (trace/x402/receipts) |
52+ | ` examples/v1.0.0/commons/ ` | Valid + invalid test vectors |
53+ | ` manifest.json ` + ` checksums.txt ` | Integrity + provenance |
54+ | ` SPEC.md ` | Canonical rules |
55+ | ` POLICY.md ` | Schema enforcement rules |
56+ | ` GOVERNANCE.md ` | Change authority + approvals |
57+ | ` SECURITY*.md ` | Disclosure + provenance |
58+ | ` RESOLUTION.md ` | Change log (signed provenance) |
59+
60+
7661
7762Authoritative docs:
7863
You can’t perform that action at this time.
0 commit comments