alphacouncil-agent 1.0.3 → 1.0.13

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 (81) hide show
  1. package/.claude/agents/alphacouncil-insider_sec.md +19 -0
  2. package/.claude/commands/alpha.md +48 -19
  3. package/.claude-plugin/marketplace.json +2 -2
  4. package/.claude-plugin/plugin.json +1 -1
  5. package/.codex-plugin/plugin.json +1 -1
  6. package/.grok/agents/alphacouncil-insider_sec.md +19 -0
  7. package/.grok/commands/alpha.md +48 -19
  8. package/.opencode/agent/alphacouncil-insider_sec.md +19 -0
  9. package/.opencode/command/alpha.md +48 -19
  10. package/CHANGELOG.md +307 -0
  11. package/CLAUDE.md +55 -13
  12. package/README.ja.md +42 -16
  13. package/README.md +70 -27
  14. package/README.zh-CN.md +53 -20
  15. package/SECURITY.md +11 -1
  16. package/commands/alpha.md +48 -19
  17. package/data/build-profile.v1.json +1 -1
  18. package/docs/INSTALL.md +9 -6
  19. package/docs/examples/final_report.SOX.zh.md +442 -0
  20. package/docs/report-contract.md +27 -3
  21. package/knowledge/ai-assisted-solo/experiments/runs/a.json +4 -4
  22. package/knowledge/ai-assisted-solo/experiments/runs/b.json +2 -2
  23. package/knowledge/ai-assisted-solo/experiments/runs/c.json +2 -2
  24. package/knowledge/ai-assisted-solo/experiments/runs/d13.json +16 -16
  25. package/knowledge/ai-assisted-solo/experiments/runs/d26.json +30 -30
  26. package/knowledge/ai-assisted-solo/experiments/runs/e-d13.json +19 -19
  27. package/knowledge/ai-assisted-solo/experiments/runs/e-d26.json +33 -33
  28. package/knowledge/ai-assisted-solo/experiments/runs/h_ai_reference.json +34 -34
  29. package/knowledge/ai-assisted-solo/experiments/simulation-input.json +84 -84
  30. package/knowledge/ai-assisted-solo/experiments/simulation-manifest.json +19 -19
  31. package/knowledge/solo-test/masters/master_ackman/manifest.json +8 -8
  32. package/knowledge/solo-test/masters/master_aschenbrenner/manifest.json +8 -8
  33. package/knowledge/solo-test/masters/master_asness/manifest.json +8 -8
  34. package/knowledge/solo-test/masters/master_bogle/manifest.json +8 -8
  35. package/knowledge/solo-test/masters/master_buffett/manifest.json +8 -8
  36. package/knowledge/solo-test/masters/master_burry/manifest.json +8 -8
  37. package/knowledge/solo-test/masters/master_cathie_wood/manifest.json +8 -8
  38. package/knowledge/solo-test/masters/master_dalio/manifest.json +8 -8
  39. package/knowledge/solo-test/masters/master_damodaran/manifest.json +8 -8
  40. package/knowledge/solo-test/masters/master_druckenmiller/manifest.json +8 -8
  41. package/knowledge/solo-test/masters/master_duan_yongping/manifest.json +8 -8
  42. package/knowledge/solo-test/masters/master_fisher/manifest.json +8 -8
  43. package/knowledge/solo-test/masters/master_forensic_short/manifest.json +8 -8
  44. package/knowledge/solo-test/masters/master_graham/manifest.json +8 -8
  45. package/knowledge/solo-test/masters/master_jhunjhunwala/manifest.json +8 -8
  46. package/knowledge/solo-test/masters/master_klarman/manifest.json +8 -8
  47. package/knowledge/solo-test/masters/master_li_lu/manifest.json +8 -8
  48. package/knowledge/solo-test/masters/master_lynch/manifest.json +8 -8
  49. package/knowledge/solo-test/masters/master_marks/manifest.json +8 -8
  50. package/knowledge/solo-test/masters/master_munger/manifest.json +8 -8
  51. package/knowledge/solo-test/masters/master_natenberg/manifest.json +8 -8
  52. package/knowledge/solo-test/masters/master_pabrai/manifest.json +8 -8
  53. package/knowledge/solo-test/masters/master_simons/manifest.json +8 -8
  54. package/knowledge/solo-test/masters/master_sinclair/manifest.json +8 -8
  55. package/knowledge/solo-test/masters/master_soros/manifest.json +8 -8
  56. package/knowledge/solo-test/masters/master_taleb/manifest.json +8 -8
  57. package/knowledge/solo-test/masters/master_thorp/manifest.json +8 -8
  58. package/mcp/lib/constants.mjs +82 -4
  59. package/mcp/lib/council-options.mjs +8 -4
  60. package/mcp/lib/council-selection.mjs +79 -1
  61. package/mcp/lib/fundamentals.mjs +50 -10
  62. package/mcp/lib/gates.mjs +42 -0
  63. package/mcp/lib/grounding.mjs +27 -1
  64. package/mcp/lib/industry.mjs +9 -1
  65. package/mcp/lib/markdown.mjs +25 -1
  66. package/mcp/lib/orchestrator.mjs +187 -24
  67. package/mcp/lib/personas/engine.mjs +57 -12
  68. package/mcp/lib/personas-v3/runtime.mjs +28 -0
  69. package/mcp/lib/prompts.mjs +72 -3
  70. package/mcp/lib/rpc.mjs +93 -7
  71. package/mcp/lib/run-store.mjs +3 -0
  72. package/mcp/lib/screen.mjs +46 -46
  73. package/mcp/lib/sec.mjs +25 -10
  74. package/mcp/lib/voice-from-decision.mjs +13 -5
  75. package/mcp/lib/weights.mjs +9 -2
  76. package/mcp/lib/xbrl-series.mjs +31 -5
  77. package/package.json +2 -1
  78. package/personas/analysts/insider_sec.md +38 -0
  79. package/scripts/lib/persona-v3-solo-test-packs.mjs +14 -8
  80. package/scripts/review-persona-v3-solo-formulas.mjs +5 -3
  81. package/skills/alphacouncil-agent/SKILL.md +80 -19
