@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 CHANGED
@@ -284,7 +284,7 @@ function registerPersonaHook(api: OpenClawPluginApi) {
284
284
  // ── Plugin Entry ──
285
285
 
286
286
  const plugin = {
287
- id: "openher-persona-engine",
287
+ id: "openclaw-plugin",
288
288
  name: "OpenHer Persona Engine",
289
289
  description:
290
290
  "AI Being engine — personality computed from neural networks, " +
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "openher-persona-engine",
2
+ "id": "openclaw-plugin",
3
3
  "configSchema": {
4
4
  "type": "object",
5
5
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openher/openclaw-plugin",
3
- "version": "1.0.2",
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",