alphacouncil-agent 0.9.1 → 0.9.2

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.
Files changed (53) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/.codex-plugin/plugin.json +1 -1
  4. package/AGENTS.md +1 -1
  5. package/CHANGELOG.md +23 -0
  6. package/CLAUDE.md +2 -2
  7. package/README.ja.md +4 -4
  8. package/README.md +4 -4
  9. package/README.zh-CN.md +4 -4
  10. package/data/build-profile.v1.json +1 -1
  11. package/docs/INSTALL.md +1 -1
  12. package/docs/evaluation/persona-v3-release-evidence.md +2 -2
  13. package/docs/plans/0.9.0-personapack-v3.md +3 -3
  14. package/docs/releases/v0.9.2.md +62 -0
  15. package/knowledge/ai-assisted-solo/experiments/runs/a.json +4 -4
  16. package/knowledge/ai-assisted-solo/experiments/runs/b.json +2 -2
  17. package/knowledge/ai-assisted-solo/experiments/runs/c.json +2 -2
  18. package/knowledge/ai-assisted-solo/experiments/runs/d13.json +16 -16
  19. package/knowledge/ai-assisted-solo/experiments/runs/d26.json +29 -29
  20. package/knowledge/ai-assisted-solo/experiments/runs/e-d13.json +19 -19
  21. package/knowledge/ai-assisted-solo/experiments/runs/e-d26.json +32 -32
  22. package/knowledge/ai-assisted-solo/experiments/runs/h_ai_reference.json +33 -33
  23. package/knowledge/ai-assisted-solo/experiments/simulation-input.json +53 -53
  24. package/knowledge/ai-assisted-solo/experiments/simulation-manifest.json +19 -19
  25. package/knowledge/solo-test/masters/master_ackman/manifest.json +1 -1
  26. package/knowledge/solo-test/masters/master_aschenbrenner/manifest.json +1 -1
  27. package/knowledge/solo-test/masters/master_asness/manifest.json +1 -1
  28. package/knowledge/solo-test/masters/master_buffett/manifest.json +1 -1
  29. package/knowledge/solo-test/masters/master_burry/manifest.json +1 -1
  30. package/knowledge/solo-test/masters/master_cathie_wood/manifest.json +1 -1
  31. package/knowledge/solo-test/masters/master_dalio/manifest.json +1 -1
  32. package/knowledge/solo-test/masters/master_damodaran/manifest.json +1 -1
  33. package/knowledge/solo-test/masters/master_druckenmiller/manifest.json +1 -1
  34. package/knowledge/solo-test/masters/master_duan_yongping/manifest.json +1 -1
  35. package/knowledge/solo-test/masters/master_fisher/manifest.json +1 -1
  36. package/knowledge/solo-test/masters/master_forensic_short/manifest.json +1 -1
  37. package/knowledge/solo-test/masters/master_graham/manifest.json +1 -1
  38. package/knowledge/solo-test/masters/master_jhunjhunwala/manifest.json +1 -1
  39. package/knowledge/solo-test/masters/master_klarman/manifest.json +1 -1
  40. package/knowledge/solo-test/masters/master_li_lu/manifest.json +1 -1
  41. package/knowledge/solo-test/masters/master_lynch/manifest.json +1 -1
  42. package/knowledge/solo-test/masters/master_marks/manifest.json +1 -1
  43. package/knowledge/solo-test/masters/master_munger/manifest.json +1 -1
  44. package/knowledge/solo-test/masters/master_natenberg/manifest.json +1 -1
  45. package/knowledge/solo-test/masters/master_pabrai/manifest.json +1 -1
  46. package/knowledge/solo-test/masters/master_simons/manifest.json +1 -1
  47. package/knowledge/solo-test/masters/master_sinclair/manifest.json +1 -1
  48. package/knowledge/solo-test/masters/master_soros/manifest.json +1 -1
  49. package/knowledge/solo-test/masters/master_taleb/manifest.json +1 -1
  50. package/knowledge/solo-test/masters/master_thorp/manifest.json +1 -1
  51. package/mcp/lib/abort.mjs +0 -1
  52. package/mcp/lib/orchestrator.mjs +0 -1
  53. package/package.json +1 -1
@@ -6,14 +6,14 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "AlphaCouncil plugins for public-equity research.",
9
- "version": "0.9.1"
9
+ "version": "0.9.2"
10
10
  },
