Skip to content

Commit 602bff0

Browse files
authored
Update ONBOARDING.md
1 parent 59594be commit 602bff0

1 file changed

Lines changed: 15 additions & 30 deletions

File tree

ONBOARDING.md

Lines changed: 15 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -43,36 +43,21 @@ It answers:
4343
“What is this agent trying to do — and what must this message look like?”
4444

4545
3. 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

7762
Authoritative docs:
7863

0 commit comments

Comments
 (0)