@bamdra/bamdra-user-bind 0.1.13 → 0.1.14

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 CHANGED
@@ -6,6 +6,8 @@ The identity and living profile layer for the Bamdra suite.
6
6
 
7
7
  It can run independently, and it is also auto-provisioned by `bamdra-openclaw-memory`.
8
8
 
9
+ Tested with OpenClaw `v2026.3.23`.
10
+
9
11
  Install directly:
10
12
 
11
13
  ```bash
@@ -37,6 +39,7 @@ Recent behavior improvements:
37
39
  - when a stable binding is temporarily unavailable, the runtime can persist a provisional profile first and merge it into the stable profile later
38
40
  - profile updates now support semantic `replace`, `append`, and `remove` instead of only blind overwrite
39
41
  - the Markdown mirror now keeps frontmatter as the machine-readable source and renders a synchronized `Confirmed Profile` section for humans
42
+ - npm installs on OpenClaw `v2026.3.23` now auto-register the plugin's `plugins.installs` metadata and resolve `~/.openclaw/...` paths against the current user home
40
43
 
41
44
  ## Profile Policy
42
45
 
package/README.zh-CN.md CHANGED
@@ -6,6 +6,8 @@ Bamdra 套件中的身份与“活画像”层。
6
6
 
7
7
  它可以独立运行,也会被 `bamdra-openclaw-memory` 自动补齐。
8
8
 
9
+ 已验证适配 OpenClaw `v2026.3.23`。
10
+
9
11
  单独安装:
10
12
 
11
13
  ```bash
@@ -37,6 +39,7 @@ openclaw plugins install @bamdra/bamdra-user-bind
37
39
  - 当稳定绑定暂时拿不到时,运行时可以先落一份 provisional 画像,后续补到真实绑定后再自动归并
38
40
  - 画像更新现在支持语义上的 `replace / append / remove`,不再只有整段覆盖
39
41
  - Markdown 镜像继续保留 frontmatter 作为机器主源,并把正文里的“已确认画像”变成同步的人类可读镜像
42
+ - 在 OpenClaw `v2026.3.23` 下通过 npm 安装时,现在会自动补齐 `plugins.installs` 元数据,并把 `~/.openclaw/...` 正确解析到当前用户目录
40
43
 
41
44
  ## 画像策略
42
45