You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marks the OpenClaw peer dependency optional for npm install planning while preserving the peer declaration for host SDK symlinking. Updates the package to 0.1.6 with install docs and release notes for the ClawHub one-line path.
Admin-merged after local review because the PR was authored by the same GitHub user and could not receive a self-approval. Checks were green before merge.
--display-name "NBJ OB1 Agent Memory for OpenClaw" \
165
-
--version 0.1.5 \
166
-
--changelog "OpenClaw/Claude compatibility fix: recall and write-back now expose explicit tool parameter properties instead of patternProperties-only schemas." \
179
+
--version 0.1.6 \
180
+
--changelog "ClawHub install fix: mark the OpenClaw peer dependency optional so npm does not materialize a nested OpenClaw package before the host SDK symlink is created." \
--display-name "NBJ OB1 Agent Memory for OpenClaw" \
202
-
--version 0.1.5 \
203
-
--changelog "OpenClaw/Claude compatibility fix: recall and write-back now expose explicit tool parameter properties instead of patternProperties-only schemas." \
216
+
--version 0.1.6 \
217
+
--changelog "ClawHub install fix: mark the OpenClaw peer dependency optional so npm does not materialize a nested OpenClaw package before the host SDK symlink is created." \
- Plugin manifest declares `contracts.tools` for every `openbrain_*` tool. OpenClaw rejects tool registration without the manifest contract.
242
-
- Plugin config accepts `endpoint`, `workspaceId`, and `accessKey`. Prefer an OpenClaw SecretRef backed by a file, env, or exec provider so the access key does not live in plaintext config.
256
+
- Plugin config accepts `endpoint`, `workspaceId`, and `accessKey`. Prefer an OpenClaw SecretRef backed by a file or exec provider so the access key does not live in plaintext config.
- Package includes compiled runtime output at `plugin/dist/index.js`; ClawHub rejects TypeScript-only plugin entrypoints.
245
259
- Local linked install is tested in an isolated profile with `openclaw --profile ob1-agent-memory plugins install integrations/openclaw-agent-memory/plugin --link`.
See [RELEASE_NOTES_0.1.5.md](./RELEASE_NOTES_0.1.5.md).
274
+
See [RELEASE_NOTES_0.1.6.md](./RELEASE_NOTES_0.1.6.md).
261
275
262
276
Public release copy should always include a short Nate Jones CTA. Keep it useful-first, not hype-first: Nate gives away practical AI systems like this, and the next step is following or subscribing for more.
The package is also published on ClawHub as `@natebjones/ob1-agent-memory`. When OpenClaw's `clawhub:` resolver accepts npm-pack artifact metadata directly, this should become the normal one-line install:
15
+
OpenClaw `2026.5.2` predates the current ClawHub npm-pack resolver metadata
16
+
path. Use the published tarball fallback on that host version:
0 commit comments