fix(install): restore memory-core workspace link

This commit is contained in:
Vincent Koc
2026-03-22 12:05:40 -07:00
parent 1822db9227
commit 2ef4d472f2
3 changed files with 11 additions and 8 deletions

View File

@@ -129,12 +129,12 @@ We welcome community plugins that are useful, documented, and safe to operate.
## Quality bar
| Requirement | Why |
| -------------------- | --------------------------------------------- |
| Requirement | Why |
| --------------------------- | --------------------------------------------- |
| Published on ClawHub or npm | Users need `openclaw plugins install` to work |
| Public GitHub repo | Source review, issue tracking, transparency |
| Setup and usage docs | Users need to know how to configure it |
| Active maintenance | Recent updates or responsive issue handling |
| Public GitHub repo | Source review, issue tracking, transparency |
| Setup and usage docs | Users need to know how to configure it |
| Active maintenance | Recent updates or responsive issue handling |
Low-effort wrappers, unclear ownership, or unmaintained packages may be declined.

View File

@@ -4,6 +4,9 @@
"private": true,
"description": "OpenClaw core memory search plugin",
"type": "module",
"devDependencies": {
"openclaw": "workspace:*"
},
"peerDependencies": {
"openclaw": ">=2026.3.22"
},

6
pnpm-lock.yaml generated
View File

@@ -448,10 +448,10 @@ importers:
version: link:../..
extensions/memory-core:
dependencies:
devDependencies:
openclaw:
specifier: '>=2026.3.11'
version: 2026.3.13(@discordjs/opus@0.10.0)(@napi-rs/canvas@0.1.95)(@types/express@5.0.6)(audio-decode@2.2.3)(jimp@1.6.0)(node-llama-cpp@3.16.2(typescript@5.9.3))
specifier: workspace:*
version: link:../..
extensions/memory-lancedb:
dependencies: