alphacouncil-agent 0.5.2 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,14 +6,14 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "AlphaCouncil plugins for public-equity research.",
9
- "version": "0.5.2"
9
+ "version": "0.5.3"
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.5.2",
16
+ "version": "0.5.3",
17
17
  "author": {
18
18
  "name": "Zhao73"
19
19
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alphacouncil-agent",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Multi-agent public-equity research workflow for Claude Code: spawns analyst workers, gathers sourced JSON evidence packets, runs bull/bear debate, and produces a portfolio-manager Buy/Overweight/Hold/Underweight/Sell decision with a full report.",
5
5
  "author": {
6
6
  "name": "Zhao73"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alphacouncil-agent",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Host-visible or background public-equity research workflow with shared evidence packets.",
5
5
  "author": {
6
6
  "name": "Zhao73"
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  Notable changes per release. Dates are UTC.
4
4
 
5
+ ## [0.5.3] — 2026-07-26
6
+
7
+ ### Fixed
8
+
9
+ - The 0.5.2 tarball was cut before the translated READMEs and `docs/INSTALL.md` learned that
10
+ `/alpha` exists, so an installed copy carried stale Chinese and Japanese documentation
11
+ while the repository did not. Docs-only; no code changed.
12
+
5
13
  ## [0.5.2] — 2026-07-26
6
14
 
7
15
  ### Changed
package/CLAUDE.md CHANGED
@@ -19,6 +19,12 @@ Default behavior is full workflow. Do not downgrade to lite, smoke-test, or debu
19
19
 
20
20
  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.
21
21
 
22
+ ## Invocation
23
+
24
+ `/alpha <ticker>` runs the council; `/alpha` with no arguments lists its modes and stops.
25
+ `quick`, `screen`, `options`, `news` and `market` select narrower modes, and the last four
26
+ spawn no subagents at all.
27
+
22
28
  ## Analyst Roles
23
29
 
24
30
  Default evidence roles (the eight-seat default fan-out):
package/README.ja.md CHANGED
@@ -107,6 +107,25 @@ codex plugin marketplace add Zhao73/alphacouncil-agent
107
107
  完全なレポートは `~/.alphacouncil-agent/runs/<run_id>/final_report.md` に書き出され、
108
108
  同じディレクトリに各アナリストの Markdown ファイルと `artifact_index.md` も保存されます。
109
109
 
110
+ ### スラッシュコマンド
111
+
112
+ **コマンドは `/alpha` ひとつ。** モードは引数です —— 100 を超えるコマンド一覧の中から 4 つを探すのではなく、覚える名前はひとつだけです。
113
+
114
+ | 入力 | 実行内容 | モデル消費 |
115
+ |---|---|---|
116
+ | `/alpha MU` | フル委員会 —— 先にどのプリセットか確認します | 席ごとに 1 サブエージェント |
117
+ | `/alpha MU quick` | アナリスト 4 名+討論。マスター陣なし、検証なし | 7 席 |
118
+ | `/alpha MU screen` | 機械的スクリーニングのみ | **なし** |
119
+ | `/alpha MU options` | IV ターム構造、スキュー、建玉分布 | **なし** |
120
+ | `/alpha MU news` | 日付付きの提出書類とニュース | **なし** |
121
+ | `/alpha market AI` | 市場が語っている物語 | **なし** |
122
+ | `/alpha` | モード一覧を出して停止 | **なし** |
123
+
124
+ **なし** と記した 4 つはキー不要のデータツールを呼ぶだけで、サブエージェントを一切起動しません。入力したそのターン以外に消費はありません。委員会モードは席ごとにサブエージェントを起動し、それがこのプラグインのコストのすべてです。
125
+
126
+ Claude Code、OpenCode、Grok Build ではインストール後すぐ使えます。Codex の prompts はユーザースコープなので一度コピーしてください:
127
+ `mkdir -p ~/.codex/prompts && cp commands/alpha.md ~/.codex/prompts/`
128
+
110
129
  ## 何ができるか
111
130
 
112
131
  既定はフル実行であり、簡易サマリーではありません:
package/README.zh-CN.md CHANGED
@@ -107,6 +107,25 @@ codex plugin marketplace add Zhao73/alphacouncil-agent
107
107
  完整报告写入 `~/.alphacouncil-agent/runs/<run_id>/final_report.md`。
108
108
  同一目录还会写入每个分析师的 Markdown 文件和 `artifact_index.md` 文件索引。
109
109
 
110
+ ### 斜杠命令
111
+
112
+ **一个命令,`/alpha`。** 模式当参数 —— 只用记一个名字,而不是在上百条命令的菜单里找四个。
113
+
114
+ | 输入 | 跑什么 | 额度消耗 |
115
+ |---|---|---|
116
+ | `/alpha MU` | 完整议会 —— 先问你跑哪个预设 | 每席一个子代理 |
117
+ | `/alpha MU quick` | 4 分析师 + 辩论,无大师、无验证 | 7 席 |
118
+ | `/alpha MU screen` | 只跑机械筛选 | **零** |
119
+ | `/alpha MU options` | 隐含波动率期限结构、偏斜、持仓分布 | **零** |
120
+ | `/alpha MU news` | 带日期的申报与新闻 | **零** |
121
+ | `/alpha market AI` | 市场在讲什么故事 | **零** |
122
+ | `/alpha` | 列出模式后停下 | **零** |
123
+
124
+ 标「零」的四个只调免 key 数据工具、**不启动任何子代理**,除了你敲的这一轮之外不消耗额度。议会模式每个席位起一个子代理,那是这个插件的全部成本所在。
125
+
126
+ Claude Code、OpenCode、Grok Build 装完即可用。Codex 的 prompts 是用户级的,拷贝一次:
127
+ `mkdir -p ~/.codex/prompts && cp commands/alpha.md ~/.codex/prompts/`
128
+
110
129
  ## 它能做什么
111
130
 
112
131
  默认是完整运行,不是精简摘要:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alphacouncil-agent",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Multi-agent public-equity research workflow plugin for Codex & Claude Code: sourced evidence packets, bull/bear debate, and a portfolio-manager Buy/Overweight/Hold/Underweight/Sell decision.",
5
5
  "type": "module",
6
6
  "license": "MIT",