-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalgorithm-artifact-smoke.json
More file actions
49 lines (49 loc) · 1.14 KB
/
Copy pathalgorithm-artifact-smoke.json
File metadata and controls
49 lines (49 loc) · 1.14 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
{
"schema": 1,
"ok": true,
"generatedAt": "2026-06-13T21:11:13.238Z",
"ms": 14,
"algorithmId": "revenue_variance_pct_v1",
"artifactHash": "fnv1a32:0239470c",
"commitPolicy": "patch_bundle_only_runtime_must_cas",
"patchCount": 1,
"writeTool": "write_locked_cell_results",
"runnerVersion": "algorithm-artifact-runner:v1",
"testsPassed": 1,
"finalCell": {
"elementId": "r_rev__variance",
"version": 2,
"value": "+24.0%",
"normalizedValue": 0.24,
"formula": "(q3 - q2) / q2",
"evidenceCount": 3
},
"proof": {
"runnerVersion": "algorithm-artifact-runner:v1",
"deterministic": true,
"testsPassed": 1,
"inputRefs": [
{
"id": "q2",
"elementId": "r_rev__q2",
"version": 1,
"valueHash": "fnv1a32:156953dc"
},
{
"id": "q3",
"elementId": "r_rev__q3",
"version": 1,
"valueHash": "fnv1a32:c8ef7e6e"
}
],
"outputRefs": [
{
"id": "variancePct",
"elementId": "r_rev__variance",
"baseVersion": 1,
"expression": "(q3 - q2) / q2",
"normalizedValue": 0.24
}
]
}
}