@@ -78,10 +78,10 @@
78
78
  "identity": {
79
79
  "maturity": "operator_lens",
80
80
  "operator_label": {
81
- "en": "Bogle Lens Provisional Operator Lens",
82
- "ja": "Bogle Lens 暫定オペレーター・レンズ",
83
- "ko": "Bogle Lens 임시 오퍼레이터 렌즈",
84
- "zh": "约翰·博格视角临时操作视角"
81
+ "en": "Bogle Lens",
82
+ "ja": "Bogle Lens・メソッドレンズ",
83
+ "ko": "Bogle Lens 방법론 렌즈",
84
+ "zh": "约翰·博格视角"
85
85
  },
86
86
  "persona_id": "master_bogle",
87
87
  "public_label": {
@@ -121,10 +121,10 @@
121
121
  "zh": "指数基金、ETF、整体市场预期回报与持有成本。"
122
122
  },
123
123
  "identity": {
124
- "en": "Bogle Lens; project-derived and not human reviewed",
125
- "ja": "Bogle Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
126
- "ko": "Bogle Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
127
- "zh": "约翰·博格视角;项目派生、未经人工审定"
124
+ "en": "Bogle Lens; a method model, not the person's own words",
125
+ "ja": "Bogle Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
126
+ "ko": "Bogle Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
127
+ "zh": "约翰·博格视角;方法模型,非本人言论"
128
128
  },
129
129
  "method": {
130
130
  "en": "Price a basket rather than a business by decomposing the long-run expected return into dividend yield, earnings growth and the change in valuation, then judging it against the long bond and the cost of holding it.",
@@ -81,10 +81,10 @@
81
81
  "identity": {
82
82
  "maturity": "operator_lens",
83
83
  "operator_label": {
84
- "en": "Buffett Lens Provisional Operator Lens",
85
- "ja": "Buffett Lens 暫定オペレーター・レンズ",
86
- "ko": "Buffett Lens 임시 오퍼레이터 렌즈",
87
- "zh": "巴菲特视角临时操作视角"
84
+ "en": "Buffett Lens",
85
+ "ja": "Buffett Lens・メソッドレンズ",
86
+ "ko": "Buffett Lens 방법론 렌즈",
87
+ "zh": "巴菲特视角"
88
88
  },
89
89
  "persona_id": "master_buffett",
90
90
  "public_label": {
@@ -124,10 +124,10 @@
124
124
  "zh": "实体经营企业、商业质量、资本配置与内在价值。"
125
125
  },
126
126
  "identity": {
127
- "en": "Buffett Lens; project-derived and not human reviewed",
128
- "ja": "Buffett Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
129
- "ko": "Buffett Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
130
- "zh": "巴菲特视角;项目派生、未经人工审定"
127
+ "en": "Buffett Lens; a method model, not the person's own words",
128
+ "ja": "Buffett Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
129
+ "ko": "Buffett Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
130
+ "zh": "巴菲特视角;方法模型,非本人言论"
131
131
  },
132
132
  "method": {
133
133
  "en": "Evaluate understandable operating businesses through owner earnings, durable competitive advantage, capital allocation and price versus conservative business value.",
@@ -83,10 +83,10 @@
83
83
  "identity": {
84
84
  "maturity": "operator_lens",
85
85
  "operator_label": {
86
- "en": "Michael Burry Lens Provisional Operator Lens",
87
- "ja": "Michael Burry Lens 暫定オペレーター・レンズ",
88
- "ko": "Michael Burry Lens 임시 오퍼레이터 렌즈",
89
- "zh": "迈克尔·伯里视角临时操作视角"
86
+ "en": "Michael Burry Lens",
87
+ "ja": "Michael Burry Lens・メソッドレンズ",
88
+ "ko": "Michael Burry Lens 방법론 렌즈",
89
+ "zh": "迈克尔·伯里视角"
90
90
  },
91
91
  "persona_id": "master_burry",
92
92
  "public_label": {
@@ -126,10 +126,10 @@
126
126
  "zh": "一手文件研究、资本结构、会计取证与结构性错价。"
127
127
  },
128
128
  "identity": {
129
- "en": "Michael Burry Lens; project-derived and not human reviewed",
130
- "ja": "Michael Burry Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
131
- "ko": "Michael Burry Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
132
- "zh": "迈克尔·伯里视角;项目派生、未经人工审定"
129
+ "en": "Michael Burry Lens; a method model, not the person's own words",
130
+ "ja": "Michael Burry Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
131
+ "ko": "Michael Burry Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
132
+ "zh": "迈克尔·伯里视角;方法模型,非本人言论"
133
133
  },
134
134
  "method": {
135
135
  "en": "Start from primary documents and capital structure to find structural, mechanically verifiable mispricing and test whether the position can survive being early.",
@@ -82,10 +82,10 @@
82
82
  "identity": {
83
83
  "maturity": "operator_lens",
84
84
  "operator_label": {
85
- "en": "Cathie Wood Innovation Lens Provisional Operator Lens",
86
- "ja": "Cathie Wood Innovation Lens 暫定オペレーター・レンズ",
87
- "ko": "Cathie Wood Innovation Lens 임시 오퍼레이터 렌즈",
88
- "zh": "Cathie Wood 创新扩散视角临时操作视角"
85
+ "en": "Cathie Wood Innovation Lens",
86
+ "ja": "Cathie Wood Innovation Lens・メソッドレンズ",
87
+ "ko": "Cathie Wood Innovation Lens 방법론 렌즈",
88
+ "zh": "Cathie Wood 创新扩散视角"
89
89
  },
90
90
  "persona_id": "master_cathie_wood",
91
91
  "public_label": {
@@ -125,10 +125,10 @@
125
125
  "zh": "颠覆式创新、技术采用、平台融合与成长估值。"
126
126
  },
127
127
  "identity": {
128
- "en": "Cathie Wood Innovation Lens; project-derived and not human reviewed",
129
- "ja": "Cathie Wood Innovation Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
130
- "ko": "Cathie Wood Innovation Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
131
- "zh": "Cathie Wood 创新扩散视角;项目派生、未经人工审定"
128
+ "en": "Cathie Wood Innovation Lens; a method model, not the person's own words",
129
+ "ja": "Cathie Wood Innovation Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
130
+ "ko": "Cathie Wood Innovation Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
131
+ "zh": "Cathie Wood 创新扩散视角;方法模型,非本人言论"
132
132
  },
133
133
  "method": {
134
134
  "en": "Connect technology cost curves and adoption to addressable market, company capture, unit economics and an explicit five-year valuation distribution.",
@@ -82,10 +82,10 @@
82
82
  "identity": {
83
83
  "maturity": "operator_lens",
84
84
  "operator_label": {
85
- "en": "Dalio Lens Provisional Operator Lens",
86
- "ja": "Dalio Lens 暫定オペレーター・レンズ",
87
- "ko": "Dalio Lens 임시 오퍼레이터 렌즈",
88
- "zh": "达利欧视角临时操作视角"
85
+ "en": "Dalio Lens",
86
+ "ja": "Dalio Lens・メソッドレンズ",
87
+ "ko": "Dalio Lens 방법론 렌즈",
88
+ "zh": "达利欧视角"
89
89
  },
90
90
  "persona_id": "master_dalio",
91
91
  "public_label": {
@@ -125,10 +125,10 @@
125
125
  "zh": "宏观环境、债务周期、跨资产风险与组合平衡。"
126
126
  },
127
127
  "identity": {
128
- "en": "Dalio Lens; project-derived and not human reviewed",
129
- "ja": "Dalio Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
130
- "ko": "Dalio Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
131
- "zh": "达利欧视角;项目派生、未经人工审定"
128
+ "en": "Dalio Lens; a method model, not the person's own words",
129
+ "ja": "Dalio Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
130
+ "ko": "Dalio Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
131
+ "zh": "达利欧视角;方法模型,非本人言论"
132
132
  },
133
133
  "method": {
134
134
  "en": "Classify growth, inflation, debt-cycle and policy regimes, then evaluate refinancing exposure and concentration across common macro drivers.",
@@ -81,10 +81,10 @@
81
81
  "identity": {
82
82
  "maturity": "operator_lens",
83
83
  "operator_label": {
84
- "en": "Damodaran Valuation Lens Provisional Operator Lens",
85
- "ja": "Damodaran Valuation Lens 暫定オペレーター・レンズ",
86
- "ko": "Damodaran Valuation Lens 임시 오퍼레이터 렌즈",
87
- "zh": "达莫达兰估值视角临时操作视角"
84
+ "en": "Damodaran Valuation Lens",
85
+ "ja": "Damodaran Valuation Lens・メソッドレンズ",
86
+ "ko": "Damodaran Valuation Lens 방법론 렌즈",
87
+ "zh": "达莫达兰估值视角"
88
88
  },
89
89
  "persona_id": "master_damodaran",
90
90
  "public_label": {
@@ -124,10 +124,10 @@
124
124
  "zh": "内在估值、故事量化、年轻企业与反向估值。"
125
125
  },
126
126
  "identity": {
127
- "en": "Damodaran Valuation Lens; project-derived and not human reviewed",
128
- "ja": "Damodaran Valuation Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
129
- "ko": "Damodaran Valuation Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
130
- "zh": "达莫达兰估值视角;项目派生、未经人工审定"
127
+ "en": "Damodaran Valuation Lens; a method model, not the person's own words",
128
+ "ja": "Damodaran Valuation Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
129
+ "ko": "Damodaran Valuation Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
130
+ "zh": "达莫达兰估值视角;方法模型,非本人言论"
131
131
  },
132
132
  "method": {
133
133
  "en": "Translate a testable business story into growth, margins, reinvestment, risk and cash flow, then expose the value distribution and price-implied story.",
@@ -82,10 +82,10 @@
82
82
  "identity": {
83
83
  "maturity": "operator_lens",
84
84
  "operator_label": {
85
- "en": "Druckenmiller Lens Provisional Operator Lens",
86
- "ja": "Druckenmiller Lens 暫定オペレーター・レンズ",
87
- "ko": "Druckenmiller Lens 임시 오퍼레이터 렌즈",
88
- "zh": "德鲁肯米勒视角临时操作视角"
85
+ "en": "Druckenmiller Lens",
86
+ "ja": "Druckenmiller Lens・メソッドレンズ",
87
+ "ko": "Druckenmiller Lens 방법론 렌즈",
88
+ "zh": "德鲁肯米勒视角"
89
89
  },
90
90
  "persona_id": "master_druckenmiller",
91
91
  "public_label": {
@@ -125,10 +125,10 @@
125
125
  "zh": "全球宏观、流动性、盈利拐点与集中持仓。"
126
126
  },
127
127
  "identity": {
128
- "en": "Druckenmiller Lens; project-derived and not human reviewed",
129
- "ja": "Druckenmiller Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
130
- "ko": "Druckenmiller Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
131
- "zh": "德鲁肯米勒视角;项目派生、未经人工审定"
128
+ "en": "Druckenmiller Lens; a method model, not the person's own words",
129
+ "ja": "Druckenmiller Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
130
+ "ko": "Druckenmiller Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
131
+ "zh": "德鲁肯米勒视角;方法模型,非本人言论"
132
132
  },
133
133
  "method": {
134
134
  "en": "Identify liquid macro and company inflections through liquidity, earnings revisions, price confirmation and asymmetric risk over a forward horizon.",
@@ -86,10 +86,10 @@
86
86
  "identity": {
87
87
  "maturity": "operator_lens",
88
88
  "operator_label": {
89
- "en": "Duan Yongping Lens Provisional Operator Lens",
90
- "ja": "Duan Yongping Lens 暫定オペレーター・レンズ",
91
- "ko": "Duan Yongping Lens 임시 오퍼레이터 렌즈",
92
- "zh": "段永平视角临时操作视角"
89
+ "en": "Duan Yongping Lens",
90
+ "ja": "Duan Yongping Lens・メソッドレンズ",
91
+ "ko": "Duan Yongping Lens 방법론 렌즈",
92
+ "zh": "段永平视角"
93
93
  },
94
94
  "persona_id": "master_duan_yongping",
95
95
  "public_label": {
@@ -129,10 +129,10 @@
129
129
  "zh": "消费企业、产品价值、企业文化与机会成本。"
130
130
  },
131
131
  "identity": {
132
- "en": "Duan Yongping Lens; project-derived and not human reviewed",
133
- "ja": "Duan Yongping Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
134
- "ko": "Duan Yongping Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
135
- "zh": "段永平视角;项目派生、未经人工审定"
132
+ "en": "Duan Yongping Lens; a method model, not the person's own words",
133
+ "ja": "Duan Yongping Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
134
+ "ko": "Duan Yongping Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
135
+ "zh": "段永平视角;方法模型,非本人言论"
136
136
  },
137
137
  "method": {
138
138
  "en": "Evaluate a simple business model through user value, corporate culture, management integrity, long-run economics and opportunity cost.",
@@ -83,10 +83,10 @@
83
83
  "identity": {
84
84
  "maturity": "operator_lens",
85
85
  "operator_label": {
86
- "en": "Fisher Lens Provisional Operator Lens",
87
- "ja": "Fisher Lens 暫定オペレーター・レンズ",
88
- "ko": "Fisher Lens 임시 오퍼레이터 렌즈",
89
- "zh": "费雪视角临时操作视角"
86
+ "en": "Fisher Lens",
87
+ "ja": "Fisher Lens・メソッドレンズ",
88
+ "ko": "Fisher Lens 방법론 렌즈",
89
+ "zh": "费雪视角"
90
90
  },
91
91
  "persona_id": "master_fisher",
92
92
  "public_label": {
@@ -126,10 +126,10 @@
126
126
  "zh": "成长质量、实地调研、研发生产率与管理层梯队。"
127
127
  },
128
128
  "identity": {
129
- "en": "Fisher Lens; project-derived and not human reviewed",
130
- "ja": "Fisher Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
131
- "ko": "Fisher Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
132
- "zh": "费雪视角;项目派生、未经人工审定"
129
+ "en": "Fisher Lens; a method model, not the person's own words",
130
+ "ja": "Fisher Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
131
+ "ko": "Fisher Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
132
+ "zh": "费雪视角;方法模型,非本人言论"
133
133
  },
134
134
  "method": {
135
135
  "en": "Assess long-duration growth quality through multi-party scuttlebutt, research productivity, sales capability, management depth and reinvestment runway.",
@@ -79,10 +79,10 @@
79
79
  "identity": {
80
80
  "maturity": "operator_lens",
81
81
  "operator_label": {
82
- "en": "Forensic Short Seller Lens Provisional Operator Lens",
83
- "ja": "Forensic Short Seller Lens 暫定オペレーター・レンズ",
84
- "ko": "Forensic Short Seller Lens 임시 오퍼레이터 렌즈",
85
- "zh": "法务会计做空视角临时操作视角"
82
+ "en": "Forensic Short Seller Lens",
83
+ "ja": "Forensic Short Seller Lens・メソッドレンズ",
84
+ "ko": "Forensic Short Seller Lens 방법론 렌즈",
85
+ "zh": "法务会计做空视角"
86
86
  },
87
87
  "persona_id": "master_forensic_short",
88
88
  "public_label": {
@@ -122,10 +122,10 @@
122
122
  "zh": "财务取证、治理警示、做空可行性与催化剂分析。"
123
123
  },
124
124
  "identity": {
125
- "en": "Forensic Short Seller Lens; project-derived and not human reviewed",
126
- "ja": "Forensic Short Seller Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
127
- "ko": "Forensic Short Seller Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
128
- "zh": "法务会计做空视角;项目派生、未经人工审定"
125
+ "en": "Forensic Short Seller Lens; a method model, not the person's own words",
126
+ "ja": "Forensic Short Seller Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
127
+ "ko": "Forensic Short Seller Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
128
+ "zh": "法务会计做空视角;方法模型,非本人言论"
129
129
  },
130
130
  "method": {
131
131
  "en": "A non-celebrity specialist method that combines accounting reconstruction, governance evidence, borrow economics and a verifiable catalyst path.",
@@ -83,10 +83,10 @@
83
83
  "identity": {
84
84
  "maturity": "operator_lens",
85
85
  "operator_label": {
86
- "en": "Graham Lens Provisional Operator Lens",
87
- "ja": "Graham Lens 暫定オペレーター・レンズ",
88
- "ko": "Graham Lens 임시 오퍼레이터 렌즈",
89
- "zh": "格雷厄姆视角临时操作视角"
86
+ "en": "Graham Lens",
87
+ "ja": "Graham Lens・メソッドレンズ",
88
+ "ko": "Graham Lens 방법론 렌즈",
89
+ "zh": "格雷厄姆视角"
90
90
  },
91
91
  "persona_id": "master_graham",
92
92
  "public_label": {
@@ -126,10 +126,10 @@
126
126
  "zh": "深度价值、资产支撑证券、正常化盈利与困境股权。"
127
127
  },
128
128
  "identity": {
129
- "en": "Graham Lens; project-derived and not human reviewed",
130
- "ja": "Graham Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
131
- "ko": "Graham Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
132
- "zh": "格雷厄姆视角;项目派生、未经人工审定"
129
+ "en": "Graham Lens; a method model, not the person's own words",
130
+ "ja": "Graham Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
131
+ "ko": "Graham Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
132
+ "zh": "格雷厄姆视角;方法模型,非本人言论"
133
133
  },
134
134
  "method": {
135
135
  "en": "Establish an asset or normalized-earnings floor and require a human-adjudicated margin of safety before taking equity risk.",
@@ -82,10 +82,10 @@
82
82
  "identity": {
83
83
  "maturity": "operator_lens",
84
84
  "operator_label": {
85
- "en": "Jhunjhunwala India Growth Lens Provisional Operator Lens",
86
- "ja": "Jhunjhunwala India Growth Lens 暫定オペレーター・レンズ",
87
- "ko": "Jhunjhunwala India Growth Lens 임시 오퍼레이터 렌즈",
88
- "zh": "Jhunjhunwala 印度结构成长视角临时操作视角"
85
+ "en": "Jhunjhunwala India Growth Lens",
86
+ "ja": "Jhunjhunwala India Growth Lens・メソッドレンズ",
87
+ "ko": "Jhunjhunwala India Growth Lens 방법론 렌즈",
88
+ "zh": "Jhunjhunwala 印度结构成长视角"
89
89
  },
90
90
  "persona_id": "master_jhunjhunwala",
91
91
  "public_label": {
@@ -125,10 +125,10 @@
125
125
  "zh": "印度股票、结构性渗透、控股股东治理与集中成长投资。"
126
126
  },
127
127
  "identity": {
128
- "en": "Jhunjhunwala India Growth Lens; project-derived and not human reviewed",
129
- "ja": "Jhunjhunwala India Growth Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
130
- "ko": "Jhunjhunwala India Growth Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
131
- "zh": "Jhunjhunwala 印度结构成长视角;项目派生、未经人工审定"
128
+ "en": "Jhunjhunwala India Growth Lens; a method model, not the person's own words",
129
+ "ja": "Jhunjhunwala India Growth Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
130
+ "ko": "Jhunjhunwala India Growth Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
131
+ "zh": "Jhunjhunwala 印度结构成长视角;方法模型,非本人言论"
132
132
  },
133
133
  "method": {
134
134
  "en": "Evaluate Indian structural growth through promoter governance, cash quality, addressable penetration, scaling economics, valuation and liquidity.",
@@ -82,10 +82,10 @@
82
82
  "identity": {
83
83
  "maturity": "operator_lens",
84
84
  "operator_label": {
85
- "en": "Klarman Lens Provisional Operator Lens",
86
- "ja": "Klarman Lens 暫定オペレーター・レンズ",
87
- "ko": "Klarman Lens 임시 오퍼레이터 렌즈",
88
- "zh": "克拉曼视角临时操作视角"
85
+ "en": "Klarman Lens",
86
+ "ja": "Klarman Lens・メソッドレンズ",
87
+ "ko": "Klarman Lens 방법론 렌즈",
88
+ "zh": "克拉曼视角"
89
89
  },
90
90
  "persona_id": "master_klarman",
91
91
  "public_label": {
@@ -125,10 +125,10 @@
125
125
  "zh": "资本保全、困境价值、复杂证券与催化剂驱动价值。"
126
126
  },
127
127
  "identity": {
128
- "en": "Klarman Lens; project-derived and not human reviewed",
129
- "ja": "Klarman Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
130
- "ko": "Klarman Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
131
- "zh": "克拉曼视角;项目派生、未经人工审定"
128
+ "en": "Klarman Lens; a method model, not the person's own words",
129
+ "ja": "Klarman Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
130
+ "ko": "Klarman Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
131
+ "zh": "克拉曼视角;方法模型,非本人言论"
132
132
  },
133
133
  "method": {
134
134
  "en": "Seek absolute return with capital preservation through downside asset protection, cash optionality, catalysts and conservative recovery analysis.",
@@ -83,10 +83,10 @@
83
83
  "identity": {
84
84
  "maturity": "operator_lens",
85
85
  "operator_label": {
86
- "en": "Li Lu Lens Provisional Operator Lens",
87
- "ja": "Li Lu Lens 暫定オペレーター・レンズ",
88
- "ko": "Li Lu Lens 임시 오퍼레이터 렌즈",
89
- "zh": "李录视角临时操作视角"
86
+ "en": "Li Lu Lens",
87
+ "ja": "Li Lu Lens・メソッドレンズ",
88
+ "ko": "Li Lu Lens 방법론 렌즈",
89
+ "zh": "李录视角"
90
90
  },
91
91
  "persona_id": "master_li_lu",
92
92
  "public_label": {
@@ -126,10 +126,10 @@
126
126
  "zh": "长期质量、管理层诚信、结构性成长与资本保全。"
127
127
  },
128
128
  "identity": {
129
- "en": "Li Lu Lens; project-derived and not human reviewed",
130
- "ja": "Li Lu Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
131
- "ko": "Li Lu Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
132
- "zh": "李录视角;项目派生、未经人工审定"
129
+ "en": "Li Lu Lens; a method model, not the person's own words",
130
+ "ja": "Li Lu Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
131
+ "ko": "Li Lu Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
132
+ "zh": "李录视角;方法模型,非本人言论"
133
133
  },
134
134
  "method": {
135
135
  "en": "Judge ten-year business certainty, management integrity, structural social value, permanent-loss risk and price-implied long-run return.",
@@ -86,10 +86,10 @@
86
86
  "identity": {
87
87
  "maturity": "operator_lens",
88
88
  "operator_label": {
89
- "en": "Peter Lynch Lens Provisional Operator Lens",
90
- "ja": "Peter Lynch Lens 暫定オペレーター・レンズ",
91
- "ko": "Peter Lynch Lens 임시 오퍼레이터 렌즈",
92
- "zh": "彼得·林奇视角临时操作视角"
89
+ "en": "Peter Lynch Lens",
90
+ "ja": "Peter Lynch Lens・メソッドレンズ",
91
+ "ko": "Peter Lynch Lens 방법론 렌즈",
92
+ "zh": "彼得·林奇视角"
93
93
  },
94
94
  "persona_id": "master_lynch",
95
95
  "public_label": {
@@ -129,10 +129,10 @@
129
129
  "zh": "消费者观察、成长类别、周期股、困境反转与资产型机会。"
130
130
  },
131
131
  "identity": {
132
- "en": "Peter Lynch Lens; project-derived and not human reviewed",
133
- "ja": "Peter Lynch Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
134
- "ko": "Peter Lynch Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
135
- "zh": "彼得·林奇视角;项目派生、未经人工审定"
132
+ "en": "Peter Lynch Lens; a method model, not the person's own words",
133
+ "ja": "Peter Lynch Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
134
+ "ko": "Peter Lynch Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
135
+ "zh": "彼得·林奇视角;方法模型,非本人言论"
136
136
  },
137
137
  "method": {
138
138
  "en": "Classify the company type first, test a concise evidence-backed story, then apply category-appropriate growth, balance-sheet and valuation checks.",
@@ -81,10 +81,10 @@
81
81
  "identity": {
82
82
  "maturity": "operator_lens",
83
83
  "operator_label": {
84
- "en": "Howard Marks Lens Provisional Operator Lens",
85
- "ja": "Howard Marks Lens 暫定オペレーター・レンズ",
86
- "ko": "Howard Marks Lens 임시 오퍼레이터 렌즈",
87
- "zh": "霍华德·马克斯视角临时操作视角"
84
+ "en": "Howard Marks Lens",
85
+ "ja": "Howard Marks Lens・メソッドレンズ",
86
+ "ko": "Howard Marks Lens 방법론 렌즈",
87
+ "zh": "霍华德·马克斯视角"
88
88
  },
89
89
  "persona_id": "master_marks",
90
90
  "public_label": {
@@ -124,10 +124,10 @@
124
124
  "zh": "信用周期、困境价值、市场心理与风险姿态。"
125
125
  },
126
126
  "identity": {
127
- "en": "Howard Marks Lens; project-derived and not human reviewed",
128
- "ja": "Howard Marks Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
129
- "ko": "Howard Marks Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
130
- "zh": "霍华德·马克斯视角;项目派生、未经人工审定"
127
+ "en": "Howard Marks Lens; a method model, not the person's own words",
128
+ "ja": "Howard Marks Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
129
+ "ko": "Howard Marks Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
130
+ "zh": "霍华德·马克斯视角;方法模型,非本人言论"
131
131
  },
132
132
  "method": {
133
133
  "en": "Calibrate aggressiveness to cycle temperature, consensus, price-implied expectations, credit conditions and permanent-loss risk rather than point forecasting.",
@@ -80,10 +80,10 @@
80
80
  "identity": {
81
81
  "maturity": "operator_lens",
82
82
  "operator_label": {
83
- "en": "Munger Lens Provisional Operator Lens",
84
- "ja": "Munger Lens 暫定オペレーター・レンズ",
85
- "ko": "Munger Lens 임시 오퍼레이터 렌즈",
86
- "zh": "芒格视角临时操作视角"
83
+ "en": "Munger Lens",
84
+ "ja": "Munger Lens・メソッドレンズ",
85
+ "ko": "Munger Lens 방법론 렌즈",
86
+ "zh": "芒格视角"
87
87
  },
88
88
  "persona_id": "master_munger",
89
89
  "public_label": {
@@ -123,10 +123,10 @@
123
123
  "zh": "商业质量、激励机制、失败分析与资本配置。"
124
124
  },
125
125
  "identity": {
126
- "en": "Munger Lens; project-derived and not human reviewed",
127
- "ja": "Munger Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
128
- "ko": "Munger Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
129
- "zh": "芒格视角;项目派生、未经人工审定"
126
+ "en": "Munger Lens; a method model, not the person's own words",
127
+ "ja": "Munger Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
128
+ "ko": "Munger Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
129
+ "zh": "芒格视角;方法模型,非本人言论"
130
130
  },
131
131
  "method": {
132
132
  "en": "Invert the thesis, map permanent-loss paths, audit incentives and test coupled risks using cross-disciplinary causal models.",
@@ -79,10 +79,10 @@
79
79
  "identity": {
80
80
  "maturity": "operator_lens",
81
81
  "operator_label": {
82
- "en": "Natenberg Lens (Volatility Pricing) Provisional Operator Lens",
83
- "ja": "Natenberg Lens (Volatility Pricing) 暫定オペレーター・レンズ",
84
- "ko": "Natenberg Lens (Volatility Pricing) 임시 오퍼레이터 렌즈",
85
- "zh": "纳坦伯格视角(波动率定价)临时操作视角"
82
+ "en": "Natenberg Lens (Volatility Pricing)",
83
+ "ja": "Natenberg Lens (Volatility Pricing)・メソッドレンズ",
84
+ "ko": "Natenberg Lens (Volatility Pricing) 방법론 렌즈",
85
+ "zh": "纳坦伯格视角(波动率定价)"
86
86
  },
87
87
  "persona_id": "master_natenberg",
88
88
  "public_label": {
@@ -122,10 +122,10 @@
122
122
  "zh": "期权定价、波动率曲面、期权敏感度与相对价值。"
123
123
  },
124
124
  "identity": {
125
- "en": "Natenberg Lens (Volatility Pricing); project-derived and not human reviewed",
126
- "ja": "Natenberg Lens (Volatility Pricing)。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
127
- "ko": "Natenberg Lens (Volatility Pricing). 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
128
- "zh": "纳坦伯格视角(波动率定价);项目派生、未经人工审定"
125
+ "en": "Natenberg Lens (Volatility Pricing); a method model, not the person's own words",
126
+ "ja": "Natenberg Lens (Volatility Pricing)。メソッドモデルであり、本人の発言や現在の見解ではない。",
127
+ "ko": "Natenberg Lens (Volatility Pricing). 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
128
+ "zh": "纳坦伯格视角(波动率定价);方法模型,非本人言论"
129
129
  },
130
130
  "method": {
131
131
  "en": "Evaluate option relative value through implied volatility, skew, term structure, Greeks, payoff structure and executable market-making constraints.",
@@ -82,10 +82,10 @@
82
82
  "identity": {
83
83
  "maturity": "operator_lens",
84
84
  "operator_label": {
85
- "en": "Pabrai Dhandho Lens Provisional Operator Lens",
86
- "ja": "Pabrai Dhandho Lens 暫定オペレーター・レンズ",
87
- "ko": "Pabrai Dhandho Lens 임시 오퍼레이터 렌즈",
88
- "zh": "Pabrai Dhandho 视角临时操作视角"
85
+ "en": "Pabrai Dhandho Lens",
86
+ "ja": "Pabrai Dhandho Lens・メソッドレンズ",
87
+ "ko": "Pabrai Dhandho Lens 방법론 렌즈",
88
+ "zh": "Pabrai Dhandho 视角"
89
89
  },
90
90
  "persona_id": "master_pabrai",
91
91
  "public_label": {
@@ -125,10 +125,10 @@
125
125
  "zh": "低风险高回报价值、特殊情形、下行保护与集中赔率。"
126
126
  },
127
127
  "identity": {
128
- "en": "Pabrai Dhandho Lens; project-derived and not human reviewed",
129
- "ja": "Pabrai Dhandho Lens。プロジェクト派生で、方法帰属について人による審査を受けていない暫定オペレーター・レンズ。本人の発言や現在の見解ではない。",
130
- "ko": "Pabrai Dhandho Lens. 프로젝트에서 파생되었고 방법 귀속에 대한 인적 심사를 거치지 않은 임시 오퍼레이터 렌즈다. 본인의 발언이나 현재 견해가 아니다.",
131
- "zh": "Pabrai Dhandho 视角;项目派生、未经人工审定"
128
+ "en": "Pabrai Dhandho Lens; a method model, not the person's own words",
129
+ "ja": "Pabrai Dhandho Lens。メソッドモデルであり、本人の発言や現在の見解ではない。",
130
+ "ko": "Pabrai Dhandho Lens. 방법론 모델이며, 본인의 발언이나 현재 견해가 아니다.",
131
+ "zh": "Pabrai Dhandho 视角;方法模型,非本人言论"
132
132
  },
133
133
  "method": {
134
134
  "en": "Separate uncertainty from permanent-loss risk and seek simple, independently rebuilt situations with a conservative downside floor and asymmetric ordinary outcomes.",