-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport.json
More file actions
70 lines (70 loc) · 2.3 KB
/
Copy pathreport.json
File metadata and controls
70 lines (70 loc) · 2.3 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
{
"schema_version": "proofmesh.operations-reference-report/v1",
"domain": "production-operations-change",
"case_count": 4,
"cases": [
{
"slug": "automatic-success",
"change_id": "CHG-LOW-001",
"workflow_id": "ops-cb07555a611347faa214cc151ebd50a0",
"terminal_status": "COMPLETED",
"approval_required": false,
"proof": "automatic-success/workflow-proof.json",
"external_verification": "automatic-success/external-verification.json",
"waiting_evidence": null
},
{
"slug": "external-approval-success",
"change_id": "CHG-HIGH-001",
"workflow_id": "ops-da7ba287504d462c9f276ced8babe8b7",
"terminal_status": "COMPLETED",
"approval_required": true,
"proof": "external-approval-success/workflow-proof.json",
"external_verification": "external-approval-success/external-verification.json",
"waiting_evidence": "external-approval-success/waiting-approval.json"
},
{
"slug": "verified-compensation",
"change_id": "CHG-ROLLBACK-001",
"workflow_id": "ops-62875d07289f466daa11d7e7c406d38d",
"terminal_status": "COMPENSATED",
"approval_required": false,
"proof": "verified-compensation/workflow-proof.json",
"external_verification": "verified-compensation/external-verification.json",
"waiting_evidence": null
},
{
"slug": "unknown-manual",
"change_id": "CHG-UNKNOWN-001",
"workflow_id": "ops-ecef72bb652d4fe7892800827bf366fb",
"terminal_status": "UNKNOWN_MANUAL",
"approval_required": false,
"proof": null,
"external_verification": null,
"waiting_evidence": null
}
],
"protocol_reuse": {
"shared_components": [
"ActionPassportClaims",
"AuthorizedToolCaller",
"ActionGateway",
"GatewayStore",
"ExternalTrustVerifier",
"ExecutionReceipt",
"EvidenceLedger"
],
"domain_specific_components": [
"OperationsSandbox adapter",
"operations_change_policy.json",
"operations plan and terminal invariants"
]
},
"claim_boundaries": {
"production_cluster": false,
"customer_data": false,
"external_cloud_account": false,
"unknown_lease_expiry_hook_is_production_api": false,
"purpose": "deterministic local cross-domain protocol-reuse evidence"
}
}