-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstep-06-signed.json
More file actions
70 lines (70 loc) · 2.03 KB
/
step-06-signed.json
File metadata and controls
70 lines (70 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"graph": {
"id": "graph-step-001"
},
"paths": [
{
"path": {
"id": "path-step-001",
"head": "step-001"
},
"steps": [
{
"step": {
"id": "step-001",
"actor": "human:alex",
"timestamp": "2026-01-29T10:00:00Z"
},
"change": {
"src/main.rs": {
"raw": "@@ -12,1 +12,1 @@\n- println!(\"Hello world\");\n+ println!(\"Hello, world!\");"
}
},
"meta": {
"intent": "Fix greeting punctuation",
"actors": {
"human:alex": {
"name": "Alex Kesling",
"identities": [
{
"system": "github",
"id": "akesling"
},
{
"system": "twitter",
"id": "AlexKesling"
},
{
"system": "email",
"id": "alex@empathic.dev"
}
],
"keys": [
{
"type": "gpg",
"fingerprint": "ABCD 1234 5678 90EF GHIJ KLMN OPQR STUV WXYZ",
"href": "https://keys.openpgp.org/vks/v1/by-fingerprint/ABCD1234567890EFGHIJKLMNOPQRSTUVWXYZ"
},
{
"type": "ssh",
"fingerprint": "SHA256:abcdefghijklmnopqrstuvwxyz123456789",
"href": "https://github.com/akesling.keys"
}
]
}
},
"signatures": [
{
"signer": "human:alex",
"key": "gpg:ABCD1234567890EFGHIJKLMNOPQRSTUVWXYZ",
"scope": "author",
"timestamp": "2026-01-29T10:00:05Z",
"sig": "-----BEGIN PGP SIGNATURE-----\n\niQIzBAABCAAdFiEE...\n-----END PGP SIGNATURE-----"
}
]
}
}
]
}
]
}