Skip to content

Commit d069063

Browse files
Thomas Tupperclaude
authored andcommitted
fix(publish): add openclaw.extensions field to package.json
Required for `openclaw plugins install` from npm — without this field the installer can't locate the plugin entry point. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 82a14ae commit d069063

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@foxlight-foundation/foxmemory-plugin-v2",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
4+
"openclaw": {
5+
"extensions": ["./dist/index.js"]
6+
},
47
"description": "OpenClaw memory plugin backed by the FoxMemory HTTP v2 API (Qdrant + Neo4j)",
58
"main": "dist/index.js",
69
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)