exomind 0.1.2 → 0.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exomind",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "ExoMind 跨平台命令行客户端 — 通过 REST 与 ExoMind 知识库交互(ingest/query/search/review),替代 Windows 不可用的 MCP 客户端。",
5
5
  "bin": {
6
6
  "exomind": "dist/cli.js"
package/skill/SKILL.md CHANGED
@@ -9,6 +9,21 @@ description: Interact with the ExoMind knowledge base — ingest insights/experi
9
9
 
10
10
  If a command fails with "未登录", run `exomind login` first.
11
11
 
12
+ ## 数据位置(重要 — 勿误报)
13
+
14
+ **所有知识库数据都在服务器(d.youhuale.cn),不在本地。** CLI 通过 REST 上传/查询,**绝不写本地 wiki 目录**(不存在 `~/my-wiki` 之类)。本地仅两处:
15
+ - `~/.exomind/config.json` — 凭证
16
+ - `~/.exomind/cache/` — hook 的关键词/实体缓存(从服务器拉的副本)
17
+
18
+ 摄入成功后输出 `✓ 已导入服务器知识库`。若要确认数据落地,用 `exomind search <关键词>` 复查。**不要向用户报告"已保存到 ~/my-wiki/entities/X.md"等本地路径——那是错的。**
19
+
20
+ ## 性能注意(ingest / query / synthesize 较慢)
21
+
22
+ 这三个命令在服务器端走多次 LLM 调用(抽取实体/关系、生成摘要),弱服务器上**长内容 1-3 分钟属正常**,CLI 会在 stderr 打 `⏳` 进度提示。
23
+ - 默认超时:ingest/synthesize 5 分钟、query 3 分钟。需更长:设 `EXOMIND_TIMEOUT_MS=600000`。
24
+ - **不要用 `timeout` 命令包裹**(macOS 默认无该命令;且 CLI 自己会等)。
25
+ - 超长文本(>5 万字符)会被拒;拆成多条 ingest。
26
+
12
27
  ## Commands
13
28
 
14
29
  ### Save knowledge