@openher/openclaw-plugin 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.ts +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -284,7 +284,7 @@ function registerPersonaHook(api: OpenClawPluginApi) {
|
|
|
284
284
|
// ── Plugin Entry ──
|
|
285
285
|
|
|
286
286
|
const plugin = {
|
|
287
|
-
id: "
|
|
287
|
+
id: "openclaw-plugin",
|
|
288
288
|
name: "OpenHer Persona Engine",
|
|
289
289
|
description:
|
|
290
290
|
"AI Being engine — personality computed from neural networks, " +
|
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openher/openclaw-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "OpenHer Persona Engine plugin for OpenClaw — personality computed from neural networks, drive metabolism, and Hebbian learning",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|