alphacouncil-agent 0.6.0 → 0.9.0-solo-test.1
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/commands/alpha.md +39 -11
- package/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/.grok/commands/alpha.md +39 -11
- package/.opencode/command/alpha.md +39 -11
- package/AGENTS.md +14 -4
- package/CHANGELOG.md +172 -0
- package/CLAUDE.md +34 -9
- package/PRODUCT.md +37 -0
- package/README.ja.md +28 -7
- package/README.md +32 -10
- package/README.zh-CN.md +24 -7
- package/commands/alpha.md +39 -11
- package/data/build-profile.v1.json +9 -0
- package/data/council-evaluation-protocol.v1.json +458 -0
- package/data/host-capabilities.v1.json +263 -0
- package/data/persona-v3-ai-assisted-solo-profile.v1.json +37 -0
- package/data/persona-v3-build-specs.v1.mjs +1080 -0
- package/data/persona-v3-semantic-adjudications.v1.mjs +33 -0
- package/data/persona-v3-semantic-skeptic-reviews.v1.mjs +233 -0
- package/data/persona-v3-semantic-source-reviews.v1.mjs +170 -0
- package/data/social-handles.json +25 -0
- package/docs/evaluation/canonical-arm-protocol-v1.md +155 -0
- package/docs/evaluation/host-capability-parity.md +147 -0
- package/docs/evaluation/n-eff-v1.md +41 -0
- package/docs/evaluation/packaged-host-parity.md +27 -0
- package/docs/evaluation/persona-v3-build-spec-inventory.md +101 -0
- package/docs/evaluation/persona-v3-release-evidence.md +123 -0
- package/docs/evaluation/selection-lock-integrity.md +122 -0
- package/docs/persona-v2-spec.md +278 -0
- package/docs/persona-v3-ai-assisted-solo.md +114 -0
- package/docs/persona-v3-ai-formula-review.md +91 -0
- package/docs/persona-v3-deterministic-policy.md +168 -0
- package/docs/persona-v3-drafts.md +21 -0
- package/docs/persona-v3-formula-authoring.md +191 -0
- package/docs/persona-v3-production-candidates.md +35 -0
- package/docs/persona-v3-source-adjudication.md +364 -0
- package/docs/persona-v3-staging.md +137 -0
- package/docs/personas.md +7 -2
- package/docs/plans/0.8.0-master-models.md +155 -0
- package/docs/plans/0.9.0-personapack-v3.md +372 -0
- package/docs/releases/v0.9.0-solo-test.1.md +55 -0
- package/docs/roadmap.md +117 -0
- package/docs/solo-test-0.9.0.md +56 -0
- package/knowledge/ai-assisted-solo/experiments/n-eff-disclosure.json +14 -0
- package/knowledge/ai-assisted-solo/experiments/runs/a.json +61 -0
- package/knowledge/ai-assisted-solo/experiments/runs/b.json +44 -0
- package/knowledge/ai-assisted-solo/experiments/runs/c.json +44 -0
- package/knowledge/ai-assisted-solo/experiments/runs/d13.json +241 -0
- package/knowledge/ai-assisted-solo/experiments/runs/d26.json +436 -0
- package/knowledge/ai-assisted-solo/experiments/runs/e-d13.json +258 -0
- package/knowledge/ai-assisted-solo/experiments/runs/e-d26.json +453 -0
- package/knowledge/ai-assisted-solo/experiments/runs/h_ai_reference.json +453 -0
- package/knowledge/ai-assisted-solo/experiments/simulation-input.json +1568 -0
- package/knowledge/ai-assisted-solo/experiments/simulation-manifest.json +100 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_ackman/reviews/change_value_bridge.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_ackman/reviews/power_map.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_aschenbrenner/reviews/compute_power_bridge.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_aschenbrenner/reviews/timeline_reverse_valuation.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_asness/reviews/crowding_cost_stress.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_asness/reviews/factor_decomposer.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_buffett/reviews/incremental_returns.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_buffett/reviews/owner_earnings_rebuilder.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_burry/reviews/capital_structure_reader.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_burry/reviews/mispricing_carry.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_cathie_wood/reviews/capture_valuation_bridge.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_cathie_wood/reviews/cost_adoption_curve.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_dalio/reviews/debt_driver_stress.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_dalio/reviews/regime_classifier.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_damodaran/reviews/reverse_valuation.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_damodaran/reviews/story_dcf.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_druckenmiller/reviews/inflection_payoff.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_druckenmiller/reviews/liquidity_revision_map.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_duan_yongping/reviews/opportunity_cost.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_duan_yongping/reviews/user_value_evidence.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_fisher/reviews/research_productivity.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_fisher/reviews/scuttlebutt_graph.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_forensic_short/reviews/accounting_rebuilder.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_forensic_short/reviews/borrow_catalyst.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_graham/reviews/asset_floor.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_graham/reviews/normalized_earnings.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_jhunjhunwala/reviews/penetration_liquidity.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_jhunjhunwala/reviews/promoter_governance.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_klarman/reviews/cash_catalyst_compare.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_klarman/reviews/recovery_waterfall.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_li_lu/reviews/promise_integrity_ledger.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_li_lu/reviews/ten_year_return_bridge.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_lynch/reviews/category_classifier.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_lynch/reviews/story_numbers_check.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_marks/reviews/cycle_temperature.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_marks/reviews/implied_expectations.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_munger/reviews/failure_path_graph.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_munger/reviews/incentive_map.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_natenberg/reviews/greeks_payoff.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_natenberg/reviews/surface_builder.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_pabrai/reviews/discrete_payoff.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_pabrai/reviews/downside_floor.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_simons/reviews/leakage_audit.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_simons/reviews/oos_cost_test.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_sinclair/reviews/net_edge_sizer.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_sinclair/reviews/realized_vol_forecast.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_soros/reviews/reflexivity_graph.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_soros/reviews/reversal_monitor.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_taleb/reviews/payoff_ruin.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_taleb/reviews/tail_friction.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_thorp/reviews/edge_recalculator.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/master_thorp/reviews/fractional_kelly.ai-review.json +277 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-formula-reviews/review-manifest.json +509 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/index.json +384 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_ackman/ackman_pershing_netflix_letter_2022.json +160 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_aschenbrenner/aschenbrenner_situational_awareness_2024.json +323 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_asness/asness_value_momentum_interaction.json +160 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_buffett/buffett_berkshire_letter_2024.json +174 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_burry/burry_fcic_interview_archive.json +93 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_cathie_wood/cathie_wood_ark_disruptive_innovation_2017.json +155 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_dalio/dalio_economic_principles_productivity_reform.json +262 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_damodaran/damodaran_nyu_dcf_inputs.json +297 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_damodaran/damodaran_nyu_narrative_numbers.json +172 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_damodaran/damodaran_nyu_valuation_dubai_2026.json +361 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_damodaran/damodaran_nyu_valuation_packet1.json +417 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_druckenmiller/druckenmiller_econclubny_transcript_2019.json +186 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_duan_yongping/duan_yongping_xueqiu_business_culture_2023.json +93 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_fisher/fisher_wiley_authorized_chapter_1.json +162 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_forensic_short/sec_gme_short_market_structure_2021.json +200 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_graham/graham_columbia_security_analysis_lecture_1.json +161 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_jhunjhunwala/jhunjhunwala_flame_investing_presentation.json +254 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_klarman/klarman_cfa_patient_investors_2010.json +93 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_li_lu/li_lu_pku_speech_notes_2019.json +226 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_lynch/lynch_pbs_frontline_interview.json +153 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_marks/marks_oaktree_its_all_good_2007.json +172 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_munger/munger_sec_wesco_annual_report_2009.json +156 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_natenberg/natenberg_cboe_learning_greeks_2021.json +159 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_pabrai/pabrai_columbia_session_2024.json +164 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_simons/simons_foundation_career_interview_2012.json +93 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_sinclair/sinclair_cboe_risk_reversal_2026.json +215 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_soros/soros_reflexivity_uncertainty_2014.json +153 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_taleb/taleb_fat_tails_statistical_project.json +159 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_taleb/taleb_law_large_numbers_fat_tails.json +159 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_taleb/taleb_precautionary_principle_ruin.json +184 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_taleb/taleb_statistical_consequences_arxiv.json +675 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-adjudications/master_thorp/thorp_kelly_stock_market.json +93 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/index.json +310 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_ackman/ackman_pershing_netflix_letter_2022.json +73 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_aschenbrenner/aschenbrenner_situational_awareness_2024.json +237 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_asness/asness_value_momentum_interaction.json +80 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_buffett/buffett_berkshire_letter_2024.json +87 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_burry/burry_fcic_interview_archive.json +58 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_cathie_wood/cathie_wood_ark_disruptive_innovation_2017.json +75 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_dalio/dalio_economic_principles_productivity_reform.json +182 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_damodaran/damodaran_nyu_dcf_inputs.json +217 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_damodaran/damodaran_nyu_narrative_numbers.json +92 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_damodaran/damodaran_nyu_valuation_dubai_2026.json +281 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_damodaran/damodaran_nyu_valuation_packet1.json +337 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_druckenmiller/druckenmiller_econclubny_transcript_2019.json +106 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_duan_yongping/duan_yongping_xueqiu_business_culture_2023.json +58 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_fisher/fisher_wiley_authorized_chapter_1.json +82 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_forensic_short/sec_gme_short_market_structure_2021.json +117 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_graham/graham_columbia_security_analysis_lecture_1.json +81 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_jhunjhunwala/jhunjhunwala_flame_investing_presentation.json +120 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_klarman/klarman_cfa_patient_investors_2010.json +58 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_li_lu/li_lu_pku_speech_notes_2019.json +87 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_lynch/lynch_pbs_frontline_interview.json +73 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_marks/marks_oaktree_its_all_good_2007.json +86 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_munger/munger_sec_wesco_annual_report_2009.json +121 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_natenberg/natenberg_cboe_learning_greeks_2021.json +73 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_pabrai/pabrai_columbia_session_2024.json +84 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_simons/simons_foundation_career_interview_2012.json +58 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_sinclair/sinclair_cboe_risk_reversal_2026.json +87 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_soros/soros_reflexivity_uncertainty_2014.json +73 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_taleb/taleb_fat_tails_statistical_project.json +73 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_taleb/taleb_law_large_numbers_fat_tails.json +79 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_taleb/taleb_precautionary_principle_ruin.json +98 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_taleb/taleb_statistical_consequences_arxiv.json +595 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-extractions/master_thorp/thorp_kelly_stock_market.json +58 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/index.json +350 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_ackman/ackman_pershing_netflix_letter_2022.json +129 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_aschenbrenner/aschenbrenner_situational_awareness_2024.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_asness/asness_value_momentum_interaction.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_buffett/buffett_berkshire_letter_2024.json +129 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_burry/burry_fcic_interview_archive.json +81 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_cathie_wood/cathie_wood_ark_disruptive_innovation_2017.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_dalio/dalio_economic_principles_productivity_reform.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_damodaran/damodaran_nyu_dcf_inputs.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_damodaran/damodaran_nyu_narrative_numbers.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_damodaran/damodaran_nyu_valuation_dubai_2026.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_damodaran/damodaran_nyu_valuation_packet1.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_druckenmiller/druckenmiller_econclubny_transcript_2019.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_duan_yongping/duan_yongping_xueqiu_business_culture_2023.json +81 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_fisher/fisher_wiley_authorized_chapter_1.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_forensic_short/sec_gme_short_market_structure_2021.json +129 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_graham/graham_columbia_security_analysis_lecture_1.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_jhunjhunwala/jhunjhunwala_flame_investing_presentation.json +175 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_klarman/klarman_cfa_patient_investors_2010.json +81 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_li_lu/li_lu_pku_speech_notes_2019.json +176 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_lynch/lynch_pbs_frontline_interview.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_marks/marks_oaktree_its_all_good_2007.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_munger/munger_sec_wesco_annual_report_2009.json +81 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_natenberg/natenberg_cboe_learning_greeks_2021.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_pabrai/pabrai_columbia_session_2024.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_simons/simons_foundation_career_interview_2012.json +81 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_sinclair/sinclair_cboe_risk_reversal_2026.json +175 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_soros/soros_reflexivity_uncertainty_2014.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_taleb/taleb_fat_tails_statistical_project.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_taleb/taleb_law_large_numbers_fat_tails.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_taleb/taleb_precautionary_principle_ruin.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_taleb/taleb_statistical_consequences_arxiv.json +128 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-semantic-skeptic-reviews/master_thorp/thorp_kelly_stock_market.json +81 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/index.json +349 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_ackman/ackman_pershing_netflix_letter_2022.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_aschenbrenner/aschenbrenner_situational_awareness_2024.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_asness/asness_value_momentum_interaction.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_buffett/buffett_berkshire_letter_2024.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_burry/burry_fcic_interview_archive.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_cathie_wood/cathie_wood_ark_disruptive_innovation_2017.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_dalio/dalio_economic_principles_productivity_reform.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_damodaran/damodaran_nyu_dcf_inputs.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_damodaran/damodaran_nyu_narrative_numbers.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_damodaran/damodaran_nyu_valuation_dubai_2026.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_damodaran/damodaran_nyu_valuation_packet1.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_druckenmiller/druckenmiller_econclubny_transcript_2019.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_duan_yongping/duan_yongping_xueqiu_business_culture_2023.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_fisher/fisher_wiley_authorized_chapter_1.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_forensic_short/sec_gme_short_market_structure_2021.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_graham/graham_columbia_security_analysis_lecture_1.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_jhunjhunwala/jhunjhunwala_flame_investing_presentation.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_klarman/klarman_cfa_patient_investors_2010.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_li_lu/li_lu_pku_speech_notes_2019.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_lynch/lynch_pbs_frontline_interview.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_marks/marks_oaktree_its_all_good_2007.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_munger/munger_sec_wesco_annual_report_2009.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_natenberg/natenberg_cboe_learning_greeks_2021.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_pabrai/pabrai_columbia_session_2024.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_simons/simons_foundation_career_interview_2012.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_sinclair/sinclair_cboe_risk_reversal_2026.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_soros/soros_reflexivity_uncertainty_2014.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_taleb/taleb_fat_tails_statistical_project.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_taleb/taleb_law_large_numbers_fat_tails.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_taleb/taleb_precautionary_principle_ruin.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_taleb/taleb_statistical_consequences_arxiv.json +131 -0
- package/knowledge/ai-assisted-solo/reviews/persona-v3-ai-source-prereviews/master_thorp/thorp_kelly_stock_market.json +131 -0
- package/knowledge/masters/master_buffett/manifest.json +209 -0
- package/knowledge/masters/master_duan_yongping/manifest.json +201 -0
- package/knowledge/masters/master_marks/manifest.json +182 -0
- package/knowledge/masters/master_taleb/manifest.json +182 -0
- package/knowledge/solo-test/masters/master_ackman/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_ackman/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_ackman/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_ackman/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_ackman/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_ackman/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_ackman/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_ackman/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_ackman/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_ackman/manifest.json +130 -0
- package/knowledge/solo-test/masters/master_ackman/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_ackman/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_ackman/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_ackman/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_ackman/tools.json +94 -0
- package/knowledge/solo-test/masters/master_ackman/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_ackman/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/manifest.json +128 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/tools.json +94 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_aschenbrenner/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_asness/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_asness/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_asness/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_asness/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_asness/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_asness/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_asness/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_asness/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_asness/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_asness/manifest.json +129 -0
- package/knowledge/solo-test/masters/master_asness/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_asness/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_asness/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_asness/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_asness/tools.json +94 -0
- package/knowledge/solo-test/masters/master_asness/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_asness/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_buffett/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_buffett/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_buffett/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_buffett/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_buffett/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_buffett/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_buffett/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_buffett/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_buffett/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_buffett/manifest.json +128 -0
- package/knowledge/solo-test/masters/master_buffett/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_buffett/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_buffett/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_buffett/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_buffett/tools.json +94 -0
- package/knowledge/solo-test/masters/master_buffett/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_buffett/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_burry/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_burry/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_burry/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_burry/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_burry/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_burry/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_burry/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_burry/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_burry/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_burry/manifest.json +130 -0
- package/knowledge/solo-test/masters/master_burry/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_burry/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_burry/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_burry/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_burry/tools.json +94 -0
- package/knowledge/solo-test/masters/master_burry/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_burry/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_cathie_wood/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_cathie_wood/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_cathie_wood/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_cathie_wood/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_cathie_wood/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_cathie_wood/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_cathie_wood/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_cathie_wood/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_cathie_wood/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_cathie_wood/manifest.json +129 -0
- package/knowledge/solo-test/masters/master_cathie_wood/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_cathie_wood/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_cathie_wood/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_cathie_wood/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_cathie_wood/tools.json +94 -0
- package/knowledge/solo-test/masters/master_cathie_wood/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_cathie_wood/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_dalio/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_dalio/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_dalio/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_dalio/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_dalio/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_dalio/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_dalio/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_dalio/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_dalio/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_dalio/manifest.json +129 -0
- package/knowledge/solo-test/masters/master_dalio/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_dalio/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_dalio/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_dalio/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_dalio/tools.json +94 -0
- package/knowledge/solo-test/masters/master_dalio/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_dalio/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_damodaran/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_damodaran/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_damodaran/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_damodaran/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_damodaran/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_damodaran/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_damodaran/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_damodaran/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_damodaran/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_damodaran/manifest.json +129 -0
- package/knowledge/solo-test/masters/master_damodaran/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_damodaran/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_damodaran/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_damodaran/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_damodaran/tools.json +94 -0
- package/knowledge/solo-test/masters/master_damodaran/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_damodaran/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_druckenmiller/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_druckenmiller/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_druckenmiller/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_druckenmiller/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_druckenmiller/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_druckenmiller/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_druckenmiller/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_druckenmiller/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_druckenmiller/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_druckenmiller/manifest.json +128 -0
- package/knowledge/solo-test/masters/master_druckenmiller/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_druckenmiller/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_druckenmiller/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_druckenmiller/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_druckenmiller/tools.json +94 -0
- package/knowledge/solo-test/masters/master_druckenmiller/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_druckenmiller/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_duan_yongping/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_duan_yongping/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_duan_yongping/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_duan_yongping/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_duan_yongping/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_duan_yongping/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_duan_yongping/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_duan_yongping/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_duan_yongping/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_duan_yongping/manifest.json +129 -0
- package/knowledge/solo-test/masters/master_duan_yongping/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_duan_yongping/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_duan_yongping/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_duan_yongping/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_duan_yongping/tools.json +94 -0
- package/knowledge/solo-test/masters/master_duan_yongping/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_duan_yongping/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_fisher/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_fisher/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_fisher/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_fisher/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_fisher/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_fisher/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_fisher/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_fisher/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_fisher/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_fisher/manifest.json +129 -0
- package/knowledge/solo-test/masters/master_fisher/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_fisher/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_fisher/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_fisher/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_fisher/tools.json +94 -0
- package/knowledge/solo-test/masters/master_fisher/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_fisher/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_forensic_short/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_forensic_short/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_forensic_short/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_forensic_short/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_forensic_short/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_forensic_short/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_forensic_short/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_forensic_short/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_forensic_short/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_forensic_short/manifest.json +130 -0
- package/knowledge/solo-test/masters/master_forensic_short/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_forensic_short/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_forensic_short/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_forensic_short/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_forensic_short/tools.json +94 -0
- package/knowledge/solo-test/masters/master_forensic_short/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_forensic_short/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_graham/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_graham/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_graham/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_graham/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_graham/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_graham/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_graham/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_graham/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_graham/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_graham/manifest.json +128 -0
- package/knowledge/solo-test/masters/master_graham/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_graham/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_graham/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_graham/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_graham/tools.json +94 -0
- package/knowledge/solo-test/masters/master_graham/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_graham/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/manifest.json +130 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/tools.json +94 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_jhunjhunwala/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_klarman/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_klarman/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_klarman/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_klarman/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_klarman/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_klarman/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_klarman/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_klarman/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_klarman/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_klarman/manifest.json +129 -0
- package/knowledge/solo-test/masters/master_klarman/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_klarman/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_klarman/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_klarman/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_klarman/tools.json +94 -0
- package/knowledge/solo-test/masters/master_klarman/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_klarman/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_li_lu/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_li_lu/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_li_lu/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_li_lu/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_li_lu/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_li_lu/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_li_lu/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_li_lu/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_li_lu/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_li_lu/manifest.json +129 -0
- package/knowledge/solo-test/masters/master_li_lu/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_li_lu/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_li_lu/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_li_lu/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_li_lu/tools.json +94 -0
- package/knowledge/solo-test/masters/master_li_lu/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_li_lu/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_lynch/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_lynch/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_lynch/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_lynch/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_lynch/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_lynch/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_lynch/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_lynch/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_lynch/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_lynch/manifest.json +131 -0
- package/knowledge/solo-test/masters/master_lynch/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_lynch/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_lynch/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_lynch/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_lynch/tools.json +94 -0
- package/knowledge/solo-test/masters/master_lynch/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_lynch/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_marks/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_marks/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_marks/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_marks/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_marks/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_marks/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_marks/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_marks/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_marks/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_marks/manifest.json +129 -0
- package/knowledge/solo-test/masters/master_marks/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_marks/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_marks/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_marks/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_marks/tools.json +94 -0
- package/knowledge/solo-test/masters/master_marks/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_marks/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_munger/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_munger/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_munger/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_munger/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_munger/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_munger/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_munger/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_munger/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_munger/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_munger/manifest.json +129 -0
- package/knowledge/solo-test/masters/master_munger/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_munger/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_munger/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_munger/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_munger/tools.json +94 -0
- package/knowledge/solo-test/masters/master_munger/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_munger/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_natenberg/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_natenberg/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_natenberg/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_natenberg/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_natenberg/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_natenberg/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_natenberg/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_natenberg/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_natenberg/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_natenberg/manifest.json +129 -0
- package/knowledge/solo-test/masters/master_natenberg/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_natenberg/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_natenberg/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_natenberg/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_natenberg/tools.json +94 -0
- package/knowledge/solo-test/masters/master_natenberg/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_natenberg/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_pabrai/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_pabrai/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_pabrai/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_pabrai/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_pabrai/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_pabrai/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_pabrai/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_pabrai/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_pabrai/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_pabrai/manifest.json +129 -0
- package/knowledge/solo-test/masters/master_pabrai/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_pabrai/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_pabrai/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_pabrai/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_pabrai/tools.json +94 -0
- package/knowledge/solo-test/masters/master_pabrai/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_pabrai/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_simons/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_simons/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_simons/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_simons/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_simons/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_simons/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_simons/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_simons/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_simons/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_simons/manifest.json +129 -0
- package/knowledge/solo-test/masters/master_simons/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_simons/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_simons/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_simons/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_simons/tools.json +94 -0
- package/knowledge/solo-test/masters/master_simons/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_simons/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_sinclair/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_sinclair/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_sinclair/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_sinclair/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_sinclair/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_sinclair/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_sinclair/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_sinclair/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_sinclair/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_sinclair/manifest.json +129 -0
- package/knowledge/solo-test/masters/master_sinclair/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_sinclair/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_sinclair/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_sinclair/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_sinclair/tools.json +94 -0
- package/knowledge/solo-test/masters/master_sinclair/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_sinclair/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_soros/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_soros/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_soros/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_soros/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_soros/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_soros/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_soros/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_soros/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_soros/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_soros/manifest.json +129 -0
- package/knowledge/solo-test/masters/master_soros/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_soros/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_soros/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_soros/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_soros/tools.json +94 -0
- package/knowledge/solo-test/masters/master_soros/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_soros/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_taleb/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_taleb/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_taleb/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_taleb/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_taleb/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_taleb/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_taleb/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_taleb/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_taleb/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_taleb/manifest.json +131 -0
- package/knowledge/solo-test/masters/master_taleb/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_taleb/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_taleb/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_taleb/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_taleb/tools.json +94 -0
- package/knowledge/solo-test/masters/master_taleb/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_taleb/voice.zh.md +7 -0
- package/knowledge/solo-test/masters/master_thorp/counterfactuals.jsonl +0 -0
- package/knowledge/solo-test/masters/master_thorp/decision_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_thorp/decision_policy.json +105 -0
- package/knowledge/solo-test/masters/master_thorp/doctrine.jsonl +11 -0
- package/knowledge/solo-test/masters/master_thorp/evaluation/calibration_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_thorp/evaluation/experiments.json +5 -0
- package/knowledge/solo-test/masters/master_thorp/evaluation/golden_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_thorp/evaluation/pairwise_cases.jsonl +0 -0
- package/knowledge/solo-test/masters/master_thorp/failures.jsonl +0 -0
- package/knowledge/solo-test/masters/master_thorp/manifest.json +130 -0
- package/knowledge/solo-test/masters/master_thorp/memory_policy.json +5 -0
- package/knowledge/solo-test/masters/master_thorp/provisional-index.json +41 -0
- package/knowledge/solo-test/masters/master_thorp/research_policy.json +11 -0
- package/knowledge/solo-test/masters/master_thorp/sources.jsonl +1 -0
- package/knowledge/solo-test/masters/master_thorp/tools.json +94 -0
- package/knowledge/solo-test/masters/master_thorp/voice.en.md +7 -0
- package/knowledge/solo-test/masters/master_thorp/voice.zh.md +7 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/compilation-manifest.json +695 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_ackman/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_ackman/provisional-derivations/change_value_bridge.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_ackman/provisional-derivations/power_map.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_aschenbrenner/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_aschenbrenner/provisional-derivations/compute_power_bridge.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_aschenbrenner/provisional-derivations/timeline_reverse_valuation.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_asness/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_asness/provisional-derivations/crowding_cost_stress.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_asness/provisional-derivations/factor_decomposer.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_buffett/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_buffett/provisional-derivations/incremental_returns.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_buffett/provisional-derivations/owner_earnings_rebuilder.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_burry/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_burry/provisional-derivations/capital_structure_reader.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_burry/provisional-derivations/mispricing_carry.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_cathie_wood/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_cathie_wood/provisional-derivations/capture_valuation_bridge.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_cathie_wood/provisional-derivations/cost_adoption_curve.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_dalio/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_dalio/provisional-derivations/debt_driver_stress.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_dalio/provisional-derivations/regime_classifier.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_damodaran/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_damodaran/provisional-derivations/reverse_valuation.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_damodaran/provisional-derivations/story_dcf.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_druckenmiller/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_druckenmiller/provisional-derivations/inflection_payoff.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_druckenmiller/provisional-derivations/liquidity_revision_map.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_duan_yongping/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_duan_yongping/provisional-derivations/opportunity_cost.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_duan_yongping/provisional-derivations/user_value_evidence.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_fisher/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_fisher/provisional-derivations/research_productivity.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_fisher/provisional-derivations/scuttlebutt_graph.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_forensic_short/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_forensic_short/provisional-derivations/accounting_rebuilder.derived-proxy-evidence.json +63 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_forensic_short/provisional-derivations/borrow_catalyst.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_graham/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_graham/provisional-derivations/asset_floor.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_graham/provisional-derivations/normalized_earnings.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_jhunjhunwala/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_jhunjhunwala/provisional-derivations/penetration_liquidity.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_jhunjhunwala/provisional-derivations/promoter_governance.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_klarman/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_klarman/provisional-derivations/cash_catalyst_compare.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_klarman/provisional-derivations/recovery_waterfall.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_li_lu/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_li_lu/provisional-derivations/promise_integrity_ledger.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_li_lu/provisional-derivations/ten_year_return_bridge.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_lynch/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_lynch/provisional-derivations/category_classifier.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_lynch/provisional-derivations/story_numbers_check.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_marks/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_marks/provisional-derivations/cycle_temperature.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_marks/provisional-derivations/implied_expectations.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_munger/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_munger/provisional-derivations/failure_path_graph.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_munger/provisional-derivations/incentive_map.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_natenberg/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_natenberg/provisional-derivations/greeks_payoff.derived-proxy-evidence.json +63 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_natenberg/provisional-derivations/surface_builder.derived-proxy-evidence.json +63 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_pabrai/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_pabrai/provisional-derivations/discrete_payoff.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_pabrai/provisional-derivations/downside_floor.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_simons/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_simons/provisional-derivations/leakage_audit.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_simons/provisional-derivations/oos_cost_test.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_sinclair/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_sinclair/provisional-derivations/net_edge_sizer.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_sinclair/provisional-derivations/realized_vol_forecast.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_soros/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_soros/provisional-derivations/reflexivity_graph.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_soros/provisional-derivations/reversal_monitor.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_taleb/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_taleb/provisional-derivations/payoff_ruin.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_taleb/provisional-derivations/tail_friction.derived-proxy-evidence.json +63 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_thorp/components/tools.json +94 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_thorp/provisional-derivations/edge_recalculator.derived-proxy-evidence.json +64 -0
- package/knowledge/solo-test/persona-v3-solo-test-formulas/master_thorp/provisional-derivations/fractional_kelly.derived-proxy-evidence.json +64 -0
- package/mcp/lib/constants.mjs +15 -0
- package/mcp/lib/council-diagnostics.mjs +212 -0
- package/mcp/lib/council-options.mjs +97 -22
- package/mcp/lib/council-selection.mjs +490 -0
- package/mcp/lib/gates.mjs +13 -4
- package/mcp/lib/grounding.mjs +131 -15
- package/mcp/lib/markdown.mjs +189 -0
- package/mcp/lib/master-catalog.mjs +133 -0
- package/mcp/lib/options.mjs +1 -1
- package/mcp/lib/orchestrator.mjs +468 -17
- package/mcp/lib/packets.mjs +47 -3
- package/mcp/lib/personas/engine.mjs +308 -0
- package/mcp/lib/personas-v2/ablation.mjs +148 -0
- package/mcp/lib/personas-v2/bridge.mjs +224 -0
- package/mcp/lib/personas-v2/loader.mjs +118 -0
- package/mcp/lib/personas-v2/memory.mjs +156 -0
- package/mcp/lib/personas-v2/policy.mjs +187 -0
- package/mcp/lib/personas-v2/slice.mjs +96 -0
- package/mcp/lib/personas-v3/admission.mjs +1122 -0
- package/mcp/lib/personas-v3/ai-source-pre-review.mjs +563 -0
- package/mcp/lib/personas-v3/attestations.mjs +176 -0
- package/mcp/lib/personas-v3/canonical.mjs +132 -0
- package/mcp/lib/personas-v3/compiler.mjs +101 -0
- package/mcp/lib/personas-v3/deterministic-executor.mjs +909 -0
- package/mcp/lib/personas-v3/experiment-adjudication.mjs +374 -0
- package/mcp/lib/personas-v3/formula-review-attestations.mjs +388 -0
- package/mcp/lib/personas-v3/ga-external-evidence.mjs +476 -0
- package/mcp/lib/personas-v3/ga-gate.mjs +1096 -0
- package/mcp/lib/personas-v3/ga-package-evidence.mjs +390 -0
- package/mcp/lib/personas-v3/grounding-adapter.mjs +362 -0
- package/mcp/lib/personas-v3/loader.mjs +382 -0
- package/mcp/lib/personas-v3/n-eff.mjs +409 -0
- package/mcp/lib/personas-v3/platform-durability.mjs +51 -0
- package/mcp/lib/personas-v3/production-root.mjs +312 -0
- package/mcp/lib/personas-v3/registry.mjs +81 -0
- package/mcp/lib/personas-v3/release-approvals.mjs +185 -0
- package/mcp/lib/personas-v3/release-evidence.mjs +347 -0
- package/mcp/lib/personas-v3/release-formula-evidence.mjs +252 -0
- package/mcp/lib/personas-v3/release-source-evidence.mjs +373 -0
- package/mcp/lib/personas-v3/releases.mjs +1206 -0
- package/mcp/lib/personas-v3/runtime-release-integrity.mjs +410 -0
- package/mcp/lib/personas-v3/runtime.mjs +643 -0
- package/mcp/lib/personas-v3/semantic-source-adjudication.mjs +494 -0
- package/mcp/lib/personas-v3/semantic-source-extraction.mjs +368 -0
- package/mcp/lib/personas-v3/semantic-source-skeptic-review.mjs +459 -0
- package/mcp/lib/personas-v3/source-acquisition.mjs +979 -0
- package/mcp/lib/personas-v3/source-adjudication.mjs +1137 -0
- package/mcp/lib/personas-v3/source-anchor.mjs +133 -0
- package/mcp/lib/personas-v3/source-review-attestations.mjs +181 -0
- package/mcp/lib/personas-v3/source-review-operations.mjs +244 -0
- package/mcp/lib/personas-v3/source-review-signing.mjs +133 -0
- package/mcp/lib/personas-v3/staging.mjs +604 -0
- package/mcp/lib/personas-v3/tool-schema-hashes.mjs +59 -0
- package/mcp/lib/personas-v3/typed-facts.mjs +126 -0
- package/mcp/lib/quotes.mjs +6 -4
- package/mcp/lib/rpc.mjs +399 -59
- package/mcp/lib/run-locks.mjs +232 -0
- package/mcp/lib/run-store.mjs +17 -0
- package/mcp/lib/screen.mjs +63 -8
- package/mcp/lib/selection-cleanup.mjs +164 -0
- package/mcp/lib/selection-locks.mjs +359 -0
- package/mcp/lib/social.mjs +32 -1
- package/package.json +81 -3
- package/personas/masters/masters-adversarial/ackman.md +113 -0
- package/personas/masters/masters-adversarial/{short_seller.md → forensic_short.md} +20 -5
- package/personas/masters/masters-modern/cathie_wood.md +115 -0
- package/personas/masters/masters-modern/jhunjhunwala.md +115 -0
- package/personas/masters/masters-value/pabrai.md +113 -0
- package/personas/masters/masters-value-classic/damodaran.md +113 -0
- package/schemas/ai-source-prereview-v1.schema.json +126 -0
- package/schemas/council-arm-run-result-v1.schema.json +123 -0
- package/schemas/council-case-freeze-v1.schema.json +40 -0
- package/schemas/council-evaluation-protocol-v1.schema.json +352 -0
- package/schemas/council-experiment-result-manifest-v1.schema.json +54 -0
- package/schemas/external-host-e2e-result-v1.schema.json +129 -0
- package/schemas/host-capabilities-v1.schema.json +131 -0
- package/schemas/n-eff-evaluation-v1.schema.json +127 -0
- package/schemas/persona-v2.schema.json +180 -0
- package/schemas/persona-v3-ai-assisted-solo-profile-v1.schema.json +92 -0
- package/schemas/persona-v3-ai-assisted-solo-status-v1.schema.json +101 -0
- package/schemas/persona-v3-ai-formula-cross-review-v1.schema.json +116 -0
- package/schemas/persona-v3-ai-machine-simulation-v1.schema.json +107 -0
- package/schemas/persona-v3-ai-semantic-source-adjudication-v1.schema.json +49 -0
- package/schemas/persona-v3-ai-semantic-source-extraction-v1.schema.json +39 -0
- package/schemas/persona-v3-ai-semantic-source-skeptic-review-v1.schema.json +44 -0
- package/schemas/persona-v3-build-spec-v1.schema.json +208 -0
- package/schemas/persona-v3-decision-policy-v1.schema.json +261 -0
- package/schemas/persona-v3-draft-pack-index-v1.schema.json +90 -0
- package/schemas/persona-v3-experiment-adjudication-v1.schema.json +94 -0
- package/schemas/persona-v3-experiments-v1.schema.json +153 -0
- package/schemas/persona-v3-formula-approval-bundle-v1.schema.json +34 -0
- package/schemas/persona-v3-formula-review-attestation-v1.schema.json +37 -0
- package/schemas/persona-v3-formula-spec-v1.schema.json +314 -0
- package/schemas/persona-v3-ga-package-artifact-v1.schema.json +74 -0
- package/schemas/persona-v3-ga-report-v1.schema.json +240 -0
- package/schemas/persona-v3-release-approval-v1.schema.json +44 -0
- package/schemas/persona-v3-release-evidence-v1.schema.json +122 -0
- package/schemas/persona-v3-release-formula-review-evidence-v1.schema.json +68 -0
- package/schemas/persona-v3-release-manifest-v1.schema.json +121 -0
- package/schemas/persona-v3-release-source-review-evidence-v1.schema.json +92 -0
- package/schemas/persona-v3-staging-scaffold-v1.schema.json +113 -0
- package/schemas/persona-v3-tool-graph-v1.schema.json +154 -0
- package/schemas/persona-v3.schema.json +215 -0
- package/schemas/registered-council-evaluation-protocol-v1.schema.json +19 -0
- package/schemas/source-adjudication-ledger-v1.schema.json +98 -0
- package/schemas/source-adjudication-queue-v1.schema.json +18 -0
- package/schemas/source-anchor-proposal-v1.schema.json +48 -0
- package/schemas/source-anchor-v1.schema.json +81 -0
- package/schemas/source-candidate-acquisition-v1.schema.json +89 -0
- package/schemas/source-review-attestation-v1.schema.json +39 -0
- package/schemas/source-review-attestation-v2.schema.json +41 -0
- package/schemas/source-review-batch-v1.schema.json +94 -0
- package/schemas/source-review-signing-request-v1.schema.json +40 -0
- package/schemas/typed-fact-v1.schema.json +66 -0
- package/scripts/acquire-persona-source.mjs +143 -0
- package/scripts/adjudicate-persona-source-semantics.mjs +37 -0
- package/scripts/adjudicate-persona-source.mjs +169 -0
- package/scripts/assemble-persona-v3-release.mjs +126 -0
- package/scripts/build-persona-v3-solo-test-packs.mjs +93 -0
- package/scripts/check-packaged-host-parity.mjs +66 -0
- package/scripts/check-persona-v3-ai-assisted-solo.mjs +86 -0
- package/scripts/check-persona-v3-ga.mjs +239 -0
- package/scripts/check-persona-v3-production-candidates.mjs +90 -0
- package/scripts/compile-persona-packs.mjs +192 -0
- package/scripts/compile-persona-v3-formulas.mjs +186 -0
- package/scripts/council-experiment-artifacts.mjs +54 -0
- package/scripts/doctor.mjs +184 -0
- package/scripts/export-persona-source-review-batch.mjs +135 -0
- package/scripts/extract-persona-source-semantics.mjs +49 -0
- package/scripts/generate-persona-v3-drafts.mjs +108 -0
- package/scripts/host-e2e-artifacts.mjs +54 -0
- package/scripts/lib/council-evaluation-protocol.mjs +373 -0
- package/scripts/lib/council-experiment-artifacts.mjs +593 -0
- package/scripts/lib/external-host-e2e-artifacts.mjs +428 -0
- package/scripts/lib/host-capabilities.mjs +291 -0
- package/scripts/lib/packaged-host-parity.mjs +875 -0
- package/scripts/lib/persona-v3-ai-assisted-solo-status.mjs +897 -0
- package/scripts/lib/persona-v3-ai-formula-review.mjs +697 -0
- package/scripts/lib/persona-v3-ai-machine-simulations.mjs +409 -0
- package/scripts/lib/persona-v3-build-specs.mjs +324 -0
- package/scripts/lib/persona-v3-draft-packs.mjs +726 -0
- package/scripts/lib/persona-v3-formula-pipeline.mjs +748 -0
- package/scripts/lib/persona-v3-production-candidates.mjs +499 -0
- package/scripts/lib/persona-v3-solo-formula-pipeline.mjs +424 -0
- package/scripts/lib/persona-v3-solo-test-packs.mjs +675 -0
- package/scripts/make-demo-gif.sh +77 -0
- package/scripts/package-smoke.mjs +169 -0
- package/scripts/pre-review-persona-sources.mjs +102 -0
- package/scripts/promote-persona-v3-release.mjs +150 -0
- package/scripts/report-council-evaluation-protocol.mjs +110 -0
- package/scripts/report-host-capabilities.mjs +38 -0
- package/scripts/report-persona-corpus-gaps.mjs +200 -0
- package/scripts/report-persona-v3-build-specs.mjs +47 -0
- package/scripts/report-persona-v3-staging.mjs +115 -0
- package/scripts/review-persona-source-semantics.mjs +62 -0
- package/scripts/review-persona-v3-solo-formulas.mjs +110 -0
- package/scripts/run-persona-v3-ai-machine-simulations.mjs +51 -0
- package/scripts/run-tests.mjs +114 -0
- package/scripts/scaffold-persona-v3-staging.mjs +99 -0
- package/scripts/selfcheck.mjs +102 -0
- package/scripts/sign-persona-source-review.mjs +96 -0
- package/scripts/sync-personas.mjs +270 -0
- package/skills/agent-skills-governance/SKILL.md +21 -8
- package/skills/alphacouncil-agent/SKILL.md +77 -40
- package/test/fixtures/nok-grounding-production-shape.json +38 -0
- package/test/fixtures/options-chain-synthetic.json +55 -0
|
@@ -13,7 +13,7 @@ Request: **$ARGUMENTS**
|
|
|
13
13
|
|---|---|
|
|
14
14
|
| *(empty)* | Print the mode table below and stop. Do not start a run. |
|
|
15
15
|
| a ticker alone, or a question | **Full council.** Go to "Full council" below. |
|
|
16
|
-
| ticker + `quick` | The `quick` preset: 4 analysts
|
|
16
|
+
| ticker + `quick` | The `quick` evidence preset: 4 analysts + the selected master methods + debate. No verification. |
|
|
17
17
|
| ticker + `screen` | `screen_ticker` only. No language-model judgment, no subagents. |
|
|
18
18
|
| ticker + `options` | `get_options_chain` only. |
|
|
19
19
|
| ticker + `news` | `get_news` on the symbol, and on its CIK when it is a US filer. |
|
|
@@ -22,8 +22,8 @@ Request: **$ARGUMENTS**
|
|
|
22
22
|
When `$ARGUMENTS` is empty, print exactly this and stop:
|
|
23
23
|
|
|
24
24
|
```
|
|
25
|
-
/alpha <TICKER> full council — asks which
|
|
26
|
-
/alpha <TICKER> quick 4 analysts +
|
|
25
|
+
/alpha <TICKER> full council — shows every master, then asks which to run
|
|
26
|
+
/alpha <TICKER> quick 4 analysts + selected masters + debate, no verification
|
|
27
27
|
/alpha <TICKER> screen mechanical filings screen only (no model spend)
|
|
28
28
|
/alpha <TICKER> options IV term structure, skew, positioning (no model spend)
|
|
29
29
|
/alpha <TICKER> news dated filings and headlines (no model spend)
|
|
@@ -41,13 +41,40 @@ Say plainly that the four marked modes call keyless data tools and spawn no suba
|
|
|
41
41
|
they cost nothing beyond this turn. The council modes spawn one subagent per seat, and that
|
|
42
42
|
is where the spend is.
|
|
43
43
|
|
|
44
|
+
## Council selection gate — mandatory for full and quick
|
|
45
|
+
|
|
46
|
+
This gate happens before any research tool, run envelope, network fetch or subagent. It is
|
|
47
|
+
the same in Claude Code, Codex, OpenCode and Grok Build.
|
|
48
|
+
|
|
49
|
+
1. Call `begin_council_selection` with the symbol, original request, language and host. If
|
|
50
|
+
the request explicitly names masters, also pass those stable IDs as
|
|
51
|
+
`preselected_master_ids`; this highlights them but does not confirm them.
|
|
52
|
+
2. Show **every returned master individually, in the returned order and with its stable
|
|
53
|
+
number**. Each row must include `identity`, `method`, `best_for` and `maturity`; a school
|
|
54
|
+
name or a count is not a substitute for the individual catalog.
|
|
55
|
+
3. Ask for one submission. Accept one number from `1..N`, any comma/space-separated
|
|
56
|
+
combination, ranges such as `1-4` or `1..4`, stable IDs/names, or `all`. A host-native
|
|
57
|
+
multi-select is a convenience only. If it is unavailable or cannot show the full catalog,
|
|
58
|
+
use the numbered text table and plain reply on every host.
|
|
59
|
+
4. If the original request already named masters or said `all`, prefill that choice but
|
|
60
|
+
**still show the full catalog and require this run's submission**. Do not silently reuse a
|
|
61
|
+
prior choice. The submitted choice is the confirmation; do not ask a second confirmation.
|
|
62
|
+
5. Call `confirm_master_selection` with the returned `selection_id`, `catalog_hash`,
|
|
63
|
+
`display_ack: true`, and exactly one of `selected_master_ids`, `select_all: true`, or
|
|
64
|
+
`selection`. Retain the returned one-use `selection_receipt`.
|
|
65
|
+
6. Only now call `plan_visible_run`, `collect_evidence` or `analyze_symbol`, passing that
|
|
66
|
+
`selection_receipt`. Do not also pass `masters` or `masters_roster`; the receipt is the
|
|
67
|
+
authoritative selection. If the receipt is missing, expired, stale or consumed, restart
|
|
68
|
+
from `begin_council_selection`.
|
|
69
|
+
|
|
70
|
+
`screen`, `options`, `news` and `market` are data-only modes and skip this gate. `quick` is
|
|
71
|
+
still a council judgment, so it never skips the gate; it changes the analyst fan-out, not the
|
|
72
|
+
master-selection contract.
|
|
73
|
+
|
|
44
74
|
## Full council
|
|
45
75
|
|
|
46
|
-
1.
|
|
47
|
-
|
|
48
|
-
default to the eight-seat fan-out; do not ask about them. After the answer, start
|
|
49
|
-
immediately: no preset question, no confirmation. **Skip the question entirely** when the
|
|
50
|
-
request already said (a named school, "everything", "no masters", "be quick").
|
|
76
|
+
1. Complete the mandatory council selection gate above. Analysts default to the eight-seat
|
|
77
|
+
fan-out; do not ask about them.
|
|
51
78
|
2. Follow `skills/alphacouncil-agent/SKILL.md` from Stage 0. Do not improvise a shorter
|
|
52
79
|
workflow: a report that looks finished and skipped the bench is worse than an obviously
|
|
53
80
|
partial one.
|
|
@@ -61,9 +88,10 @@ is where the spend is.
|
|
|
61
88
|
|
|
62
89
|
## Quick mode owes the reader one sentence
|
|
63
90
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
91
|
+
Complete the same mandatory council selection gate, then use four analysts, the selected
|
|
92
|
+
masters and the debate without verifier fan-out. State that evidence coverage and
|
|
93
|
+
cross-verification are thinner than a standard run; list the selected masters so the quick
|
|
94
|
+
result cannot be mistaken for the full bench.
|
|
67
95
|
|
|
68
96
|
## Screen mode
|
|
69
97
|
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "AlphaCouncil plugins for public-equity research.",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.9.0-solo-test.1"
|
|
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.
|
|
16
|
+
"version": "0.9.0-solo-test.1",
|
|
17
17
|
"author": {
|
|
18
18
|
"name": "Zhao73"
|
|
19
19
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "alphacouncil-agent",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0-solo-test.1",
|
|
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"
|
package/.grok/commands/alpha.md
CHANGED
|
@@ -13,7 +13,7 @@ Request: **$ARGUMENTS**
|
|
|
13
13
|
|---|---|
|
|
14
14
|
| *(empty)* | Print the mode table below and stop. Do not start a run. |
|
|
15
15
|
| a ticker alone, or a question | **Full council.** Go to "Full council" below. |
|
|
16
|
-
| ticker + `quick` | The `quick` preset: 4 analysts
|
|
16
|
+
| ticker + `quick` | The `quick` evidence preset: 4 analysts + the selected master methods + debate. No verification. |
|
|
17
17
|
| ticker + `screen` | `screen_ticker` only. No language-model judgment, no subagents. |
|
|
18
18
|
| ticker + `options` | `get_options_chain` only. |
|
|
19
19
|
| ticker + `news` | `get_news` on the symbol, and on its CIK when it is a US filer. |
|
|
@@ -22,8 +22,8 @@ Request: **$ARGUMENTS**
|
|
|
22
22
|
When `$ARGUMENTS` is empty, print exactly this and stop:
|
|
23
23
|
|
|
24
24
|
```
|
|
25
|
-
/alpha <TICKER> full council — asks which
|
|
26
|
-
/alpha <TICKER> quick 4 analysts +
|
|
25
|
+
/alpha <TICKER> full council — shows every master, then asks which to run
|
|
26
|
+
/alpha <TICKER> quick 4 analysts + selected masters + debate, no verification
|
|
27
27
|
/alpha <TICKER> screen mechanical filings screen only (no model spend)
|
|
28
28
|
/alpha <TICKER> options IV term structure, skew, positioning (no model spend)
|
|
29
29
|
/alpha <TICKER> news dated filings and headlines (no model spend)
|
|
@@ -41,13 +41,40 @@ Say plainly that the four marked modes call keyless data tools and spawn no suba
|
|
|
41
41
|
they cost nothing beyond this turn. The council modes spawn one subagent per seat, and that
|
|
42
42
|
is where the spend is.
|
|
43
43
|
|
|
44
|
+
## Council selection gate — mandatory for full and quick
|
|
45
|
+
|
|
46
|
+
This gate happens before any research tool, run envelope, network fetch or subagent. It is
|
|
47
|
+
the same in Claude Code, Codex, OpenCode and Grok Build.
|
|
48
|
+
|
|
49
|
+
1. Call `begin_council_selection` with the symbol, original request, language and host. If
|
|
50
|
+
the request explicitly names masters, also pass those stable IDs as
|
|
51
|
+
`preselected_master_ids`; this highlights them but does not confirm them.
|
|
52
|
+
2. Show **every returned master individually, in the returned order and with its stable
|
|
53
|
+
number**. Each row must include `identity`, `method`, `best_for` and `maturity`; a school
|
|
54
|
+
name or a count is not a substitute for the individual catalog.
|
|
55
|
+
3. Ask for one submission. Accept one number from `1..N`, any comma/space-separated
|
|
56
|
+
combination, ranges such as `1-4` or `1..4`, stable IDs/names, or `all`. A host-native
|
|
57
|
+
multi-select is a convenience only. If it is unavailable or cannot show the full catalog,
|
|
58
|
+
use the numbered text table and plain reply on every host.
|
|
59
|
+
4. If the original request already named masters or said `all`, prefill that choice but
|
|
60
|
+
**still show the full catalog and require this run's submission**. Do not silently reuse a
|
|
61
|
+
prior choice. The submitted choice is the confirmation; do not ask a second confirmation.
|
|
62
|
+
5. Call `confirm_master_selection` with the returned `selection_id`, `catalog_hash`,
|
|
63
|
+
`display_ack: true`, and exactly one of `selected_master_ids`, `select_all: true`, or
|
|
64
|
+
`selection`. Retain the returned one-use `selection_receipt`.
|
|
65
|
+
6. Only now call `plan_visible_run`, `collect_evidence` or `analyze_symbol`, passing that
|
|
66
|
+
`selection_receipt`. Do not also pass `masters` or `masters_roster`; the receipt is the
|
|
67
|
+
authoritative selection. If the receipt is missing, expired, stale or consumed, restart
|
|
68
|
+
from `begin_council_selection`.
|
|
69
|
+
|
|
70
|
+
`screen`, `options`, `news` and `market` are data-only modes and skip this gate. `quick` is
|
|
71
|
+
still a council judgment, so it never skips the gate; it changes the analyst fan-out, not the
|
|
72
|
+
master-selection contract.
|
|
73
|
+
|
|
44
74
|
## Full council
|
|
45
75
|
|
|
46
|
-
1.
|
|
47
|
-
|
|
48
|
-
default to the eight-seat fan-out; do not ask about them. After the answer, start
|
|
49
|
-
immediately: no preset question, no confirmation. **Skip the question entirely** when the
|
|
50
|
-
request already said (a named school, "everything", "no masters", "be quick").
|
|
76
|
+
1. Complete the mandatory council selection gate above. Analysts default to the eight-seat
|
|
77
|
+
fan-out; do not ask about them.
|
|
51
78
|
2. Follow `skills/alphacouncil-agent/SKILL.md` from Stage 0. Do not improvise a shorter
|
|
52
79
|
workflow: a report that looks finished and skipped the bench is worse than an obviously
|
|
53
80
|
partial one.
|
|
@@ -61,9 +88,10 @@ is where the spend is.
|
|
|
61
88
|
|
|
62
89
|
## Quick mode owes the reader one sentence
|
|
63
90
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
91
|
+
Complete the same mandatory council selection gate, then use four analysts, the selected
|
|
92
|
+
masters and the debate without verifier fan-out. State that evidence coverage and
|
|
93
|
+
cross-verification are thinner than a standard run; list the selected masters so the quick
|
|
94
|
+
result cannot be mistaken for the full bench.
|
|
67
95
|
|
|
68
96
|
## Screen mode
|
|
69
97
|
|
|
@@ -13,7 +13,7 @@ Request: **$ARGUMENTS**
|
|
|
13
13
|
|---|---|
|
|
14
14
|
| *(empty)* | Print the mode table below and stop. Do not start a run. |
|
|
15
15
|
| a ticker alone, or a question | **Full council.** Go to "Full council" below. |
|
|
16
|
-
| ticker + `quick` | The `quick` preset: 4 analysts
|
|
16
|
+
| ticker + `quick` | The `quick` evidence preset: 4 analysts + the selected master methods + debate. No verification. |
|
|
17
17
|
| ticker + `screen` | `screen_ticker` only. No language-model judgment, no subagents. |
|
|
18
18
|
| ticker + `options` | `get_options_chain` only. |
|
|
19
19
|
| ticker + `news` | `get_news` on the symbol, and on its CIK when it is a US filer. |
|
|
@@ -22,8 +22,8 @@ Request: **$ARGUMENTS**
|
|
|
22
22
|
When `$ARGUMENTS` is empty, print exactly this and stop:
|
|
23
23
|
|
|
24
24
|
```
|
|
25
|
-
/alpha <TICKER> full council — asks which
|
|
26
|
-
/alpha <TICKER> quick 4 analysts +
|
|
25
|
+
/alpha <TICKER> full council — shows every master, then asks which to run
|
|
26
|
+
/alpha <TICKER> quick 4 analysts + selected masters + debate, no verification
|
|
27
27
|
/alpha <TICKER> screen mechanical filings screen only (no model spend)
|
|
28
28
|
/alpha <TICKER> options IV term structure, skew, positioning (no model spend)
|
|
29
29
|
/alpha <TICKER> news dated filings and headlines (no model spend)
|
|
@@ -41,13 +41,40 @@ Say plainly that the four marked modes call keyless data tools and spawn no suba
|
|
|
41
41
|
they cost nothing beyond this turn. The council modes spawn one subagent per seat, and that
|
|
42
42
|
is where the spend is.
|
|
43
43
|
|
|
44
|
+
## Council selection gate — mandatory for full and quick
|
|
45
|
+
|
|
46
|
+
This gate happens before any research tool, run envelope, network fetch or subagent. It is
|
|
47
|
+
the same in Claude Code, Codex, OpenCode and Grok Build.
|
|
48
|
+
|
|
49
|
+
1. Call `begin_council_selection` with the symbol, original request, language and host. If
|
|
50
|
+
the request explicitly names masters, also pass those stable IDs as
|
|
51
|
+
`preselected_master_ids`; this highlights them but does not confirm them.
|
|
52
|
+
2. Show **every returned master individually, in the returned order and with its stable
|
|
53
|
+
number**. Each row must include `identity`, `method`, `best_for` and `maturity`; a school
|
|
54
|
+
name or a count is not a substitute for the individual catalog.
|
|
55
|
+
3. Ask for one submission. Accept one number from `1..N`, any comma/space-separated
|
|
56
|
+
combination, ranges such as `1-4` or `1..4`, stable IDs/names, or `all`. A host-native
|
|
57
|
+
multi-select is a convenience only. If it is unavailable or cannot show the full catalog,
|
|
58
|
+
use the numbered text table and plain reply on every host.
|
|
59
|
+
4. If the original request already named masters or said `all`, prefill that choice but
|
|
60
|
+
**still show the full catalog and require this run's submission**. Do not silently reuse a
|
|
61
|
+
prior choice. The submitted choice is the confirmation; do not ask a second confirmation.
|
|
62
|
+
5. Call `confirm_master_selection` with the returned `selection_id`, `catalog_hash`,
|
|
63
|
+
`display_ack: true`, and exactly one of `selected_master_ids`, `select_all: true`, or
|
|
64
|
+
`selection`. Retain the returned one-use `selection_receipt`.
|
|
65
|
+
6. Only now call `plan_visible_run`, `collect_evidence` or `analyze_symbol`, passing that
|
|
66
|
+
`selection_receipt`. Do not also pass `masters` or `masters_roster`; the receipt is the
|
|
67
|
+
authoritative selection. If the receipt is missing, expired, stale or consumed, restart
|
|
68
|
+
from `begin_council_selection`.
|
|
69
|
+
|
|
70
|
+
`screen`, `options`, `news` and `market` are data-only modes and skip this gate. `quick` is
|
|
71
|
+
still a council judgment, so it never skips the gate; it changes the analyst fan-out, not the
|
|
72
|
+
master-selection contract.
|
|
73
|
+
|
|
44
74
|
## Full council
|
|
45
75
|
|
|
46
|
-
1.
|
|
47
|
-
|
|
48
|
-
default to the eight-seat fan-out; do not ask about them. After the answer, start
|
|
49
|
-
immediately: no preset question, no confirmation. **Skip the question entirely** when the
|
|
50
|
-
request already said (a named school, "everything", "no masters", "be quick").
|
|
76
|
+
1. Complete the mandatory council selection gate above. Analysts default to the eight-seat
|
|
77
|
+
fan-out; do not ask about them.
|
|
51
78
|
2. Follow `skills/alphacouncil-agent/SKILL.md` from Stage 0. Do not improvise a shorter
|
|
52
79
|
workflow: a report that looks finished and skipped the bench is worse than an obviously
|
|
53
80
|
partial one.
|
|
@@ -61,9 +88,10 @@ is where the spend is.
|
|
|
61
88
|
|
|
62
89
|
## Quick mode owes the reader one sentence
|
|
63
90
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
91
|
+
Complete the same mandatory council selection gate, then use four analysts, the selected
|
|
92
|
+
masters and the debate without verifier fan-out. State that evidence coverage and
|
|
93
|
+
cross-verification are thinner than a standard run; list the selected masters so the quick
|
|
94
|
+
result cannot be mistaken for the full bench.
|
|
67
95
|
|
|
68
96
|
## Screen mode
|
|
69
97
|
|
package/AGENTS.md
CHANGED
|
@@ -13,6 +13,16 @@ Run `npm run check` after any code or prompt change.
|
|
|
13
13
|
The MCP server is the load-bearing integration on every host: it reads `personas/` directly,
|
|
14
14
|
so a host that ignores the generated agent files still gets correct prompts.
|
|
15
15
|
|
|
16
|
+
Every host also follows the same mandatory master-selection protocol for a full or quick
|
|
17
|
+
council. Call `begin_council_selection`, display every returned entry with its number,
|
|
18
|
+
identity, method and `best_for`, collect a numbered/range/ID/`all` submission, then call
|
|
19
|
+
`confirm_master_selection` with `display_ack: true`. Existing names in the request are only
|
|
20
|
+
a prefill; the full catalog is still shown. Only the returned one-use `selection_receipt`
|
|
21
|
+
may authorize `plan_visible_run`, `collect_evidence` or `analyze_symbol`. A host-native
|
|
22
|
+
multi-select is optional UI sugar; the numbered text fallback is mandatory on Claude Code,
|
|
23
|
+
Codex, OpenCode and Grok Build. Data-only `screen`, `options`, `news` and `market` modes are
|
|
24
|
+
the only `/alpha` routes that skip this gate.
|
|
25
|
+
|
|
16
26
|
| Host | Config | Agents | Skills |
|
|
17
27
|
|---|---|---|---|
|
|
18
28
|
| Claude Code | `.claude-plugin/plugin.json`, `.mcp.json` | `.claude/agents/alphacouncil-*.md` | `skills/` via the plugin manifest |
|
|
@@ -76,8 +86,8 @@ rather than four in a menu of a hundred.
|
|
|
76
86
|
|
|
77
87
|
| Invocation | What runs | Model spend |
|
|
78
88
|
|---|---|---|
|
|
79
|
-
| `/alpha <ticker>` |
|
|
80
|
-
| `/alpha <ticker> quick` | 4 analysts +
|
|
89
|
+
| `/alpha <ticker>` | Shows every master, confirms `1..N`/ranges/`all`, then runs the full council | one subagent per selected seat |
|
|
90
|
+
| `/alpha <ticker> quick` | Same mandatory master selection, then 4 analysts + selected masters + debate; no verification | varies with selection |
|
|
81
91
|
| `/alpha <ticker> screen` | Mechanical filings screen only | **none** |
|
|
82
92
|
| `/alpha <ticker> options` | IV term structure, skew, positioning | **none** |
|
|
83
93
|
| `/alpha <ticker> news` | Dated filings and headlines | **none** |
|
|
@@ -85,8 +95,8 @@ rather than four in a menu of a hundred.
|
|
|
85
95
|
| `/alpha` | Lists the modes and stops | **none** |
|
|
86
96
|
|
|
87
97
|
The four marked **none** call keyless data tools and spawn no subagents, so they cost
|
|
88
|
-
nothing beyond the turn you type them in.
|
|
89
|
-
|
|
98
|
+
nothing beyond the turn you type them in. Full and quick are council modes: both require a
|
|
99
|
+
fresh selection receipt, and their cost varies with the selected master count.
|
|
90
100
|
|
|
91
101
|
| Host | Where it reads them |
|
|
92
102
|
|---|---|
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,178 @@
|
|
|
2
2
|
|
|
3
3
|
Notable changes per release. Dates are UTC.
|
|
4
4
|
|
|
5
|
+
## [0.9.0-solo-test.1] — 2026-07-27
|
|
6
|
+
|
|
7
|
+
This package is the first **0.9.0 solo-test prerelease**, not a formal production-GA release.
|
|
8
|
+
`package.json`, the Claude/Codex plugin surfaces, marketplace metadata and
|
|
9
|
+
`data/build-profile.v1.json` all declare `0.9.0-solo-test.1`.
|
|
10
|
+
|
|
11
|
+
The public package uses npm's `next` dist-tag and the GitHub release is marked as a
|
|
12
|
+
pre-release. Exact `0.9.0-solo-test.1` installation is supported while `latest` stays on the
|
|
13
|
+
production-facing 0.8.0 line and the stable `0.9.0` version remains unoccupied until the
|
|
14
|
+
formal GA gates pass.
|
|
15
|
+
|
|
16
|
+
### Solo-test assurance boundary
|
|
17
|
+
|
|
18
|
+
- Exactly 26 physical PersonaPack v3 packs are packaged under the isolated solo-test root.
|
|
19
|
+
- Exactly 52 executable tools are present, all marked `provisional_derived_proxy`.
|
|
20
|
+
- All 26 seats remain provisional `operator_lens`; operational seats: **0**;
|
|
21
|
+
`method_model` seats: **0**.
|
|
22
|
+
- Human source approvals: **0**; human formula approvals: **0**; human approval signatures:
|
|
23
|
+
**0**. Project-derived proxies are test fixtures, not named-investor method attribution.
|
|
24
|
+
- All 32 archived source candidates now have hash-bound machine pre-review artifacts. Three
|
|
25
|
+
isolated AI roles produce 96 deterministic triage outputs with explicit questions and
|
|
26
|
+
verdicts, while `human_reviewed=false` and `production_effect=none` keep the trusted
|
|
27
|
+
human-review quorum and production gate fail-closed.
|
|
28
|
+
- The production loader rejects all 26 solo-test packs. Formal production assembly,
|
|
29
|
+
cutover, rollback evidence and GA remain fail-closed until the outstanding human-review,
|
|
30
|
+
experiment, host and release gates pass.
|
|
31
|
+
- Source and installed-package validation are now separated: a source checkout verifies its
|
|
32
|
+
private/raw staging tree when present, while an installed package runs a real MCP selection
|
|
33
|
+
and receipt-replay smoke instead of reporting a misleading zero-test pass.
|
|
34
|
+
|
|
35
|
+
Exact verification commands and the observed status are recorded in
|
|
36
|
+
`docs/solo-test-0.9.0.md`.
|
|
37
|
+
|
|
38
|
+
### Added in the first 0.9.0 increment
|
|
39
|
+
|
|
40
|
+
- **A mandatory per-run master chooser.** `begin_council_selection` freezes the current
|
|
41
|
+
catalog and returns every seat with a stable number, identity, method, best-use case and
|
|
42
|
+
maturity. `confirm_master_selection` accepts one seat, any combination, ranges, stable IDs
|
|
43
|
+
or `all`, then issues a short-lived one-run receipt.
|
|
44
|
+
- **Server-side enforcement rather than prompt etiquette.** `plan_visible_run`,
|
|
45
|
+
`collect_evidence` and `analyze_symbol` reject an absent, stale, replayed, cross-symbol or
|
|
46
|
+
cross-intent receipt before creating a run or fetching data. Confirm and consume operations
|
|
47
|
+
use exclusive file locks so separate host processes cannot spend the same selection twice.
|
|
48
|
+
Run starts also hold an exclusive lock: concurrent retries create one lifecycle, while a
|
|
49
|
+
completed same-receipt retry loads existing state instead of erasing packets or paying for
|
|
50
|
+
the council again.
|
|
51
|
+
- **Text-complete four-host interaction.** Claude Code, Codex, OpenCode and Grok may enhance
|
|
52
|
+
the chooser with native multi-select, but all share the numbered text grammar and the same
|
|
53
|
+
MCP receipt. A named master is only preselected; the catalog is still displayed and the
|
|
54
|
+
user still submits this run's choice.
|
|
55
|
+
- **Headless master execution.** The one-call analysis path now actually runs the selected
|
|
56
|
+
masters between evidence and debate. A failed selected seat stays missing and prevents a
|
|
57
|
+
false `complete` status.
|
|
58
|
+
- **Selection audit fields.** `status.json` records the catalog/selection hashes, selected,
|
|
59
|
+
completed and pending masters, counts, per-seat state and the consumed selection ID.
|
|
60
|
+
- **The five missing requested seats are now selectable.** Damodaran, Ackman, Cathie Wood,
|
|
61
|
+
Pabrai and Jhunjhunwala expand the active catalog from 21 to exactly 26. The complete
|
|
62
|
+
26-seat solo-test tree now loads only through the explicit provisional path as
|
|
63
|
+
`operator_lens`; none is mislabeled as operational or as a completed v3 method model.
|
|
64
|
+
- **Cryptographic PersonaPack admission and release foundations.** Experiment results now use
|
|
65
|
+
Ed25519 attestations bound to the exact artifact/corpus/policy/tool/prompt hashes;
|
|
66
|
+
`method_model` promotion stays fused closed until explicitly enabled after all gates pass.
|
|
67
|
+
Source review and release operations each require two distinct trusted principals, so
|
|
68
|
+
repeated keys or copied reviewer names cannot manufacture independence.
|
|
69
|
+
- **Immutable 26-pack publication and rollback.** The assembler accepts only one complete
|
|
70
|
+
operational-or-higher 26-seat tree, verifies signed source-adjudication ledgers, embeds and
|
|
71
|
+
hashes their evidence, then publishes by same-filesystem fsync and atomic rename. Signed
|
|
72
|
+
cutover/rollback approvals produce immutable versioned pointer history.
|
|
73
|
+
- **A fail-closed GA verifier.** The real immutable release manifest is checked against the
|
|
74
|
+
production pack hashes. A separate signed evidence document must cover Claude Code,
|
|
75
|
+
Codex, OpenCode, Grok, the installed package, cutover and rollback. The previous unsigned
|
|
76
|
+
combined-JSON shape is rejected rather than accepted as self-certification.
|
|
77
|
+
|
|
78
|
+
### In progress, not yet a production-GA claim
|
|
79
|
+
|
|
80
|
+
- Migrate all 26 seats to PersonaPack v3 with sourced doctrine, private research plans,
|
|
81
|
+
typed computations, native decisions, hard vetoes, calibration and ablation tests.
|
|
82
|
+
- Pass the A-E comparison ladder: single-agent baseline; 8 analysts; 8 analysts plus selected
|
|
83
|
+
masters; verifier-enabled council; and blinded human reference answers. Seat count is never
|
|
84
|
+
treated as independent sample count.
|
|
85
|
+
|
|
86
|
+
Implementation tracker: `docs/plans/0.9.0-personapack-v3.md`.
|
|
87
|
+
|
|
88
|
+
## [0.8.0] — 2026-07-27
|
|
89
|
+
|
|
90
|
+
Minor rather than patch: **the master bench changes from prompt voices to method models,
|
|
91
|
+
and a defect is fixed that manufactured consensus in every prior run.**
|
|
92
|
+
|
|
93
|
+
A user asked why the masters never appear in the report. The answer turned out to be three
|
|
94
|
+
problems wearing one coat, and the third is the one that mattered.
|
|
95
|
+
|
|
96
|
+
### Fixed
|
|
97
|
+
|
|
98
|
+
- **An unrecognised master stance was silently rewritten as `cautious`.** The enum check
|
|
99
|
+
fell through to a default and the default was a real stance carrying real weight, so a
|
|
100
|
+
caller writing `avoid`, `long` or `neutral` got a seat that looked deliberate and voted.
|
|
101
|
+
A ten-seat run whose opinions ranged from avoid to long **recorded `cautious` ten times**
|
|
102
|
+
and rendered as a unanimity nobody produced. Worse in the other direction: a mistyped
|
|
103
|
+
`out_of_scope`, which carries zero weight, would have been promoted to a full vote.
|
|
104
|
+
Unmappable values now record as `out_of_scope` and warn; plausible synonyms are mapped;
|
|
105
|
+
the tool schema states the enum so a caller can see it before guessing.
|
|
106
|
+
- **Master opinions were rendered nowhere.** `markdown.mjs` contained no reference to
|
|
107
|
+
`master`. Opinions were recorded, gated for completeness and weighted into the synthesis,
|
|
108
|
+
and a run could select ten lenses, pass every gate, and publish a report in which none of
|
|
109
|
+
them were readable.
|
|
110
|
+
- **`record_*` echoed the entire run on every call.** Payloads grew with each recording and
|
|
111
|
+
a late call in a twenty-one-seat run passed 240k characters — context exhaustion arriving
|
|
112
|
+
exactly when a run was nearly finished. They now return progress and a path to
|
|
113
|
+
`status.json`.
|
|
114
|
+
- **The Bluesky handle loader silently returned an empty list**, because `readFileSync` was
|
|
115
|
+
never imported and the `catch` swallowed the `ReferenceError`.
|
|
116
|
+
|
|
117
|
+
### Added
|
|
118
|
+
|
|
119
|
+
- **Persona v2: method models, not impressions.** A master is now an eligibility gate, a
|
|
120
|
+
scoring function with cited thresholds, an evidence slice and a narrative — in that order,
|
|
121
|
+
with the model confined to the last. `docs/persona-v2-spec.md`,
|
|
122
|
+
`schemas/persona-v2.schema.json`.
|
|
123
|
+
- **Four pilot packs** — Buffett, Duan Yongping, Marks, Taleb — each with its own gate rather
|
|
124
|
+
than its own adjectives. On the real NOK facts the Buffett method declines (a 20-F filer
|
|
125
|
+
has no long-run series) while the Taleb method acts (an option chain exists). Different
|
|
126
|
+
methods see different companies, which twenty-one prompts over one brief never could.
|
|
127
|
+
- **The admission bar is enforced in the loader.** A corpus below 25 propositions / 5 primary
|
|
128
|
+
sources / 5 decisions / 3 failures / 10 vetoes / 10 counterfactuals is downgraded to
|
|
129
|
+
`operator_lens` and carries its shortfall. All four pilots are honestly below it. A display
|
|
130
|
+
name reading as a person, a doctrine rule citing no grade A/B source, and a threshold
|
|
131
|
+
without provenance are each refused.
|
|
132
|
+
- **Swap experiments.** Name swap: renaming a pack moves no verdict. Policy swap: Taleb's
|
|
133
|
+
policy under Buffett's name judges as Taleb. The differentiation diagnostic returns `none`
|
|
134
|
+
for four renamed copies of one method, which is what makes `effective` on the real four
|
|
135
|
+
worth anything.
|
|
136
|
+
- **Memory with both clauses of the leak rule** — `public_at <= as_of AND
|
|
137
|
+
memory_created_at <= as_of`. The second clause stops a model reading its own diary. Undated
|
|
138
|
+
records are excluded rather than assumed harmless, and a postmortem cannot be written
|
|
139
|
+
before the horizon it judges.
|
|
140
|
+
- **Enforced evidence slices.** The frozen fact pack is shared and unoverridable; what each
|
|
141
|
+
method may read on top of it is filtered in code, not requested in a prompt.
|
|
142
|
+
|
|
143
|
+
### Changed
|
|
144
|
+
|
|
145
|
+
- **The bench prints dissent first**, and a correlation note above every bench states that
|
|
146
|
+
the seats share a base model and an evidence brief, so their agreement is not independent
|
|
147
|
+
confirmation and the stance spread is not a vote count. Unanimity is reported as the
|
|
148
|
+
absence of independent dissent.
|
|
149
|
+
- **`master_bench` is a required report section**, conditional on a bench having run, so
|
|
150
|
+
screen and quick modes are not failed for omitting one they never selected.
|
|
151
|
+
- **Curated Bluesky accounts** are configurable by file or environment and ship **empty**:
|
|
152
|
+
unverified handles would be invented sources inside a tool that exists to refuse them. X
|
|
153
|
+
remains uncovered and the payload says so.
|
|
154
|
+
|
|
155
|
+
### Wired into the live run
|
|
156
|
+
|
|
157
|
+
`plan_visible_run` takes the deterministic pass before spawning anything. A seat whose
|
|
158
|
+
method cannot reach the security is settled during planning and written straight into the
|
|
159
|
+
run as an `out_of_scope` opinion — the completeness gate is satisfied and no agent is paid
|
|
160
|
+
for a lens that had already declined. A seat that can look receives its settled verdict
|
|
161
|
+
inside the prompt and is told to explain it rather than choose one; `record_master_opinion`
|
|
162
|
+
then reconciles what came back, and a narrated stance contradicting the arithmetic does not
|
|
163
|
+
win quietly — the deterministic verdict stands and the disagreement is kept as
|
|
164
|
+
`narrated_stance`.
|
|
165
|
+
|
|
166
|
+
Two distinctions the wiring forced. Absent grounding is not a screen that computed nothing:
|
|
167
|
+
a run that was never measured falls back to v1 prompts instead of having its bench declined
|
|
168
|
+
on missing data. And a declined seat cannot merely be skipped, because the completeness gate
|
|
169
|
+
counts every selected master.
|
|
170
|
+
|
|
171
|
+
### Still open
|
|
172
|
+
|
|
173
|
+
The remaining seventeen masters, and `N_eff` — which needs an error-correlation matrix, which
|
|
174
|
+
needs resolved ground truth that does not exist yet. Investment return is recorded as a
|
|
175
|
+
long-run outcome and is never a gate.
|
|
176
|
+
|
|
5
177
|
## [0.6.0] — 2026-07-26
|
|
6
178
|
|
|
7
179
|
Minor rather than patch: **every screened number changes.** Anyone comparing a result from
|
package/CLAUDE.md
CHANGED
|
@@ -6,15 +6,25 @@ You are working on `alphacouncil-agent`, a Codex plugin for public-equity resear
|
|
|
6
6
|
|
|
7
7
|
The plugin turns `@alphacouncil-agent <ticker/request>` into a full equity-research workflow:
|
|
8
8
|
|
|
9
|
-
1.
|
|
10
|
-
2.
|
|
11
|
-
3.
|
|
12
|
-
4.
|
|
13
|
-
5. Run
|
|
14
|
-
6.
|
|
9
|
+
1. Display every available master method and confirm a one-run selection receipt.
|
|
10
|
+
2. Spawn or plan specialized analyst workers.
|
|
11
|
+
3. Produce JSON evidence packets with sourced claims.
|
|
12
|
+
4. Merge packets into a shared evidence base and run every selected master.
|
|
13
|
+
5. Run bull and bear researchers.
|
|
14
|
+
6. Run a portfolio manager to decide Buy / Overweight / Hold / Underweight / Sell.
|
|
15
|
+
7. Write a complete final report directly in chat and to `~/.alphacouncil-agent/runs/<run_id>/final_report.md`.
|
|
15
16
|
|
|
16
17
|
Default behavior is full workflow. Do not downgrade to lite, smoke-test, or debug output unless the user explicitly asks for it.
|
|
17
18
|
|
|
19
|
+
## Current Build Profile
|
|
20
|
+
|
|
21
|
+
The declared package/plugin version is `0.9.0-solo-test.1`, channel `solo_test`. The isolated packaged
|
|
22
|
+
tree contains 26 physical v3 packs and 52 executable `provisional_derived_proxy` tools.
|
|
23
|
+
Every seat is still a provisional `operator_lens`: operational = 0, `method_model` = 0,
|
|
24
|
+
human source approvals = 0, human formula approvals = 0, human approval signatures = 0.
|
|
25
|
+
The production loader rejects these packs and formal production GA remains fail-closed.
|
|
26
|
+
See `docs/solo-test-0.9.0.md`.
|
|
27
|
+
|
|
18
28
|
## Agent-Skills Governance
|
|
19
29
|
|
|
20
30
|
Also follow `skills/agent-skills-governance/SKILL.md`. It is bundled with this plugin and applies the `addyosmani/agent-skills` style of explicit gates, anti-rationalizations, and exit criteria to AlphaCouncil runs. Do not treat it as an optional local setup step.
|
|
@@ -25,6 +35,16 @@ Also follow `skills/agent-skills-governance/SKILL.md`. It is bundled with this p
|
|
|
25
35
|
`quick`, `screen`, `options`, `news` and `market` select narrower modes, and the last four
|
|
26
36
|
spawn no subagents at all.
|
|
27
37
|
|
|
38
|
+
Every full or quick council run must first call `begin_council_selection`, display each
|
|
39
|
+
returned master with its stable number, identity, method and `best_for`, and obtain a
|
|
40
|
+
submission. A native multi-select is optional; the common fallback accepts numbered choices,
|
|
41
|
+
ranges and `all` in plain text on every host. Even if the request already names masters,
|
|
42
|
+
show the complete catalog and treat those names only as a prefill. Call
|
|
43
|
+
`confirm_master_selection(selection_id, catalog_hash, display_ack: true, ...)`, then pass its
|
|
44
|
+
one-use `selection_receipt` to `plan_visible_run`, `collect_evidence` or `analyze_symbol`.
|
|
45
|
+
No research, run directory or worker may start before that receipt exists. Data-only
|
|
46
|
+
`screen`, `options`, `news` and `market` modes skip the selection gate.
|
|
47
|
+
|
|
28
48
|
## Analyst Roles
|
|
29
49
|
|
|
30
50
|
Default evidence roles (the eight-seat default fan-out):
|
|
@@ -44,9 +64,14 @@ Optional analysts, on the `full` roster rather than the default:
|
|
|
44
64
|
- `market_narrative`
|
|
45
65
|
- `social_pulse`
|
|
46
66
|
|
|
47
|
-
Master bench:
|
|
48
|
-
|
|
49
|
-
|
|
67
|
+
Master bench: the complete generated catalog (26 selectable lenses for the 0.9.0 roster), selectable
|
|
68
|
+
one by one or with `all`, and run between evidence and debate on **every** host. Verifiers:
|
|
69
|
+
`source_fidelity`, `rederivation`, `refuter`. See `skills/alphacouncil-agent/SKILL.md` for the
|
|
70
|
+
workflow and `docs/personas.md` for the generated roster.
|
|
71
|
+
|
|
72
|
+
Do not call the 26 solo-test packs approved method models. The explicit solo-test loader
|
|
73
|
+
exposes 26 provisional `operator_lens` packs and 52 executable derived-proxy tools; none is
|
|
74
|
+
operational or `method_model`, and none has human source/formula approval or signature.
|
|
50
75
|
|
|
51
76
|
Debate roles:
|
|
52
77
|
|
package/PRODUCT.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# Product
|
|
2
|
+
|
|
3
|
+
## Register
|
|
4
|
+
|
|
5
|
+
product
|
|
6
|
+
|
|
7
|
+
## Users
|
|
8
|
+
|
|
9
|
+
AlphaCouncil serves investors, analysts, researchers, and technically capable users who run public-equity research from Claude Code, Codex, OpenCode, or Grok Build. They may be making a quick research pass or assembling a deeper investment-committee record, and they need to understand the time, cost, evidence coverage, and method lenses they are choosing before work begins.
|
|
10
|
+
|
|
11
|
+
## Product Purpose
|
|
12
|
+
|
|
13
|
+
AlphaCouncil turns a listed-equity question into an auditable research workflow: specialist evidence collection, selected investor-method lenses, verification, bull/bear debate, and a portfolio-manager decision with durable artifacts. Success means the user controls which method seats run, every selected seat is actually completed, material claims remain traceable to sources, and every supported host executes the same workflow contract.
|
|
14
|
+
|
|
15
|
+
## Brand Personality
|
|
16
|
+
|
|
17
|
+
Precise, rigorous, transparent. The product should communicate expert confidence without theatrical certainty. It should make cost, missing evidence, method limits, and incomplete work visible instead of hiding them behind polished prose.
|
|
18
|
+
|
|
19
|
+
## Anti-references
|
|
20
|
+
|
|
21
|
+
- A one-click AI stock picker that starts expensive work without showing what will run.
|
|
22
|
+
- A casino-like voting screen that treats correlated persona outputs as independent votes.
|
|
23
|
+
- Celebrity role-play whose only differentiation is a name, portrait, quote, or speaking style.
|
|
24
|
+
- A dense configuration wizard that asks users to decide technical details they do not need to understand.
|
|
25
|
+
- Host-specific workflows whose controls or completion rules drift between Claude Code, Codex, OpenCode, and Grok Build.
|
|
26
|
+
|
|
27
|
+
## Design Principles
|
|
28
|
+
|
|
29
|
+
1. User choice before spend: every council run requires an explicit, one-run master selection.
|
|
30
|
+
2. Explain the method, not the celebrity: each selectable master states what it examines, where it abstains, and its maturity.
|
|
31
|
+
3. Progressive disclosure: show a compact grouped roster first, preserve access to all individual seats, and make select-all explicit.
|
|
32
|
+
4. Native when available, text-complete everywhere: use a host's multi-select control when it exists, with an equivalent numbered or ID-based fallback.
|
|
33
|
+
5. Selection is a contract: persist the exact selected IDs and catalog version, and block execution until the selection is confirmed.
|
|
34
|
+
|
|
35
|
+
## Accessibility & Inclusion
|
|
36
|
+
|
|
37
|
+
The complete selection workflow must work by keyboard and in plain text without relying on color, pointer input, hover, images, or a particular host widget. Labels and descriptions must support the run language, preserve stable persona IDs, expose selected count and validation errors, and remain usable with screen readers and narrow terminal widths. Motion is not required. Host-native controls must retain an equivalent textual fallback.
|