11
11
  "plugins": [
12
12
  {
13
13
  "name": "alphacouncil-agent",
14
14
  "source": "./",
15
15
  "description": "Multi-agent equity research: evidence packets, bull/bear debate, portfolio-manager decision.",
16
- "version": "0.9.1",
16
+ "version": "0.9.2",
17
17
  "author": {
18
18
  "name": "Zhao73"
19
19
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alphacouncil-agent",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Multi-agent public-equity research workflow for Claude Code: spawns analyst workers, gathers sourced JSON evidence packets, runs bull/bear debate, and produces a portfolio-manager Buy/Overweight/Hold/Underweight/Sell decision with a full report.",
5
5
  "author": {
6
6
  "name": "Zhao73"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alphacouncil-agent",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Host-visible or background public-equity research workflow with shared evidence packets.",
5
5
  "author": {
6
6
  "name": "Zhao73"
package/AGENTS.md CHANGED
@@ -10,7 +10,7 @@ Run `npm run check` after any code or prompt change.
10
10
 
11
11
  ## Current Release Boundary
12
12
 
13
- Package/plugin version `0.9.1` is a non-GA preview published to npm's `next` dist-tag and
13
+ Package/plugin version `0.9.2` is a non-GA preview published to npm's `next` dist-tag and
14
14
  marked as a GitHub prerelease. Its build channel remains `solo_test`: 26 physical provisional
15
15
  PersonaPack v3 packs, 26 `operator_lens` seats, 52 `provisional_derived_proxy` tools,
16
16
  0 operational seats and 0 validated `method_model` seats. Do not present this feature
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  Notable changes per release. Dates are UTC.
4
4
 
5
+ ## [0.9.2] — 2026-07-28
6
+
7
+ This is a **non-GA hotfix** for the bounded quick-council preview. `0.9.1` passed the
8
+ source, package and public-install smoke checks, but the first clean GitHub Actions matrix
9
+ exposed a cross-platform event-loop failure in the new hard-deadline path. Because npm
10
+ versions are immutable, `0.9.2` supersedes `0.9.1` on the `next` dist-tag.
11
+
12
+ ### Fixed
13
+
14
+ - Grounding and linked-operation deadline timers now remain referenced until they abort or
15
+ are explicitly cleared. The previous `unref()` calls allowed Node to exit while a timeout
16
+ Promise was still pending when no other event-loop handle remained. That could cancel the
17
+ grounding test on Linux, macOS and Windows and weakened the claimed hard deadline in
18
+ short-lived hosts.
19
+ - A new isolated-process regression proves the linked abort deadline fires even when it is
20
+ the only event-loop handle.
21
+ - The quick-analysis fixture now uses a Node `.cmd` wrapper on Windows, so the five-job CI
22
+ matrix exercises the same fake worker behavior instead of silently producing empty output.
23
+
24
+ Quick/full scope, the 600,000ms ceiling, fixed evidence topology and all PersonaPack
25
+ assurance boundaries are otherwise unchanged from `0.9.1`. The production GA gate remains
26
+ intentionally failing.
27
+
5
28
  ## [0.9.1] — 2026-07-28
6
29
 
7
30
  This is a **non-GA quick-council preview** published on npm's `next` dist-tag and as a
package/CLAUDE.md CHANGED
@@ -22,14 +22,14 @@ non-investment test output.
22
22
 
23
23
  ## Current Build Profile
24
24
 
25
- The declared package/plugin version is `0.9.1`. It is published to npm's `next` dist-tag and
25
+ The declared package/plugin version is `0.9.2`. It is published to npm's `next` dist-tag and
26
26
  as a GitHub prerelease: a non-GA quick-council preview. The build channel remains
27
27
  `solo_test`. The isolated packaged tree contains 26 physical v3 packs and 52 executable
28
28
  `provisional_derived_proxy` tools.
29
29
  Every seat is still a provisional `operator_lens`: operational = 0, `method_model` = 0,
30
30
  human source approvals = 0, human formula approvals = 0, human approval signatures = 0.
31
31
  The production loader rejects these packs and formal production GA remains fail-closed.
32
- See `docs/releases/v0.9.1.md` and `docs/report-contract.md`.
32
+ See `docs/releases/v0.9.2.md` and `docs/report-contract.md`.
33
33
 
34
34
  ## Agent-Skills Governance
35
35
 
package/README.ja.md CHANGED
@@ -57,16 +57,16 @@ AlphaCouncil Agent は、**上場株式のリサーチ委員会**向けの Codex
57
57
 
58
58
  このリポジトリはアップロード用のソースコピーです。実行成果物はリポジトリの外、`~/.alphacouncil-agent/runs/<run_id>/` に書き出されます。
59
59
 
60
- ## 現在の 0.9.1 プレビュー:non-GA solo-test
60
+ ## 現在の 0.9.2 プレビュー:non-GA solo-test
61
61
 
62
- `0.9.1` は npm の `next` dist-tag で公開され、GitHub では prerelease として扱われます。
62
+ `0.9.2` は npm の `next` dist-tag で公開され、GitHub では prerelease として扱われます。
63
63
  これは時間制限付き `quick_v1` の機能プレビューであり、正式な production GA ではありません。
64
64
  build channel は引き続き `solo_test` です。物理 PersonaPack v3 は 26、実行可能な
65
65
  `provisional_derived_proxy` ツールは 52、provisional `operator_lens` は 26。
66
66
  `operational`:**0**、検証済み `method_model`:**0**、人間によるソース/数式承認と承認署名:**0**です。
67
67
 
68
68
  production loader はこのツリーを引き続き拒否し、production assembly、cutover、GA は
69
- fail-closed のままです。quick の正確な境界は [v0.9.1 リリース契約](docs/releases/v0.9.1.md)、
69
+ fail-closed のままです。quick の正確な境界は [v0.9.2 リリース契約](docs/releases/v0.9.2.md)、
70
70
  `quick_v1` と `full_v2` の違いは [レポート契約](docs/report-contract.md) を参照してください。
71
71
 
72
72
  ## 📜 免責事項
@@ -226,7 +226,7 @@ parse-only 修復後も失敗した場合、失敗と診断の成果物を保存
226
226
  | 現代 | アッシェンブレナー |
227
227
  | v3 拡張 | ダモダラン · アックマン · キャシー・ウッド · パブライ · ジュンジュンワラ |
228
228
 
229
- 0.9.1 `solo_test` カタログには 26 個の選択可能な物理 v3 パックがありますが、
229
+ 0.9.2 `solo_test` カタログには 26 個の選択可能な物理 v3 パックがありますが、
230
230
  **26 パックは 26 個の承認済みメソッドモデルを意味しません**。全 26 席は provisional
231
231
  `operator_lens` のままです。52 個のツールは実行可能な
232
232
  `provisional_derived_proxy` テスト代理であり、人間が承認した数式帰属ではありません。
package/README.md CHANGED
@@ -66,9 +66,9 @@ AlphaCouncil Agent is a Codex and Claude Code plugin for public-equity research
66
66
 
67
67
  This repository is the uploadable source copy. Runtime outputs are written outside the repo under `~/.alphacouncil-agent/runs/<run_id>/`.
68
68
 
69
- ## Current 0.9.1 preview status: non-GA solo-test
69
+ ## Current 0.9.2 preview status: non-GA solo-test
70
70
 
71
- Version `0.9.1` is published on npm's `next` dist-tag and as a GitHub prerelease. It is a
71
+ Version `0.9.2` is published on npm's `next` dist-tag and as a GitHub prerelease. It is a
72
72
  bounded `quick_v1` feature preview, **not** formal production GA. The build channel remains
73
73
  `solo_test`: 26 physical PersonaPack v3 packs, 52 executable
74
74
  `provisional_derived_proxy` tools, and 26 provisional `operator_lens` seats. Operational
@@ -76,7 +76,7 @@ seats: **0**; validated `method_model` seats: **0**; human source/formula approv
76
76
  approval signatures: **0**.
77
77
 
78
78
  The production loader still rejects this tree, and production assembly, cutover and GA stay
79
- fail-closed. See [the v0.9.1 release contract](docs/releases/v0.9.1.md) for the exact quick
79
+ fail-closed. See [the v0.9.2 release contract](docs/releases/v0.9.2.md) for the exact quick
80
80
  boundary and [the report contract](docs/report-contract.md) for `quick_v1` versus `full_v2`.
81
81
 
82
82
  ## 📜 Disclaimer
@@ -259,7 +259,7 @@ failure mode** — a seat that cannot name how it goes wrong will not flag it wh
259
259
  | Modern | Aschenbrenner |
260
260
  | v3 expansion | Damodaran · Ackman · Cathie Wood · Pabrai · Jhunjhunwala |
261
261
 
262
- The 0.9.1 `solo_test` catalog has 26 selectable physical v3 packs, but **26 physical packs is
262
+ The 0.9.2 `solo_test` catalog has 26 selectable physical v3 packs, but **26 physical packs is
263
263
  not 26 approved method models**. Every seat is a provisional `operator_lens` backed by
264
264
  project-derived proxy material; the 52 tools are executable test proxies, not human-approved
265
265
  formula attribution. Operational and `method_model` counts are both zero, and production GA
package/README.zh-CN.md CHANGED
@@ -57,16 +57,16 @@ AlphaCouncil Agent 是一个面向**上市股票研究**的 Codex / Claude Code
57
57
 
58
58
  本仓库是可上传的源代码副本。运行产物写在仓库之外的 `~/.alphacouncil-agent/runs/<run_id>/` 下。
59
59
 
60
- ## 当前 0.9.1 预览状态:non-GA solo-test
60
+ ## 当前 0.9.2 预览状态:non-GA solo-test
61
61
 
62
- `0.9.1` 发布在 npm 的 `next` dist-tag,并在 GitHub 标记为 prerelease。它是有界
62
+ `0.9.2` 发布在 npm 的 `next` dist-tag,并在 GitHub 标记为 prerelease。它是有界
63
63
  `quick_v1` 功能预览,**不是**正式生产 GA。构建渠道仍是 `solo_test`:26 个物理
64
64
  PersonaPack v3 包、52 个可执行 `provisional_derived_proxy` 工具,以及 26 个 provisional
65
65
  `operator_lens` 席位。`operational`:**0**;已验证 `method_model`:**0**;人工来源/公式
66
66
  审批与审批签名仍为 **0**。
67
67
 
68
68
  生产 loader 仍拒绝这套树,production assembly、cutover 与 GA 继续 fail-closed。精确的
69
- quick 边界见 [v0.9.1 发布合同](docs/releases/v0.9.1.md),`quick_v1` 与 `full_v2` 的报告差异见
69
+ quick 边界见 [v0.9.2 发布合同](docs/releases/v0.9.2.md),`quick_v1` 与 `full_v2` 的报告差异见
70
70
  [报告合同](docs/report-contract.md)。
71
71
 
72
72
  ## 📜 免责声明
@@ -224,7 +224,7 @@ Claude Code、OpenCode、Grok Build 装完即可用。Codex 的 prompts 是用
224
224
  | 现代 | Aschenbrenner |
225
225
  | v3 扩展 | 达莫达兰 · 阿克曼 · 凯茜·伍德 · Pabrai · 琼琼瓦拉 |
226
226
 
227
- 0.9.1 `solo_test` 目录已有 26 个可选的物理 v3 包,但 **26 个物理包不等于 26 个已获批的
227
+ 0.9.2 `solo_test` 目录已有 26 个可选的物理 v3 包,但 **26 个物理包不等于 26 个已获批的
228
228
  方法模型**。所有 26 席都只是 provisional `operator_lens`;52 个工具是可执行的
229
229
  `provisional_derived_proxy` 测试代理,不是经过人工审批的公式归因。`operational` 与
230
230
  `method_model` 数量均为 0,正式生产 GA 继续 fail-closed。
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schema_version": 1,
3
3
  "channel": "solo_test",
4
- "package_version": "0.9.1",
4
+ "package_version": "0.9.2",
5
5
  "pack_root": "knowledge/solo-test/masters",
6
6
  "assurance_class": "provisional_derived_proxy",
7
7
  "production_eligible": false,
package/docs/INSTALL.md CHANGED
@@ -16,7 +16,7 @@ plain MCP server in the Claude desktop app.
16
16
  npm install -g alphacouncil-agent@next
17
17
  ```
18
18
 
19
- `0.9.1` is intentionally on `next`; unqualified `alphacouncil-agent` follows the stable
19
+ `0.9.2` is intentionally on `next`; unqualified `alphacouncil-agent` follows the stable
20
20
  `latest` tag and does not install this non-GA preview.
21
21
 
22
22
  Then point any MCP host at the `alphacouncil-agent` binary. For Claude Code:
@@ -1,6 +1,6 @@
1
1
  # PersonaPack v3 GA release evidence
2
2
 
3
- Status: package/plugin version `0.9.0-solo-test.3`, channel `solo_test`; verifier contracts implemented,
3
+ Status: package/plugin version `0.9.2`, channel `solo_test`; verifier contracts implemented,
4
4
  but no production pass, approval artifact or signature claim is included in this repository.
5
5
 
6
6
  ## Solo-test boundary
@@ -119,5 +119,5 @@ node scripts/check-persona-v3-ga.mjs \
119
119
  ```
120
120
 
121
121
  `--release-manifest` remains only as a migration diagnostic and always blocks GA. The
122
- current worktree is version 0.9.0-solo-test.3 and has no approved physical production release
122
+ current worktree is version 0.9.2 and has no approved physical production release
123
123
  or signed GA evidence set, so the default production-GA command must fail.
@@ -1,6 +1,6 @@
1
1
  # AlphaCouncil 0.9.0 - PersonaPack v3 execution tracker
2
2
 
3
- Status: `0.9.0-solo-test.3` **solo-test prerelease**; not formal production GA. Bare
3
+ Snapshot status on 2026-07-27: `0.9.0-solo-test.3` **solo-test prerelease**; not formal production GA. Bare
4
4
  `0.9.0` remains the future GA target, and the production release gates at the end of this
5
5
  document remain fail-closed.
6
6
 
@@ -8,7 +8,7 @@ Revision: **1** (2026-07-27). Revision 1 adds corpus-baseline and human-adjudica
8
8
  a real-grounding refusal contract for Taleb, and a preregistered historical/shadow protocol
9
9
  for any future `N_eff` estimate. It does not claim that those gates have already passed.
10
10
 
11
- ## Current solo-test snapshot
11
+ ## 2026-07-27 solo-test snapshot
12
12
 
13
13
  - Package/plugin/build-profile version: `0.9.0-solo-test.3`; channel: `solo_test`.
14
14
  - Physical v3 packs: **26/26**; explicit solo-test loader/compiler: **26/26**.
@@ -31,7 +31,7 @@ research, compute, reject and remember, not by imitating a famous person's tone.
31
31
  and executed through the same catalog/runtime shape. It does not prove attributed methods,
32
32
  operational admission or production eligibility.
33
33
 
34
- The release does not describe 26 opinions as 26 independent samples. It records shared-model,
34
+ The planned release does not describe 26 opinions as 26 independent samples. It records shared-model,
35
35
  shared-evidence and shared-source correlation, preserves minority reports, and reports
36
36
  effective diversity only after measured ablations.
37
37
 
@@ -0,0 +1,62 @@
1
+ # AlphaCouncil Agent v0.9.2 — Quick Deadline Hotfix (Non-GA)
2
+
3
+ `v0.9.2` supersedes `v0.9.1` on npm's `next` dist-tag. It preserves the same bounded
4
+ quick-council feature and assurance scope, while fixing a clean-CI failure in the timeout
5
+ implementation. It is a GitHub prerelease and is not a PersonaPack production-GA release.
6
+
7
+ ## Why 0.9.2 exists
8
+
9
+ After `0.9.1` was accepted by npm, the first clean GitHub Actions matrix showed the quick
10
+ grounding timeout being cancelled with `Promise resolution is still pending but the event
11
+ loop has already resolved` on Linux, macOS and Windows. The deadline timers had been
12
+ `unref()`'d. In a short-lived process with no other referenced handles, Node could exit
13
+ before the timer fired, so the claimed hard deadline was not self-sustaining.
14
+
15
+ npm versions are immutable. The published `0.9.1` bytes were therefore not replaced or
16
+ hidden; `0.9.2` carries the correction and `0.9.1` is marked as superseded.
17
+
18
+ ## Fix
19
+
20
+ - Grounding and linked-operation deadline timers remain referenced until they abort or are
21
+ cleared.
22
+ - The existing abort propagation remains intact: a timeout cancels the underlying quote,
23
+ options, macro, filing, screen and non-US market requests.
24
+ - The global quick deadline still includes grounding, retries, queueing, evidence, method
25
+ seats, Bull/Bear, PM synthesis and deterministic finalization.
26
+ - An isolated child-process regression proves the linked deadline fires when it is the only
27
+ remaining event-loop handle. The Windows quick-analysis fixture now launches its fake
28
+ worker through an explicit Node `.cmd` wrapper, matching the production invocation shape.
29
+
30
+ ## Unchanged quick contract
31
+
32
+ - Complete 26-seat catalog display before research; quick accepts one to four explicit
33
+ stable IDs and rejects `all`.
34
+ - Four parallel evidence seats: `market_data`, `earnings_deep_dive`,
35
+ `valuation_long_short`, `news_industry_management`.
36
+ - One wave of selected method seats, one parallel Bull/Bear statement round and one short
37
+ PM synthesis.
38
+ - Hard end-to-end ceiling of 600,000ms, which may only be lowered.
39
+ - Recent-news display includes only dated sources in the 120 days up to `as_of`.
40
+ - Explicit `degraded` terminal state and system-owned failure ledger.
41
+ - `quick_v1` is not equivalent to `full_v2`; it does not run three-round exact Q&A or the
42
+ adversarial source/numeric/counterevidence verifier stage.
43
+ - Method-seat output is a provisional recorded lens result, not a quotation from the named
44
+ person.
45
+
46
+ ## Assurance boundary
47
+
48
+ - Build channel: `solo_test`.
49
+ - `production_eligible=false`.
50
+ - `method_model_eligible=false`.
51
+ - Physical provisional packs: 26.
52
+ - Provisional `operator_lens`: 26.
53
+ - Operational seats: 0.
54
+ - Validated `method_model` seats: 0.
55
+ - Live external host E2E evidence: 0/4.
56
+
57
+ Changing `pack_version` to `0.9.2` mechanically changes all 26 pack hashes and the ten
58
+ simulation binding artifacts. That administrative hash churn does not change method logic,
59
+ evidence approval, experiment status or maturity.
60
+
61
+ The formal GA gate remains fail-closed. This hotfix does not promote method maturity or
62
+ claim production readiness.
@@ -18,12 +18,12 @@
18
18
  "formal_h_satisfied": false,
19
19
  "human_reference": false,
20
20
  "input_binding": {
21
- "input_hash": "sha256:633cc82231d542dbc55c41a65fb234104735180d4bea554c42b7ef2db8c7db44",
21
+ "input_hash": "sha256:752ecf73d001424e072bd155176e93a10ba45fc4fba1104a2f52f45a490d4253",
22
22
  "path": "simulation-input.json"
23
23
  },
24
24
  "network_allowed": false,
25
25
  "production_effect": "none",
26
- "result_hash": "sha256:25e121198a6cbb96554df3c005349e98e7d47a5f948bb0b3cf437d1375541f1b",
26
+ "result_hash": "sha256:2013b4b3e2f70593b6c4ff2451606f56ba9792071da7ae2c9718d555bdc91e1e",
27
27
  "results": {
28
28
  "blocked_fail_closed_count": 0,
29
29
  "completion_status": "completed_machine_simulation",
@@ -34,7 +34,7 @@
34
34
  "fact_pack_hash": "sha256:0adab0b69b1e8ba756deaeac3c457e044dd5a7195b1847893db0953772220e41",
35
35
  "frozen_decision_hash": "sha256:ddfd120be4926ef3b400a07f8af44c277d170f4c8f48364579b5b21ae48fa661",
36
36
  "native_state": "provisional_own_at_price",
37
- "pack_hash": "sha256:9d8260b5256a67c74be7d2d25545c13efd2fcae8cd95cf247c8f48cc36fc8ee5",
37
+ "pack_hash": "sha256:0c83b559eefa9f3ffb5679aa1c2969db32f1543e29732633b007e8668eb45e33",
38
38
  "persona_id": "master_buffett",
39
39
  "policy_execution_hash": "sha256:5e853405b4dd96e4760f842c0726e26bf7f87e9e3cc79a6b90e3ceb58a2211a5",
40
40
  "score_ratio": 1,
@@ -54,7 +54,7 @@
54
54
  "verifier_checks": []
55
55
  },
56
56
  "reviewer_kind": "ai",
57
- "run_artifact_hash": "sha256:dfd795cbdab47b35a82f5c97d132c15c12ca83cc1d2a63fbf5be58823059c3ea",
57
+ "run_artifact_hash": "sha256:07668b1d8e9f4273ec1599ed41718959f821ebdba7164fe00968e8ba255a8682",
58
58
  "run_id": "A",
59
59
  "schema_version": 1,
60
60
  "simulation_scope": "single deterministic seat surrogate; formal single-model answer is not simulated"
@@ -16,7 +16,7 @@
16
16
  "formal_h_satisfied": false,
17
17
  "human_reference": false,
18
18
  "input_binding": {
19
- "input_hash": "sha256:633cc82231d542dbc55c41a65fb234104735180d4bea554c42b7ef2db8c7db44",
19
+ "input_hash": "sha256:752ecf73d001424e072bd155176e93a10ba45fc4fba1104a2f52f45a490d4253",
20
20
  "path": "simulation-input.json"
21
21
  },
22
22
  "network_allowed": false,
@@ -37,7 +37,7 @@
37
37
  "verifier_checks": []
38
38
  },
39
39
  "reviewer_kind": "ai",
40
- "run_artifact_hash": "sha256:43f0e68bacb64753bff985b7a1c6e726490fec70c4250a376a6cf9e0fea48372",
40
+ "run_artifact_hash": "sha256:ec5087d2b895b91e5e368f55cc7c3d05a8dd6e67a11f606db592ed3f64961b0c",
41
41
  "run_id": "B",
42
42
  "schema_version": 1,
43
43
  "simulation_scope": "frozen-input control digest only; eight LLM analyst outputs are not simulated"
@@ -16,7 +16,7 @@
16
16
  "formal_h_satisfied": false,
17
17
  "human_reference": false,
18
18
  "input_binding": {
19
- "input_hash": "sha256:633cc82231d542dbc55c41a65fb234104735180d4bea554c42b7ef2db8c7db44",
19
+ "input_hash": "sha256:752ecf73d001424e072bd155176e93a10ba45fc4fba1104a2f52f45a490d4253",
20
20
  "path": "simulation-input.json"
21
21
  },
22
22
  "network_allowed": false,
@@ -37,7 +37,7 @@
37
37
  "verifier_checks": []
38
38
  },
39
39
  "reviewer_kind": "ai",
40
- "run_artifact_hash": "sha256:2db7b9fad7e7a7f1056640431d6c6af56e7182683e5fdb51b4040b88a9a48676",
40
+ "run_artifact_hash": "sha256:eab1e93b8f9dfc7158c5b2b3c61d4948391b5e8f32a7c9aedfe27979aa526853",
41
41
  "run_id": "C",
42
42
  "schema_version": 1,
43
43
  "simulation_scope": "prompt-catalog binding only; prompt-only LLM outputs are not simulated"
@@ -30,12 +30,12 @@
30
30
  "formal_h_satisfied": false,
31
31
  "human_reference": false,
32
32
  "input_binding": {
33
- "input_hash": "sha256:633cc82231d542dbc55c41a65fb234104735180d4bea554c42b7ef2db8c7db44",
33
+ "input_hash": "sha256:752ecf73d001424e072bd155176e93a10ba45fc4fba1104a2f52f45a490d4253",
34
34
  "path": "simulation-input.json"
35
35
  },
36
36
  "network_allowed": false,
37
37
  "production_effect": "none",
38
- "result_hash": "sha256:03e60cc07be3ea141b5cec29e1ecc09413181be84abf2c90483ec41a7d7b7c15",
38
+ "result_hash": "sha256:d2666c636d40d8fe1a076f17db2c447679c0af1d51bbd521b6695bbed5489a83",
39
39
  "results": {
40
40
  "blocked_fail_closed_count": 0,
41
41
  "completion_status": "completed_machine_simulation",
@@ -46,7 +46,7 @@
46
46
  "fact_pack_hash": "sha256:702d4dbd2513e429997e9e77b69f8f5dd924bf4c01d8c7accf11645f2a39664c",
47
47
  "frozen_decision_hash": "sha256:1d568408ad261a4899b0faca1b8506d2c088408587bf370cb163e15b4f975e3b",
48
48
  "native_state": "provisional_undervalued",
49
- "pack_hash": "sha256:e2860158ecf8ae9ae91f0276f3585579f3a90c166062cc0d88500eec518447f9",
49
+ "pack_hash": "sha256:188940f9caf33ed47bb9d84c8bf7787d2dbe6d98a71226b98c828a9fa082442c",
50
50
  "persona_id": "master_damodaran",
51
51
  "policy_execution_hash": "sha256:be74915d6f24c7a7223bf449b805bbb419bdf724f482ccf7df48efb87afc3e41",
52
52
  "score_ratio": 1,
@@ -60,7 +60,7 @@
60
60
  "fact_pack_hash": "sha256:76cca34c2e39ea5898330406a49612004eb5ac6f5a9fc3bac57c06f72bce028f",
61
61
  "frozen_decision_hash": "sha256:84dd5be279cf1ee37990d2cdc58a16ee00d99995df6dc48ea86525626764f97f",
62
62
  "native_state": "provisional_margin_of_safety",
63
- "pack_hash": "sha256:c401a14385bb67d5f4135718972ba10c670e549e4fa3c3836f3f11c493577436",
63
+ "pack_hash": "sha256:d16b7aba410b45b7afd3af22256f77ca334b25d07e297c9136f7843fdedc2518",
64
64
  "persona_id": "master_graham",
65
65
  "policy_execution_hash": "sha256:5cd51dcd115c45d1b2c7afdba56d2db078869825eb0958afade69beed7421b43",
66
66
  "score_ratio": 1,
@@ -74,7 +74,7 @@
74
74
  "fact_pack_hash": "sha256:301b59fe11ccf10706684f270e8b7185260545dc68b13c39438f39b53e93efab",
75
75
  "frozen_decision_hash": "sha256:a2d28669d1d782d84f8af0f45ecc18609b23d32cb0ff29fc4777bc3585a6e349",
76
76
  "native_state": "provisional_engagement_candidate",
77
- "pack_hash": "sha256:6cc2aa3e5cf2698de3e42321531ae77f11e0b32cc40c5f303cfae3f5b638560f",
77
+ "pack_hash": "sha256:82ffb0dde35124d0ed9790e7086b8db29b169e274c2299238b9f3c82d88374e1",
78
78
  "persona_id": "master_ackman",
79
79
  "policy_execution_hash": "sha256:f6f80cef0c69e2f755e2f1c20dc5886cba2a5e6e0dd675fb1b6eb56330ada427",
80
80
  "score_ratio": 1,
@@ -88,7 +88,7 @@
88
88
  "fact_pack_hash": "sha256:46c6f2d5014a20e4f96254cb363b71eedf66beb33204a12a4579e08116afb249",
89
89
  "frozen_decision_hash": "sha256:6a8785ec84078c6f8daad9c6a18a71779196795ccdb6d3a6ac34b58da7c90b07",
90
90
  "native_state": "provisional_asymmetric_innovation",
91
- "pack_hash": "sha256:2d5e3101a82b4097b8a6b75085f4ff13fb0fbaa347f262cd8d3bed94808ce672",
91
+ "pack_hash": "sha256:79bf5689574b5fee6717844434649744f560ff2d9881a9f5df894c3d21e97c0d",
92
92
  "persona_id": "master_cathie_wood",
93
93
  "policy_execution_hash": "sha256:66b39b370506643e72ede933211accd910945072cdeaf4f9785d2316324a4cae",
94
94
  "score_ratio": 1,
@@ -102,7 +102,7 @@
102
102
  "fact_pack_hash": "sha256:c249a152df048b50d725d1454faf6081b1bf2ef7b02dd8352275bee559f3fa13",
103
103
  "frozen_decision_hash": "sha256:c184bca80fca0d0ab573789c97539dfdd0d1cb63e567829c0d500b15c660b796",
104
104
  "native_state": "provisional_monitor",
105
- "pack_hash": "sha256:8259649c35488d58f4912c29f4f73285995c598700c460692b07e2ee8a479a97",
105
+ "pack_hash": "sha256:a91ef92600fe3f2954fdd2cea80c4b57a066d9fbc26723f21011af414e0e65c3",
106
106
  "persona_id": "master_munger",
107
107
  "policy_execution_hash": "sha256:1bfbc42a862cab4e876e0f98991a8cce7b1bd0dc08a239ce0897d97fc02411b2",
108
108
  "score_ratio": 1,
@@ -116,7 +116,7 @@
116
116
  "fact_pack_hash": "sha256:a5b193f40fec598fb159fbe5e37dd9782e2660cee697c20e9a59b7f7f7bfa959",
117
117
  "frozen_decision_hash": "sha256:40be9e02a61ec476335d0a5c0f36dee44de7e03cb6f3d34bb0ac658b792b06af",
118
118
  "native_state": "provisional_structural_mispricing",
119
- "pack_hash": "sha256:76eb044893c547e58ecf6e4c8731c91f58568640232c0c1c4a7e4b06580d44c2",
119
+ "pack_hash": "sha256:47d6c93626e0017c23604a06c1d86cc6891dc37b8aaef5061a9ee7763b342c80",
120
120
  "persona_id": "master_burry",
121
121
  "policy_execution_hash": "sha256:3dc3d19e4a61dd494d3072695f5c829e0e60fd7891720cd9dcf6769a531f6995",
122
122
  "score_ratio": 1,
@@ -130,7 +130,7 @@
130
130
  "fact_pack_hash": "sha256:5b1b600295eeee302313ddf47dc1eb639a469e2c9b5c4aa33a63eba9ec1e6ce5",
131
131
  "frozen_decision_hash": "sha256:f4c16ec558bb51672b53b675ec8a8a6b50453537a32897602c4bae5a2ef2be40",
132
132
  "native_state": "provisional_asymmetric_candidate",
133
- "pack_hash": "sha256:408a7b0965e2fb4fb984ac9490d5959c225fbf9c0b384fb2d719b0fbad22a38a",
133
+ "pack_hash": "sha256:27de008e9b83542d3266b5101a1924ad51d4d00a6ff077900fec5c1e1381c437",
134
134
  "persona_id": "master_pabrai",
135
135
  "policy_execution_hash": "sha256:38edf349b7d5b42136634cca7b5544932692fee42ff26ebfe03c46e339c2d66e",
136
136
  "score_ratio": 1,
@@ -144,7 +144,7 @@
144
144
  "fact_pack_hash": "sha256:ce643fb45ddef2af2f9d06c2f01853fa0f8c9ce4c8599abcb1d912f7fef3d95d",
145
145
  "frozen_decision_hash": "sha256:c0bd26b8ee5b9fa7ac7f35038917b74d7c9173f127e62fab2b4b2bd17e441617",
146
146
  "native_state": "provisional_convex_opportunity",
147
- "pack_hash": "sha256:84486c7f0877153383e577714243572fdbe88d8e022f68fbbe6a583082457802",
147
+ "pack_hash": "sha256:5cf6c0f039c3838390090fabf7cb311f426b90c0954c495e8089ca4494899ee1",
148
148
  "persona_id": "master_taleb",
149
149
  "policy_execution_hash": "sha256:685910a55811876df60c9890f083d93b1a95f11ac6799d06ecb97f11be106491",
150
150
  "score_ratio": 1,
@@ -158,7 +158,7 @@
158
158
  "fact_pack_hash": "sha256:36e4568b935d73e4bf27285ac7c2e26f4a3c4cb63ae84569accfef36af1633ee",
159
159
  "frozen_decision_hash": "sha256:11a2d8045d0f225a14985f2b48b55f203a84edaf773928d27535f36def9a4537",
160
160
  "native_state": "provisional_category_opportunity",
161
- "pack_hash": "sha256:81bda7495aac1aeef35e99c74171ff77c1d0eef57225f89ac84a4985b3f885c1",
161
+ "pack_hash": "sha256:9ca1255c5afda27993bfb1291873cbaf080d949f23b6296bd6c33db35a410592",
162
162
  "persona_id": "master_lynch",
163
163
  "policy_execution_hash": "sha256:25a035ba9912aa3e362927fa8eb14e376657e5e758a79d366ed4f4776cbe99a2",
164
164
  "score_ratio": 1,
@@ -172,7 +172,7 @@
172
172
  "fact_pack_hash": "sha256:91c21c62a5508f53773b13714956008301a96f35455421f0a029aca9f6d96846",
173
173
  "frozen_decision_hash": "sha256:7e2d1fda2363ad67e46aea321bfca662d5273788a0b0c05c4e31238c4d69c117",
174
174
  "native_state": "provisional_long_duration_quality",
175
- "pack_hash": "sha256:b6ba9d263137936227500c17af79d04daf481f38b934022ae046b2344ee8dda2",
175
+ "pack_hash": "sha256:0b1a40720fe7c20784151f8302079341727589852276c6c40033ac0ffeefa153",
176
176
  "persona_id": "master_fisher",
177
177
  "policy_execution_hash": "sha256:9e620b5bb630cd42e5b482c6a01a18b210d615669a5100e6856cfcb3b095bc90",
178
178
  "score_ratio": 1,
@@ -186,7 +186,7 @@
186
186
  "fact_pack_hash": "sha256:3c00b9082899e1bc040b4e6e967e094a1c24d53f603b0996d508bda4d3278fb8",
187
187
  "frozen_decision_hash": "sha256:b0130956191645565781d0c23c7e42e772cff80efeb00d4b3ff169c24bb1e308",
188
188
  "native_state": "provisional_concentrated_growth_candidate",
189
- "pack_hash": "sha256:adcc2e4633f7ab3e7a9e4c018cb97a41ba69cb30c2abf09bc06c2c78dc83d26c",
189
+ "pack_hash": "sha256:945faa2163386bdaae4c98a30f9e63de2daf676afb49f0053af2dc2f4c2c5f28",
190
190
  "persona_id": "master_jhunjhunwala",
191
191
  "policy_execution_hash": "sha256:b8f06017f86e3c59ed3fec0311772bcbf13230e08275c5686280f8a360380bc6",
192
192
  "score_ratio": 1,
@@ -200,7 +200,7 @@
200
200
  "fact_pack_hash": "sha256:6110836b4444c3976467c4ab707a8f6e38c6cc19a1c5dc41a53884a03066fb6d",
201
201
  "frozen_decision_hash": "sha256:1953083b763be405572008a7e8b639f745f60fadb8cdf29b68c7951e84858335",
202
202
  "native_state": "provisional_asymmetric_setup",
203
- "pack_hash": "sha256:14c122f22b9f6d0c4ac09bebd9783ad663e6c7b966a65d47e3c1915ea81598cf",
203
+ "pack_hash": "sha256:6efb8e7c22a031543ac6c81fa000a63c91a0a8fdbd145b52533c9ad8c4df9265",
204
204
  "persona_id": "master_druckenmiller",
205
205
  "policy_execution_hash": "sha256:05524438b4cb011ed69794efc854510b34cbe2df73a05340f5844a6d500dd774",
206
206
  "score_ratio": 1,
@@ -214,7 +214,7 @@
214
214
  "fact_pack_hash": "sha256:0adab0b69b1e8ba756deaeac3c457e044dd5a7195b1847893db0953772220e41",
215
215
  "frozen_decision_hash": "sha256:ddfd120be4926ef3b400a07f8af44c277d170f4c8f48364579b5b21ae48fa661",
216
216
  "native_state": "provisional_own_at_price",
217
- "pack_hash": "sha256:9d8260b5256a67c74be7d2d25545c13efd2fcae8cd95cf247c8f48cc36fc8ee5",
217
+ "pack_hash": "sha256:0c83b559eefa9f3ffb5679aa1c2969db32f1543e29732633b007e8668eb45e33",
218
218
  "persona_id": "master_buffett",
219
219
  "policy_execution_hash": "sha256:5e853405b4dd96e4760f842c0726e26bf7f87e9e3cc79a6b90e3ceb58a2211a5",
220
220
  "score_ratio": 1,
@@ -234,7 +234,7 @@
234
234
  "verifier_checks": []
235
235
  },
236
236
  "reviewer_kind": "ai",
237
- "run_artifact_hash": "sha256:b1a29e61f61e7059e515b5933cc3c52b920cb68b4ee4912a30801f45d59952ca",
237
+ "run_artifact_hash": "sha256:59d80b485ecb4cacee24a190d884cc374ab133a35292dd265d75e174c718bcd7",
238
238
  "run_id": "D13",
239
239
  "schema_version": 1,
240
240
  "simulation_scope": "13 physical provisional deterministic seats on frozen synthetic typed facts"