@optima-chat/optima-agent 0.9.62 → 0.9.63
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.
|
@@ -51,7 +51,7 @@ description: "基于 IPD 方法论的产品研究全生命周期工具。在 ~/k
|
|
|
51
51
|
### 新建项目
|
|
52
52
|
|
|
53
53
|
1. 确定 slug(英文 kebab-case,如 titanium-tumbler)
|
|
54
|
-
2. `scout project use {slug}`
|
|
54
|
+
2. === CRITICAL === 运行 `scout project use {slug}` 设置项目上下文。不执行此命令,后续所有 scout 命令的数据会缓存到 `_quick/` 而不是项目目录,导致 ingest 失败。
|
|
55
55
|
3. 在 `~/kb/product-research/wiki/entities/projects/{slug}.md` 中填入:产品名称、创建日期、研究目标
|
|
56
56
|
4. 在 `index.md` 中添加一行到"活跃项目"表
|
|
57
57
|
5. 在 `wiki/overview/roadmap.md` 品类机会池中添加该产品(状态=已立项)
|