alphacouncil-agent 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/CHANGELOG.md +82 -0
- package/README.md +24 -15
- package/README.zh-CN.md +18 -10
- package/data/authored/core-seats.mjs +11 -7
- package/data/authored/quant-seats.mjs +2 -2
- package/data/authored/value-seats.mjs +4 -4
- package/data/build-profile.v1.json +1 -1
- package/data/persona-v3-build-specs.v1.mjs +1 -1
- package/docs/plans/v1.1-say-something-worth-reading.md +116 -0
- package/knowledge/ai-assisted-solo/experiments/runs/a.json +2 -2
- package/knowledge/ai-assisted-solo/experiments/runs/b.json +2 -2
- package/knowledge/ai-assisted-solo/experiments/runs/c.json +2 -2
- package/knowledge/ai-assisted-solo/experiments/runs/d13.json +15 -15
- package/knowledge/ai-assisted-solo/experiments/runs/d26.json +27 -27
- package/knowledge/ai-assisted-solo/experiments/runs/e-d13.json +18 -18
- package/knowledge/ai-assisted-solo/experiments/runs/e-d26.json +30 -30
- package/knowledge/ai-assisted-solo/experiments/runs/h_ai_reference.json +31 -31
- package/knowledge/ai-assisted-solo/experiments/simulation-input.json +9 -9
- package/knowledge/ai-assisted-solo/experiments/simulation-manifest.json +19 -19
- package/knowledge/solo-test/masters/master_bogle/decision_policy.json +4 -3
- package/knowledge/solo-test/masters/master_bogle/provisional-index.json +3 -0
- package/knowledge/solo-test/masters/master_bogle/sources.jsonl +1 -1
- package/knowledge/solo-test/masters/master_graham/decision_policy.json +1 -1
- package/knowledge/solo-test/masters/master_klarman/decision_policy.json +1 -1
- package/knowledge/solo-test/masters/master_pabrai/decision_policy.json +1 -1
- package/mcp/lib/basket-news.mjs +181 -0
- package/mcp/lib/breadth.mjs +24 -0
- package/mcp/lib/constants.mjs +3 -0
- package/mcp/lib/cross-market.mjs +180 -0
- package/mcp/lib/fundamentals.mjs +11 -0
- package/mcp/lib/grounding.mjs +101 -3
- package/mcp/lib/industry.mjs +23 -2
- package/mcp/lib/insider-ownership.mjs +23 -12
- package/mcp/lib/instrument-facts.mjs +3 -0
- package/mcp/lib/markdown.mjs +41 -8
- package/mcp/lib/orchestrator.mjs +10 -2
- package/mcp/lib/personas/engine.mjs +66 -9
- package/mcp/lib/personas-v3/deterministic-executor.mjs +39 -2
- package/mcp/lib/personas-v3/grounding-adapter.mjs +143 -0
- package/mcp/lib/personas-v3/runtime.mjs +9 -2
- package/mcp/lib/screen.mjs +27 -1
- package/mcp/lib/sec.mjs +80 -17
- package/mcp/lib/voice-from-decision.mjs +211 -0
- package/package.json +1 -1
- package/scripts/lib/persona-v3-solo-formula-pipeline.mjs +11 -0
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"formal_h_satisfied": false,
|
|
31
31
|
"human_reference": false,
|
|
32
32
|
"input_binding": {
|
|
33
|
-
"input_hash": "sha256:
|
|
33
|
+
"input_hash": "sha256:cc4ffaa54c9477000383adc82ba43800c3725c331638f2f8f63cad15582a128f",
|
|
34
34
|
"path": "simulation-input.json"
|
|
35
35
|
},
|
|
36
36
|
"network_allowed": false,
|
|
37
37
|
"production_effect": "none",
|
|
38
|
-
"result_hash": "sha256:
|
|
38
|
+
"result_hash": "sha256:fcaf68ab4c58ea790b7bdac6dbdd43bb69fde74450df0cb90fe9baab72723e78",
|
|
39
39
|
"results": {
|
|
40
40
|
"blocked_fail_closed_count": 0,
|
|
41
41
|
"completion_status": "completed_machine_simulation",
|
|
@@ -55,18 +55,18 @@
|
|
|
55
55
|
"structured_decision_hash": "sha256:3c8bc0bab2865cf2f92e3cbcb1dce6d5bc6c4219004bae09a88f3a010057eb85"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
"anonymous_method_hash": "sha256:
|
|
59
|
-
"deterministic_core_hash": "sha256:
|
|
58
|
+
"anonymous_method_hash": "sha256:9f75bea5d4df5ca9568a1f23bb8d85664f07f752b69235b101929e064135f75f",
|
|
59
|
+
"deterministic_core_hash": "sha256:a20f6d80d48d021a5c7b72fef1a74e42f528027710015c962d4d556ac1e6c4da",
|
|
60
60
|
"fact_pack_hash": "sha256:f69c424fb4ab9bb147ca933702857366ea492f8e988bfb2aeeb4e64df2c32706",
|
|
61
|
-
"frozen_decision_hash": "sha256:
|
|
61
|
+
"frozen_decision_hash": "sha256:234e552565bac7e446160dcf086dfde730ede400f03238d57d50d6e231de2ab8",
|
|
62
62
|
"native_state": "provisional_reject",
|
|
63
|
-
"pack_hash": "sha256:
|
|
63
|
+
"pack_hash": "sha256:f960a6c7061ae791935590e8d045478a65ea451335aceaed5c275894a9b8c9d7",
|
|
64
64
|
"persona_id": "master_graham",
|
|
65
|
-
"policy_execution_hash": "sha256:
|
|
65
|
+
"policy_execution_hash": "sha256:d3412e038f48794eaf1822ffbe7492c1756877ba6f9e9a735ae84631c5f0a3be",
|
|
66
66
|
"score_ratio": 0.6666666666666666,
|
|
67
67
|
"stance": "opposed",
|
|
68
68
|
"status": "executed",
|
|
69
|
-
"structured_decision_hash": "sha256:
|
|
69
|
+
"structured_decision_hash": "sha256:50c4dc6b37d568f3ef9fb44d5e6df96934647dc64830e8b76b3751039e962908"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
"anonymous_method_hash": "sha256:897de3a4d8083b8a41f2203cc3e6b22c19ba01418d957d8c7272d39f41e1b9ba",
|
|
@@ -125,18 +125,18 @@
|
|
|
125
125
|
"structured_decision_hash": "sha256:681107df21fe8be65cc2e1ed044625466f9d0ac900b28f8eaaa79614d87d37f7"
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
|
-
"anonymous_method_hash": "sha256:
|
|
129
|
-
"deterministic_core_hash": "sha256:
|
|
128
|
+
"anonymous_method_hash": "sha256:992b5268a4549c4e5723c6dceb0b65a0aa1f03dbe906dca95da34e5b0469e344",
|
|
129
|
+
"deterministic_core_hash": "sha256:8c2b1adcaab9d55ff5bab83b7ed62fa4250dd65acd3988b21571c4b6d71c1d8a",
|
|
130
130
|
"fact_pack_hash": "sha256:6735e9705be48f6b9c19db94360b13ad6727db15e288c4e1225664ddd1d1a5a1",
|
|
131
|
-
"frozen_decision_hash": "sha256:
|
|
131
|
+
"frozen_decision_hash": "sha256:779b9a62a801452bc1b48e809692f25d10348c43978a44d9e860b2706d84dbfe",
|
|
132
132
|
"native_state": "provisional_watch",
|
|
133
|
-
"pack_hash": "sha256:
|
|
133
|
+
"pack_hash": "sha256:8ee9e13deaadaeef3065feb7bb5b39382181338cf1055b769b153cad4c308ce4",
|
|
134
134
|
"persona_id": "master_pabrai",
|
|
135
|
-
"policy_execution_hash": "sha256:
|
|
135
|
+
"policy_execution_hash": "sha256:87a2a8034242271ddea852302c001d0e0ef35de1b75cd01c5041d436693da2b0",
|
|
136
136
|
"score_ratio": 0.6666666666666666,
|
|
137
137
|
"stance": "cautious",
|
|
138
138
|
"status": "executed",
|
|
139
|
-
"structured_decision_hash": "sha256:
|
|
139
|
+
"structured_decision_hash": "sha256:200220879e34db72003a0570b0408c74da25aaa505bb72f015efed0cf974fc97"
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
"anonymous_method_hash": "sha256:40e8c2fc7e7e7379c93fb65429cc35cd559b98873aae505ebdaf85aaf8e977bb",
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
"verifier_checks": []
|
|
235
235
|
},
|
|
236
236
|
"reviewer_kind": "ai",
|
|
237
|
-
"run_artifact_hash": "sha256:
|
|
237
|
+
"run_artifact_hash": "sha256:4ea0207eb1f9090b7a841585a268d8bef366a61d23b22bdeee0295bb52d47610",
|
|
238
238
|
"run_id": "D13",
|
|
239
239
|
"schema_version": 1,
|
|
240
240
|
"simulation_scope": "13 physical provisional deterministic seats on frozen synthetic typed facts"
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"formal_h_satisfied": false,
|
|
45
45
|
"human_reference": false,
|
|
46
46
|
"input_binding": {
|
|
47
|
-
"input_hash": "sha256:
|
|
47
|
+
"input_hash": "sha256:cc4ffaa54c9477000383adc82ba43800c3725c331638f2f8f63cad15582a128f",
|
|
48
48
|
"path": "simulation-input.json"
|
|
49
49
|
},
|
|
50
50
|
"network_allowed": false,
|
|
51
51
|
"production_effect": "none",
|
|
52
|
-
"result_hash": "sha256:
|
|
52
|
+
"result_hash": "sha256:a02104172ac2dac35447f40aa9e0a075fffdedad67111b08055be4fe108e3bc6",
|
|
53
53
|
"results": {
|
|
54
54
|
"blocked_fail_closed_count": 1,
|
|
55
55
|
"completion_status": "completed_machine_simulation",
|
|
@@ -81,18 +81,18 @@
|
|
|
81
81
|
"structured_decision_hash": "sha256:1f311deaad734cbe73028eeefe08e2a967ad680a182cc415469bde700f01b490"
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
|
-
"anonymous_method_hash": "sha256:
|
|
85
|
-
"deterministic_core_hash": "sha256:
|
|
84
|
+
"anonymous_method_hash": "sha256:9f75bea5d4df5ca9568a1f23bb8d85664f07f752b69235b101929e064135f75f",
|
|
85
|
+
"deterministic_core_hash": "sha256:a20f6d80d48d021a5c7b72fef1a74e42f528027710015c962d4d556ac1e6c4da",
|
|
86
86
|
"fact_pack_hash": "sha256:f69c424fb4ab9bb147ca933702857366ea492f8e988bfb2aeeb4e64df2c32706",
|
|
87
|
-
"frozen_decision_hash": "sha256:
|
|
87
|
+
"frozen_decision_hash": "sha256:234e552565bac7e446160dcf086dfde730ede400f03238d57d50d6e231de2ab8",
|
|
88
88
|
"native_state": "provisional_reject",
|
|
89
|
-
"pack_hash": "sha256:
|
|
89
|
+
"pack_hash": "sha256:f960a6c7061ae791935590e8d045478a65ea451335aceaed5c275894a9b8c9d7",
|
|
90
90
|
"persona_id": "master_graham",
|
|
91
|
-
"policy_execution_hash": "sha256:
|
|
91
|
+
"policy_execution_hash": "sha256:d3412e038f48794eaf1822ffbe7492c1756877ba6f9e9a735ae84631c5f0a3be",
|
|
92
92
|
"score_ratio": 0.6666666666666666,
|
|
93
93
|
"stance": "opposed",
|
|
94
94
|
"status": "executed",
|
|
95
|
-
"structured_decision_hash": "sha256:
|
|
95
|
+
"structured_decision_hash": "sha256:50c4dc6b37d568f3ef9fb44d5e6df96934647dc64830e8b76b3751039e962908"
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"anonymous_method_hash": "sha256:8b5e33a808364beb9174b2c54d21b88c86b36a4428a066136db4987b26c1a828",
|
|
@@ -319,32 +319,32 @@
|
|
|
319
319
|
"structured_decision_hash": "sha256:681107df21fe8be65cc2e1ed044625466f9d0ac900b28f8eaaa79614d87d37f7"
|
|
320
320
|
},
|
|
321
321
|
{
|
|
322
|
-
"anonymous_method_hash": "sha256:
|
|
323
|
-
"deterministic_core_hash": "sha256:
|
|
322
|
+
"anonymous_method_hash": "sha256:47bf9d68671a5328275480eea9fea1ca3712ef761bcb23bf76f85643c9116e4f",
|
|
323
|
+
"deterministic_core_hash": "sha256:d899dad2f478d8465e55acf5854a7872484fa53dcad0b310c6cdc4f51c2f133b",
|
|
324
324
|
"fact_pack_hash": "sha256:0b481c9b13e34ec6465e5007d364473d71c462e3940726744fa6f91b9646f4d3",
|
|
325
|
-
"frozen_decision_hash": "sha256:
|
|
325
|
+
"frozen_decision_hash": "sha256:40c289c8d230547674eb3a04cc029b91ad3b4781093cb135152cc7ef6a8a3ef6",
|
|
326
326
|
"native_state": "provisional_absolute_return_candidate",
|
|
327
|
-
"pack_hash": "sha256:
|
|
327
|
+
"pack_hash": "sha256:a09fec122e5d4f43d8885a5b00e354d259768c7f4648c9f0eebb358cf0461134",
|
|
328
328
|
"persona_id": "master_klarman",
|
|
329
|
-
"policy_execution_hash": "sha256:
|
|
329
|
+
"policy_execution_hash": "sha256:67d06b995c5ef1fa3ce84e344cb0c2d30a703a3682144e2a89d4f10314624109",
|
|
330
330
|
"score_ratio": 1,
|
|
331
331
|
"stance": "constructive",
|
|
332
332
|
"status": "executed",
|
|
333
|
-
"structured_decision_hash": "sha256:
|
|
333
|
+
"structured_decision_hash": "sha256:095f5331acb2dcbbe883f49592ff723eb27495f82a9e1fcf74336e6301b9f08f"
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
|
-
"anonymous_method_hash": "sha256:
|
|
337
|
-
"deterministic_core_hash": "sha256:
|
|
336
|
+
"anonymous_method_hash": "sha256:992b5268a4549c4e5723c6dceb0b65a0aa1f03dbe906dca95da34e5b0469e344",
|
|
337
|
+
"deterministic_core_hash": "sha256:8c2b1adcaab9d55ff5bab83b7ed62fa4250dd65acd3988b21571c4b6d71c1d8a",
|
|
338
338
|
"fact_pack_hash": "sha256:6735e9705be48f6b9c19db94360b13ad6727db15e288c4e1225664ddd1d1a5a1",
|
|
339
|
-
"frozen_decision_hash": "sha256:
|
|
339
|
+
"frozen_decision_hash": "sha256:779b9a62a801452bc1b48e809692f25d10348c43978a44d9e860b2706d84dbfe",
|
|
340
340
|
"native_state": "provisional_watch",
|
|
341
|
-
"pack_hash": "sha256:
|
|
341
|
+
"pack_hash": "sha256:8ee9e13deaadaeef3065feb7bb5b39382181338cf1055b769b153cad4c308ce4",
|
|
342
342
|
"persona_id": "master_pabrai",
|
|
343
|
-
"policy_execution_hash": "sha256:
|
|
343
|
+
"policy_execution_hash": "sha256:87a2a8034242271ddea852302c001d0e0ef35de1b75cd01c5041d436693da2b0",
|
|
344
344
|
"score_ratio": 0.6666666666666666,
|
|
345
345
|
"stance": "cautious",
|
|
346
346
|
"status": "executed",
|
|
347
|
-
"structured_decision_hash": "sha256:
|
|
347
|
+
"structured_decision_hash": "sha256:200220879e34db72003a0570b0408c74da25aaa505bb72f015efed0cf974fc97"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
"anonymous_method_hash": "sha256:897de3a4d8083b8a41f2203cc3e6b22c19ba01418d957d8c7272d39f41e1b9ba",
|
|
@@ -417,18 +417,18 @@
|
|
|
417
417
|
"structured_decision_hash": "sha256:c7a93f8c67eb3c423fc94ef0d51bb868ab5444d75aba2d17455e9ce0a20965d1"
|
|
418
418
|
},
|
|
419
419
|
{
|
|
420
|
-
"anonymous_method_hash": "sha256:
|
|
421
|
-
"deterministic_core_hash": "sha256:
|
|
420
|
+
"anonymous_method_hash": "sha256:7e72f0c819a737e9e2c95938807bd1f856427fefbff42cc6a52dad7c4b9648b9",
|
|
421
|
+
"deterministic_core_hash": "sha256:aedc8b29c59176e6cf5994b51682a2fb1cfe2cb62f0f5882f4de16c220ce00f6",
|
|
422
422
|
"fact_pack_hash": "sha256:d035c7f7cbace9a80cce787b1ea3204f7b85437e4552dec34681765f0ab3af26",
|
|
423
|
-
"frozen_decision_hash": "sha256:
|
|
423
|
+
"frozen_decision_hash": "sha256:f82a1fb3c31d68ae5c1ce9e93fa6d1f61f3f373c14a999d7ac52bc398b8f1ca4",
|
|
424
424
|
"native_state": "provisional_fair_expected_return",
|
|
425
|
-
"pack_hash": "sha256:
|
|
425
|
+
"pack_hash": "sha256:cbc29f36bcf214b24045d582bf954d06cda6cec3aab06c41f650f7410df510f0",
|
|
426
426
|
"persona_id": "master_bogle",
|
|
427
|
-
"policy_execution_hash": "sha256:
|
|
427
|
+
"policy_execution_hash": "sha256:3f4dfca52772b1f9ad7adec925acdba1d45bdabcd9a5d1272646d86601e20c4c",
|
|
428
428
|
"score_ratio": 0.6666666666666666,
|
|
429
429
|
"stance": "cautious",
|
|
430
430
|
"status": "executed",
|
|
431
|
-
"structured_decision_hash": "sha256:
|
|
431
|
+
"structured_decision_hash": "sha256:71b52271b65d7229fe95524d953262eb175380066709f7bf50e4ee9386083a0e"
|
|
432
432
|
}
|
|
433
433
|
],
|
|
434
434
|
"deterministic_execution_count": 27,
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
"verifier_checks": []
|
|
450
450
|
},
|
|
451
451
|
"reviewer_kind": "ai",
|
|
452
|
-
"run_artifact_hash": "sha256:
|
|
452
|
+
"run_artifact_hash": "sha256:eb5d0df7917c119e07f82f7d7b84b4d4e84c6423753462ca7a26f9be16ebfef8",
|
|
453
453
|
"run_id": "D26",
|
|
454
454
|
"schema_version": 1,
|
|
455
455
|
"simulation_scope": "27 physical provisional deterministic seats on frozen synthetic typed facts"
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"formal_h_satisfied": false,
|
|
31
31
|
"human_reference": false,
|
|
32
32
|
"input_binding": {
|
|
33
|
-
"input_hash": "sha256:
|
|
33
|
+
"input_hash": "sha256:cc4ffaa54c9477000383adc82ba43800c3725c331638f2f8f63cad15582a128f",
|
|
34
34
|
"path": "simulation-input.json"
|
|
35
35
|
},
|
|
36
36
|
"network_allowed": false,
|
|
37
37
|
"production_effect": "none",
|
|
38
|
-
"result_hash": "sha256:
|
|
38
|
+
"result_hash": "sha256:cae640f5823d7fb27090bf7591d444917cc7f5bfe339cf57151f2fae3669fdcd",
|
|
39
39
|
"results": {
|
|
40
40
|
"blocked_fail_closed_count": 0,
|
|
41
41
|
"completion_status": "completed_machine_simulation",
|
|
@@ -55,18 +55,18 @@
|
|
|
55
55
|
"structured_decision_hash": "sha256:3c8bc0bab2865cf2f92e3cbcb1dce6d5bc6c4219004bae09a88f3a010057eb85"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
"anonymous_method_hash": "sha256:
|
|
59
|
-
"deterministic_core_hash": "sha256:
|
|
58
|
+
"anonymous_method_hash": "sha256:9f75bea5d4df5ca9568a1f23bb8d85664f07f752b69235b101929e064135f75f",
|
|
59
|
+
"deterministic_core_hash": "sha256:a20f6d80d48d021a5c7b72fef1a74e42f528027710015c962d4d556ac1e6c4da",
|
|
60
60
|
"fact_pack_hash": "sha256:f69c424fb4ab9bb147ca933702857366ea492f8e988bfb2aeeb4e64df2c32706",
|
|
61
|
-
"frozen_decision_hash": "sha256:
|
|
61
|
+
"frozen_decision_hash": "sha256:234e552565bac7e446160dcf086dfde730ede400f03238d57d50d6e231de2ab8",
|
|
62
62
|
"native_state": "provisional_reject",
|
|
63
|
-
"pack_hash": "sha256:
|
|
63
|
+
"pack_hash": "sha256:f960a6c7061ae791935590e8d045478a65ea451335aceaed5c275894a9b8c9d7",
|
|
64
64
|
"persona_id": "master_graham",
|
|
65
|
-
"policy_execution_hash": "sha256:
|
|
65
|
+
"policy_execution_hash": "sha256:d3412e038f48794eaf1822ffbe7492c1756877ba6f9e9a735ae84631c5f0a3be",
|
|
66
66
|
"score_ratio": 0.6666666666666666,
|
|
67
67
|
"stance": "opposed",
|
|
68
68
|
"status": "executed",
|
|
69
|
-
"structured_decision_hash": "sha256:
|
|
69
|
+
"structured_decision_hash": "sha256:50c4dc6b37d568f3ef9fb44d5e6df96934647dc64830e8b76b3751039e962908"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
"anonymous_method_hash": "sha256:897de3a4d8083b8a41f2203cc3e6b22c19ba01418d957d8c7272d39f41e1b9ba",
|
|
@@ -125,18 +125,18 @@
|
|
|
125
125
|
"structured_decision_hash": "sha256:681107df21fe8be65cc2e1ed044625466f9d0ac900b28f8eaaa79614d87d37f7"
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
|
-
"anonymous_method_hash": "sha256:
|
|
129
|
-
"deterministic_core_hash": "sha256:
|
|
128
|
+
"anonymous_method_hash": "sha256:992b5268a4549c4e5723c6dceb0b65a0aa1f03dbe906dca95da34e5b0469e344",
|
|
129
|
+
"deterministic_core_hash": "sha256:8c2b1adcaab9d55ff5bab83b7ed62fa4250dd65acd3988b21571c4b6d71c1d8a",
|
|
130
130
|
"fact_pack_hash": "sha256:6735e9705be48f6b9c19db94360b13ad6727db15e288c4e1225664ddd1d1a5a1",
|
|
131
|
-
"frozen_decision_hash": "sha256:
|
|
131
|
+
"frozen_decision_hash": "sha256:779b9a62a801452bc1b48e809692f25d10348c43978a44d9e860b2706d84dbfe",
|
|
132
132
|
"native_state": "provisional_watch",
|
|
133
|
-
"pack_hash": "sha256:
|
|
133
|
+
"pack_hash": "sha256:8ee9e13deaadaeef3065feb7bb5b39382181338cf1055b769b153cad4c308ce4",
|
|
134
134
|
"persona_id": "master_pabrai",
|
|
135
|
-
"policy_execution_hash": "sha256:
|
|
135
|
+
"policy_execution_hash": "sha256:87a2a8034242271ddea852302c001d0e0ef35de1b75cd01c5041d436693da2b0",
|
|
136
136
|
"score_ratio": 0.6666666666666666,
|
|
137
137
|
"stance": "cautious",
|
|
138
138
|
"status": "executed",
|
|
139
|
-
"structured_decision_hash": "sha256:
|
|
139
|
+
"structured_decision_hash": "sha256:200220879e34db72003a0570b0408c74da25aaa505bb72f015efed0cf974fc97"
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
"anonymous_method_hash": "sha256:40e8c2fc7e7e7379c93fb65429cc35cd559b98873aae505ebdaf85aaf8e977bb",
|
|
@@ -234,13 +234,13 @@
|
|
|
234
234
|
"verifier_checks": [
|
|
235
235
|
{
|
|
236
236
|
"check_id": "physical_input_hash_binding",
|
|
237
|
-
"input_hash": "sha256:
|
|
237
|
+
"input_hash": "sha256:cc4ffaa54c9477000383adc82ba43800c3725c331638f2f8f63cad15582a128f",
|
|
238
238
|
"status": "pass"
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"check_id": "deterministic_rederivation",
|
|
242
|
-
"first_result_hash": "sha256:
|
|
243
|
-
"repeated_result_hash": "sha256:
|
|
242
|
+
"first_result_hash": "sha256:f5f0214d062a4be4cc37b88f45935c549f148d36007a3a30fcb2bad5ad8d32d7",
|
|
243
|
+
"repeated_result_hash": "sha256:f5f0214d062a4be4cc37b88f45935c549f148d36007a3a30fcb2bad5ad8d32d7",
|
|
244
244
|
"status": "pass"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
]
|
|
252
252
|
},
|
|
253
253
|
"reviewer_kind": "ai",
|
|
254
|
-
"run_artifact_hash": "sha256:
|
|
254
|
+
"run_artifact_hash": "sha256:3817bcac7b4ce7d1d0ddf06381b31b463b05790461f38de6b17e26ae2250f297",
|
|
255
255
|
"run_id": "E:D13",
|
|
256
256
|
"schema_version": 1,
|
|
257
257
|
"simulation_scope": "D13 deterministic seats plus machine-only hash, rederivation and fail-closed checks"
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"formal_h_satisfied": false,
|
|
45
45
|
"human_reference": false,
|
|
46
46
|
"input_binding": {
|
|
47
|
-
"input_hash": "sha256:
|
|
47
|
+
"input_hash": "sha256:cc4ffaa54c9477000383adc82ba43800c3725c331638f2f8f63cad15582a128f",
|
|
48
48
|
"path": "simulation-input.json"
|
|
49
49
|
},
|
|
50
50
|
"network_allowed": false,
|
|
51
51
|
"production_effect": "none",
|
|
52
|
-
"result_hash": "sha256:
|
|
52
|
+
"result_hash": "sha256:8f99e06ff6ea3c5df7eefad85005b5c94a5508e62c9f39616d9de2b8115cde3e",
|
|
53
53
|
"results": {
|
|
54
54
|
"blocked_fail_closed_count": 1,
|
|
55
55
|
"completion_status": "completed_machine_simulation",
|
|
@@ -81,18 +81,18 @@
|
|
|
81
81
|
"structured_decision_hash": "sha256:1f311deaad734cbe73028eeefe08e2a967ad680a182cc415469bde700f01b490"
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
|
-
"anonymous_method_hash": "sha256:
|
|
85
|
-
"deterministic_core_hash": "sha256:
|
|
84
|
+
"anonymous_method_hash": "sha256:9f75bea5d4df5ca9568a1f23bb8d85664f07f752b69235b101929e064135f75f",
|
|
85
|
+
"deterministic_core_hash": "sha256:a20f6d80d48d021a5c7b72fef1a74e42f528027710015c962d4d556ac1e6c4da",
|
|
86
86
|
"fact_pack_hash": "sha256:f69c424fb4ab9bb147ca933702857366ea492f8e988bfb2aeeb4e64df2c32706",
|
|
87
|
-
"frozen_decision_hash": "sha256:
|
|
87
|
+
"frozen_decision_hash": "sha256:234e552565bac7e446160dcf086dfde730ede400f03238d57d50d6e231de2ab8",
|
|
88
88
|
"native_state": "provisional_reject",
|
|
89
|
-
"pack_hash": "sha256:
|
|
89
|
+
"pack_hash": "sha256:f960a6c7061ae791935590e8d045478a65ea451335aceaed5c275894a9b8c9d7",
|
|
90
90
|
"persona_id": "master_graham",
|
|
91
|
-
"policy_execution_hash": "sha256:
|
|
91
|
+
"policy_execution_hash": "sha256:d3412e038f48794eaf1822ffbe7492c1756877ba6f9e9a735ae84631c5f0a3be",
|
|
92
92
|
"score_ratio": 0.6666666666666666,
|
|
93
93
|
"stance": "opposed",
|
|
94
94
|
"status": "executed",
|
|
95
|
-
"structured_decision_hash": "sha256:
|
|
95
|
+
"structured_decision_hash": "sha256:50c4dc6b37d568f3ef9fb44d5e6df96934647dc64830e8b76b3751039e962908"
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"anonymous_method_hash": "sha256:8b5e33a808364beb9174b2c54d21b88c86b36a4428a066136db4987b26c1a828",
|
|
@@ -319,32 +319,32 @@
|
|
|
319
319
|
"structured_decision_hash": "sha256:681107df21fe8be65cc2e1ed044625466f9d0ac900b28f8eaaa79614d87d37f7"
|
|
320
320
|
},
|
|
321
321
|
{
|
|
322
|
-
"anonymous_method_hash": "sha256:
|
|
323
|
-
"deterministic_core_hash": "sha256:
|
|
322
|
+
"anonymous_method_hash": "sha256:47bf9d68671a5328275480eea9fea1ca3712ef761bcb23bf76f85643c9116e4f",
|
|
323
|
+
"deterministic_core_hash": "sha256:d899dad2f478d8465e55acf5854a7872484fa53dcad0b310c6cdc4f51c2f133b",
|
|
324
324
|
"fact_pack_hash": "sha256:0b481c9b13e34ec6465e5007d364473d71c462e3940726744fa6f91b9646f4d3",
|
|
325
|
-
"frozen_decision_hash": "sha256:
|
|
325
|
+
"frozen_decision_hash": "sha256:40c289c8d230547674eb3a04cc029b91ad3b4781093cb135152cc7ef6a8a3ef6",
|
|
326
326
|
"native_state": "provisional_absolute_return_candidate",
|
|
327
|
-
"pack_hash": "sha256:
|
|
327
|
+
"pack_hash": "sha256:a09fec122e5d4f43d8885a5b00e354d259768c7f4648c9f0eebb358cf0461134",
|
|
328
328
|
"persona_id": "master_klarman",
|
|
329
|
-
"policy_execution_hash": "sha256:
|
|
329
|
+
"policy_execution_hash": "sha256:67d06b995c5ef1fa3ce84e344cb0c2d30a703a3682144e2a89d4f10314624109",
|
|
330
330
|
"score_ratio": 1,
|
|
331
331
|
"stance": "constructive",
|
|
332
332
|
"status": "executed",
|
|
333
|
-
"structured_decision_hash": "sha256:
|
|
333
|
+
"structured_decision_hash": "sha256:095f5331acb2dcbbe883f49592ff723eb27495f82a9e1fcf74336e6301b9f08f"
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
|
-
"anonymous_method_hash": "sha256:
|
|
337
|
-
"deterministic_core_hash": "sha256:
|
|
336
|
+
"anonymous_method_hash": "sha256:992b5268a4549c4e5723c6dceb0b65a0aa1f03dbe906dca95da34e5b0469e344",
|
|
337
|
+
"deterministic_core_hash": "sha256:8c2b1adcaab9d55ff5bab83b7ed62fa4250dd65acd3988b21571c4b6d71c1d8a",
|
|
338
338
|
"fact_pack_hash": "sha256:6735e9705be48f6b9c19db94360b13ad6727db15e288c4e1225664ddd1d1a5a1",
|
|
339
|
-
"frozen_decision_hash": "sha256:
|
|
339
|
+
"frozen_decision_hash": "sha256:779b9a62a801452bc1b48e809692f25d10348c43978a44d9e860b2706d84dbfe",
|
|
340
340
|
"native_state": "provisional_watch",
|
|
341
|
-
"pack_hash": "sha256:
|
|
341
|
+
"pack_hash": "sha256:8ee9e13deaadaeef3065feb7bb5b39382181338cf1055b769b153cad4c308ce4",
|
|
342
342
|
"persona_id": "master_pabrai",
|
|
343
|
-
"policy_execution_hash": "sha256:
|
|
343
|
+
"policy_execution_hash": "sha256:87a2a8034242271ddea852302c001d0e0ef35de1b75cd01c5041d436693da2b0",
|
|
344
344
|
"score_ratio": 0.6666666666666666,
|
|
345
345
|
"stance": "cautious",
|
|
346
346
|
"status": "executed",
|
|
347
|
-
"structured_decision_hash": "sha256:
|
|
347
|
+
"structured_decision_hash": "sha256:200220879e34db72003a0570b0408c74da25aaa505bb72f015efed0cf974fc97"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
"anonymous_method_hash": "sha256:897de3a4d8083b8a41f2203cc3e6b22c19ba01418d957d8c7272d39f41e1b9ba",
|
|
@@ -417,18 +417,18 @@
|
|
|
417
417
|
"structured_decision_hash": "sha256:c7a93f8c67eb3c423fc94ef0d51bb868ab5444d75aba2d17455e9ce0a20965d1"
|
|
418
418
|
},
|
|
419
419
|
{
|
|
420
|
-
"anonymous_method_hash": "sha256:
|
|
421
|
-
"deterministic_core_hash": "sha256:
|
|
420
|
+
"anonymous_method_hash": "sha256:7e72f0c819a737e9e2c95938807bd1f856427fefbff42cc6a52dad7c4b9648b9",
|
|
421
|
+
"deterministic_core_hash": "sha256:aedc8b29c59176e6cf5994b51682a2fb1cfe2cb62f0f5882f4de16c220ce00f6",
|
|
422
422
|
"fact_pack_hash": "sha256:d035c7f7cbace9a80cce787b1ea3204f7b85437e4552dec34681765f0ab3af26",
|
|
423
|
-
"frozen_decision_hash": "sha256:
|
|
423
|
+
"frozen_decision_hash": "sha256:f82a1fb3c31d68ae5c1ce9e93fa6d1f61f3f373c14a999d7ac52bc398b8f1ca4",
|
|
424
424
|
"native_state": "provisional_fair_expected_return",
|
|
425
|
-
"pack_hash": "sha256:
|
|
425
|
+
"pack_hash": "sha256:cbc29f36bcf214b24045d582bf954d06cda6cec3aab06c41f650f7410df510f0",
|
|
426
426
|
"persona_id": "master_bogle",
|
|
427
|
-
"policy_execution_hash": "sha256:
|
|
427
|
+
"policy_execution_hash": "sha256:3f4dfca52772b1f9ad7adec925acdba1d45bdabcd9a5d1272646d86601e20c4c",
|
|
428
428
|
"score_ratio": 0.6666666666666666,
|
|
429
429
|
"stance": "cautious",
|
|
430
430
|
"status": "executed",
|
|
431
|
-
"structured_decision_hash": "sha256:
|
|
431
|
+
"structured_decision_hash": "sha256:71b52271b65d7229fe95524d953262eb175380066709f7bf50e4ee9386083a0e"
|
|
432
432
|
}
|
|
433
433
|
],
|
|
434
434
|
"deterministic_execution_count": 27,
|
|
@@ -449,13 +449,13 @@
|
|
|
449
449
|
"verifier_checks": [
|
|
450
450
|
{
|
|
451
451
|
"check_id": "physical_input_hash_binding",
|
|
452
|
-
"input_hash": "sha256:
|
|
452
|
+
"input_hash": "sha256:cc4ffaa54c9477000383adc82ba43800c3725c331638f2f8f63cad15582a128f",
|
|
453
453
|
"status": "pass"
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
456
|
"check_id": "deterministic_rederivation",
|
|
457
|
-
"first_result_hash": "sha256:
|
|
458
|
-
"repeated_result_hash": "sha256:
|
|
457
|
+
"first_result_hash": "sha256:70f60386d393bb2323c0fa970bebb5659d31e468cf48519c5d31af045df40a06",
|
|
458
|
+
"repeated_result_hash": "sha256:70f60386d393bb2323c0fa970bebb5659d31e468cf48519c5d31af045df40a06",
|
|
459
459
|
"status": "pass"
|
|
460
460
|
},
|
|
461
461
|
{
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
]
|
|
467
467
|
},
|
|
468
468
|
"reviewer_kind": "ai",
|
|
469
|
-
"run_artifact_hash": "sha256:
|
|
469
|
+
"run_artifact_hash": "sha256:be206b4a629bcb349da681e6eaed9f695b0c880d84963092466285c19f830ce4",
|
|
470
470
|
"run_id": "E:D26",
|
|
471
471
|
"schema_version": 1,
|
|
472
472
|
"simulation_scope": "D26 deterministic seats plus machine-only hash, rederivation and fail-closed checks"
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"formal_h_satisfied": false,
|
|
45
45
|
"human_reference": false,
|
|
46
46
|
"input_binding": {
|
|
47
|
-
"input_hash": "sha256:
|
|
47
|
+
"input_hash": "sha256:cc4ffaa54c9477000383adc82ba43800c3725c331638f2f8f63cad15582a128f",
|
|
48
48
|
"path": "simulation-input.json"
|
|
49
49
|
},
|
|
50
50
|
"network_allowed": false,
|
|
51
51
|
"production_effect": "none",
|
|
52
|
-
"result_hash": "sha256:
|
|
52
|
+
"result_hash": "sha256:f3213233355e046dbee466b468eac2714db0754559bcb93533cb5728d168ea9d",
|
|
53
53
|
"results": {
|
|
54
54
|
"blocked_fail_closed_count": 1,
|
|
55
55
|
"completion_status": "completed_machine_simulation",
|
|
@@ -81,18 +81,18 @@
|
|
|
81
81
|
"structured_decision_hash": "sha256:1f311deaad734cbe73028eeefe08e2a967ad680a182cc415469bde700f01b490"
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
|
-
"anonymous_method_hash": "sha256:
|
|
85
|
-
"deterministic_core_hash": "sha256:
|
|
84
|
+
"anonymous_method_hash": "sha256:9f75bea5d4df5ca9568a1f23bb8d85664f07f752b69235b101929e064135f75f",
|
|
85
|
+
"deterministic_core_hash": "sha256:a20f6d80d48d021a5c7b72fef1a74e42f528027710015c962d4d556ac1e6c4da",
|
|
86
86
|
"fact_pack_hash": "sha256:f69c424fb4ab9bb147ca933702857366ea492f8e988bfb2aeeb4e64df2c32706",
|
|
87
|
-
"frozen_decision_hash": "sha256:
|
|
87
|
+
"frozen_decision_hash": "sha256:234e552565bac7e446160dcf086dfde730ede400f03238d57d50d6e231de2ab8",
|
|
88
88
|
"native_state": "provisional_reject",
|
|
89
|
-
"pack_hash": "sha256:
|
|
89
|
+
"pack_hash": "sha256:f960a6c7061ae791935590e8d045478a65ea451335aceaed5c275894a9b8c9d7",
|
|
90
90
|
"persona_id": "master_graham",
|
|
91
|
-
"policy_execution_hash": "sha256:
|
|
91
|
+
"policy_execution_hash": "sha256:d3412e038f48794eaf1822ffbe7492c1756877ba6f9e9a735ae84631c5f0a3be",
|
|
92
92
|
"score_ratio": 0.6666666666666666,
|
|
93
93
|
"stance": "opposed",
|
|
94
94
|
"status": "executed",
|
|
95
|
-
"structured_decision_hash": "sha256:
|
|
95
|
+
"structured_decision_hash": "sha256:50c4dc6b37d568f3ef9fb44d5e6df96934647dc64830e8b76b3751039e962908"
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"anonymous_method_hash": "sha256:8b5e33a808364beb9174b2c54d21b88c86b36a4428a066136db4987b26c1a828",
|
|
@@ -319,32 +319,32 @@
|
|
|
319
319
|
"structured_decision_hash": "sha256:681107df21fe8be65cc2e1ed044625466f9d0ac900b28f8eaaa79614d87d37f7"
|
|
320
320
|
},
|
|
321
321
|
{
|
|
322
|
-
"anonymous_method_hash": "sha256:
|
|
323
|
-
"deterministic_core_hash": "sha256:
|
|
322
|
+
"anonymous_method_hash": "sha256:47bf9d68671a5328275480eea9fea1ca3712ef761bcb23bf76f85643c9116e4f",
|
|
323
|
+
"deterministic_core_hash": "sha256:d899dad2f478d8465e55acf5854a7872484fa53dcad0b310c6cdc4f51c2f133b",
|
|
324
324
|
"fact_pack_hash": "sha256:0b481c9b13e34ec6465e5007d364473d71c462e3940726744fa6f91b9646f4d3",
|
|
325
|
-
"frozen_decision_hash": "sha256:
|
|
325
|
+
"frozen_decision_hash": "sha256:40c289c8d230547674eb3a04cc029b91ad3b4781093cb135152cc7ef6a8a3ef6",
|
|
326
326
|
"native_state": "provisional_absolute_return_candidate",
|
|
327
|
-
"pack_hash": "sha256:
|
|
327
|
+
"pack_hash": "sha256:a09fec122e5d4f43d8885a5b00e354d259768c7f4648c9f0eebb358cf0461134",
|
|
328
328
|
"persona_id": "master_klarman",
|
|
329
|
-
"policy_execution_hash": "sha256:
|
|
329
|
+
"policy_execution_hash": "sha256:67d06b995c5ef1fa3ce84e344cb0c2d30a703a3682144e2a89d4f10314624109",
|
|
330
330
|
"score_ratio": 1,
|
|
331
331
|
"stance": "constructive",
|
|
332
332
|
"status": "executed",
|
|
333
|
-
"structured_decision_hash": "sha256:
|
|
333
|
+
"structured_decision_hash": "sha256:095f5331acb2dcbbe883f49592ff723eb27495f82a9e1fcf74336e6301b9f08f"
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
|
-
"anonymous_method_hash": "sha256:
|
|
337
|
-
"deterministic_core_hash": "sha256:
|
|
336
|
+
"anonymous_method_hash": "sha256:992b5268a4549c4e5723c6dceb0b65a0aa1f03dbe906dca95da34e5b0469e344",
|
|
337
|
+
"deterministic_core_hash": "sha256:8c2b1adcaab9d55ff5bab83b7ed62fa4250dd65acd3988b21571c4b6d71c1d8a",
|
|
338
338
|
"fact_pack_hash": "sha256:6735e9705be48f6b9c19db94360b13ad6727db15e288c4e1225664ddd1d1a5a1",
|
|
339
|
-
"frozen_decision_hash": "sha256:
|
|
339
|
+
"frozen_decision_hash": "sha256:779b9a62a801452bc1b48e809692f25d10348c43978a44d9e860b2706d84dbfe",
|
|
340
340
|
"native_state": "provisional_watch",
|
|
341
|
-
"pack_hash": "sha256:
|
|
341
|
+
"pack_hash": "sha256:8ee9e13deaadaeef3065feb7bb5b39382181338cf1055b769b153cad4c308ce4",
|
|
342
342
|
"persona_id": "master_pabrai",
|
|
343
|
-
"policy_execution_hash": "sha256:
|
|
343
|
+
"policy_execution_hash": "sha256:87a2a8034242271ddea852302c001d0e0ef35de1b75cd01c5041d436693da2b0",
|
|
344
344
|
"score_ratio": 0.6666666666666666,
|
|
345
345
|
"stance": "cautious",
|
|
346
346
|
"status": "executed",
|
|
347
|
-
"structured_decision_hash": "sha256:
|
|
347
|
+
"structured_decision_hash": "sha256:200220879e34db72003a0570b0408c74da25aaa505bb72f015efed0cf974fc97"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
"anonymous_method_hash": "sha256:897de3a4d8083b8a41f2203cc3e6b22c19ba01418d957d8c7272d39f41e1b9ba",
|
|
@@ -417,24 +417,24 @@
|
|
|
417
417
|
"structured_decision_hash": "sha256:c7a93f8c67eb3c423fc94ef0d51bb868ab5444d75aba2d17455e9ce0a20965d1"
|
|
418
418
|
},
|
|
419
419
|
{
|
|
420
|
-
"anonymous_method_hash": "sha256:
|
|
421
|
-
"deterministic_core_hash": "sha256:
|
|
420
|
+
"anonymous_method_hash": "sha256:7e72f0c819a737e9e2c95938807bd1f856427fefbff42cc6a52dad7c4b9648b9",
|
|
421
|
+
"deterministic_core_hash": "sha256:aedc8b29c59176e6cf5994b51682a2fb1cfe2cb62f0f5882f4de16c220ce00f6",
|
|
422
422
|
"fact_pack_hash": "sha256:d035c7f7cbace9a80cce787b1ea3204f7b85437e4552dec34681765f0ab3af26",
|
|
423
|
-
"frozen_decision_hash": "sha256:
|
|
423
|
+
"frozen_decision_hash": "sha256:f82a1fb3c31d68ae5c1ce9e93fa6d1f61f3f373c14a999d7ac52bc398b8f1ca4",
|
|
424
424
|
"native_state": "provisional_fair_expected_return",
|
|
425
|
-
"pack_hash": "sha256:
|
|
425
|
+
"pack_hash": "sha256:cbc29f36bcf214b24045d582bf954d06cda6cec3aab06c41f650f7410df510f0",
|
|
426
426
|
"persona_id": "master_bogle",
|
|
427
|
-
"policy_execution_hash": "sha256:
|
|
427
|
+
"policy_execution_hash": "sha256:3f4dfca52772b1f9ad7adec925acdba1d45bdabcd9a5d1272646d86601e20c4c",
|
|
428
428
|
"score_ratio": 0.6666666666666666,
|
|
429
429
|
"stance": "cautious",
|
|
430
430
|
"status": "executed",
|
|
431
|
-
"structured_decision_hash": "sha256:
|
|
431
|
+
"structured_decision_hash": "sha256:71b52271b65d7229fe95524d953262eb175380066709f7bf50e4ee9386083a0e"
|
|
432
432
|
}
|
|
433
433
|
],
|
|
434
434
|
"deterministic_execution_count": 27,
|
|
435
435
|
"executed_count": 26,
|
|
436
436
|
"formal_results": null,
|
|
437
|
-
"machine_reference_digest": "sha256:
|
|
437
|
+
"machine_reference_digest": "sha256:70f60386d393bb2323c0fa970bebb5659d31e468cf48519c5d31af045df40a06",
|
|
438
438
|
"metric_claims": [],
|
|
439
439
|
"network_call_count": 0,
|
|
440
440
|
"provider_cost_usd": 0,
|
|
@@ -449,13 +449,13 @@
|
|
|
449
449
|
"verifier_checks": [
|
|
450
450
|
{
|
|
451
451
|
"check_id": "physical_input_hash_binding",
|
|
452
|
-
"input_hash": "sha256:
|
|
452
|
+
"input_hash": "sha256:cc4ffaa54c9477000383adc82ba43800c3725c331638f2f8f63cad15582a128f",
|
|
453
453
|
"status": "pass"
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
456
|
"check_id": "deterministic_rederivation",
|
|
457
|
-
"first_result_hash": "sha256:
|
|
458
|
-
"repeated_result_hash": "sha256:
|
|
457
|
+
"first_result_hash": "sha256:70f60386d393bb2323c0fa970bebb5659d31e468cf48519c5d31af045df40a06",
|
|
458
|
+
"repeated_result_hash": "sha256:70f60386d393bb2323c0fa970bebb5659d31e468cf48519c5d31af045df40a06",
|
|
459
459
|
"status": "pass"
|
|
460
460
|
},
|
|
461
461
|
{
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
]
|
|
467
467
|
},
|
|
468
468
|
"reviewer_kind": "ai",
|
|
469
|
-
"run_artifact_hash": "sha256:
|
|
469
|
+
"run_artifact_hash": "sha256:790838e3d208ed1c9c3da3210ced26871f02b7fc8b01de920804bfbdefb4c000",
|
|
470
470
|
"run_id": "H_ai_reference",
|
|
471
471
|
"schema_version": 1,
|
|
472
472
|
"simulation_scope": "AI deterministic reference digest only; no human analysts or blinded human adjudicator"
|