Skip to content

Commit 5d0aa9f

Browse files
committed
fix: fix anda-hippocampus plugin
1 parent caba964 commit 5d0aa9f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

anda-hippocampus-openclaw/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anda-hippocampus",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "OpenClaw plugin for Anda Hippocampus — persistent long-term memory for LLM agents",
55
"type": "module",
66
"main": "src/index.ts",
@@ -10,7 +10,8 @@
1010
]
1111
},
1212
"files": [
13-
"src"
13+
"src",
14+
"openclaw.plugin.json"
1415
],
1516
"scripts": {
1617
"build": "tsup src/index.ts --format esm --dts --clean",

0 commit comments

Comments
 (0)