@optima-chat/optima-agent 0.9.54 → 0.9.55

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.
@@ -90,8 +90,8 @@ description: "基于 IPD 方法论的产品研究全生命周期工具。在 ~/k
90
90
  数据采集完成后,必须将缓存文件 ingest 到 KB 才能进入分析。步骤:
91
91
 
92
92
  1. `cp ~/.scout/cache/{project}/*.json ~/kb/product-research/raw/`
93
- 2. 对每个 raw/ 文件,使用 Skill 工具调用 `ingesting-sources` skill 它会创建 source 页并输出受影响页面清单
94
- 3. 使用 Skill 工具调用 `updating-related-pages` skill — 它会根据清单更新 entity/overview 页面
93
+ 2. 执行 `Skill("ingesting-sources")` 加载收录技能,对每个 raw/ 文件执行收录流程(创建 source 页 + 输出受影响页面清单)
94
+ 3. 执行 `Skill("updating-related-pages")` 加载更新技能,根据清单更新 entity/overview 页面
95
95
  4. 运行 `ls ~/kb/product-research/raw/` 和 `ls ~/kb/product-research/wiki/sources/` 确认文件已生成
96
96
 
97
97
  ### 分析数据来源
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optima-chat/optima-agent",
3
- "version": "0.9.54",
3
+ "version": "0.9.55",
4
4
  "description": "基于 Claude Agent SDK 的电商运营 AI 助手",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",