exomind 0.3.4 → 0.3.6
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/README.md +2 -2
- package/dist/cli.js +12 -4
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
- package/skill/SKILL.md +2 -2
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -5,7 +5,7 @@ description: "ExoMind knowledge base client. Load this skill FIRST (before readi
|
|
|
5
5
|
|
|
6
6
|
# ExoMind CLI
|
|
7
7
|
|
|
8
|
-
`exomind` is a cross-platform CLI that talks to your ExoMind knowledge base over REST. It replaces the MCP client (which is unreliable on Windows). After a one-time `exomind login` (paste the API Key from `
|
|
8
|
+
`exomind` is a cross-platform CLI that talks to your ExoMind knowledge base over REST. It replaces the MCP client (which is unreliable on Windows). After a one-time `exomind login` (paste the API Key from `youhuale.cn/ui/account`), every command works identically on Windows / macOS / Linux.
|
|
9
9
|
|
|
10
10
|
If a command fails with "未登录", run `exomind login` first.
|
|
11
11
|
|
|
@@ -20,7 +20,7 @@ If a command fails with "未登录", run `exomind login` first.
|
|
|
20
20
|
|
|
21
21
|
## 数据位置(重要 — 勿误报)
|
|
22
22
|
|
|
23
|
-
**所有知识库数据都在服务器(
|
|
23
|
+
**所有知识库数据都在服务器(youhuale.cn),不在本地。** CLI 通过 REST 上传/查询,**绝不写本地 wiki 目录**(不存在 `~/my-wiki` 之类)。本地仅以下状态文件:
|
|
24
24
|
- `~/.exomind/config.json` — 凭证
|
|
25
25
|
- `~/.exomind/cache/` — hook 的关键词/实体缓存(从服务器拉的副本)
|
|
26
26
|
- `~/.exomind/manifest.json` — 目录增量摄入的内容哈希清单(去重用,非知识库本身)
|