build: package memory-core as a workspace plugin

This commit is contained in:
Peter Steinberger
2026-01-18 06:02:37 +00:00
parent 0b00e591e1
commit bb8f08734a
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "@clawdbot/memory-core",
"version": "2026.1.17-1",
"type": "module",
"description": "Clawdbot core memory search plugin",
"clawdbot": {
"extensions": [
"./index.ts"
]
},
"dependencies": {
"clawdbot": "workspace:*"
}
}