@signetai/signet-memory-openclaw 0.75.2 → 0.75.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.
Files changed (2) hide show
  1. package/dist/index.js +5 -22
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -8158,13 +8158,7 @@ var MIGRATIONS = [
8158
8158
  name: "pipeline-v2",
8159
8159
  up: up2,
8160
8160
  artifacts: {
8161
- tables: [
8162
- "memory_history",
8163
- "memory_jobs",
8164
- "entities",
8165
- "relations",
8166
- "memory_entity_mentions"
8167
- ]
8161
+ tables: ["memory_history", "memory_jobs", "entities", "relations", "memory_entity_mentions"]
8168
8162
  }
8169
8163
  },
8170
8164
  {
@@ -8286,12 +8280,7 @@ var MIGRATIONS = [
8286
8280
  name: "knowledge-structure",
8287
8281
  up: up19,
8288
8282
  artifacts: {
8289
- tables: [
8290
- "entity_aspects",
8291
- "entity_attributes",
8292
- "entity_dependencies",
8293
- "task_meta"
8294
- ],
8283
+ tables: ["entity_aspects", "entity_attributes", "entity_dependencies", "task_meta"],
8295
8284
  columns: [{ table: "entities", column: "agent_id" }]
8296
8285
  }
8297
8286
  },
@@ -8314,9 +8303,7 @@ var MIGRATIONS = [
8314
8303
  name: "checkpoint-structural",
8315
8304
  up: up21,
8316
8305
  artifacts: {
8317
- columns: [
8318
- { table: "session_checkpoints", column: "focal_entity_ids" }
8319
- ]
8306
+ columns: [{ table: "session_checkpoints", column: "focal_entity_ids" }]
8320
8307
  }
8321
8308
  },
8322
8309
  {
@@ -8358,9 +8345,7 @@ var MIGRATIONS = [
8358
8345
  name: "agent-feedback",
8359
8346
  up: up25,
8360
8347
  artifacts: {
8361
- columns: [
8362
- { table: "session_memories", column: "agent_relevance_score" }
8363
- ]
8348
+ columns: [{ table: "session_memories", column: "agent_relevance_score" }]
8364
8349
  }
8365
8350
  },
8366
8351
  {
@@ -8431,9 +8416,7 @@ var MIGRATIONS = [
8431
8416
  name: "dependency-confidence",
8432
8417
  up: up36,
8433
8418
  artifacts: {
8434
- columns: [
8435
- { table: "entity_dependencies", column: "confidence" }
8436
- ]
8419
+ columns: [{ table: "entity_dependencies", column: "confidence" }]
8437
8420
  }
8438
8421
  },
8439
8422
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signetai/signet-memory-openclaw",
3
- "version": "0.75.2",
3
+ "version": "0.75.3",
4
4
  "description": "Signet adapter for OpenClaw — runtime plugin for AI agent memory",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "@sinclair/typebox": "0.34.47"
37
37
  },
38
38
  "devDependencies": {
39
- "@signet/core": "0.75.2",
39
+ "@signet/core": "0.75.3",
40
40
  "@types/node": "^22.0.0"
41
41
  },
42
42
  "peerDependencies": {