@traqr/memory 0.2.3 → 0.2.4

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.
@@ -91,7 +91,7 @@ Respond with JSON only:
91
91
  "content": "...",
92
92
  "category": "gotcha|pattern|fix|insight",
93
93
  "tags": ["tag1", "tag2"],
94
- "confidence": 0.8
94
+ "confidence": 0.6
95
95
  }
96
96
  ]
97
97
  }
@@ -340,7 +340,7 @@ Respond with JSON:
340
340
  "content": "...",
341
341
  "category": "gotcha|pattern|fix|insight|preference|convention",
342
342
  "tags": ["tag1", "tag2"],
343
- "confidence": 0.8
343
+ "confidence": 0.6
344
344
  }
345
345
  ]
346
346
  }
@@ -400,7 +400,7 @@ Respond with JSON only:
400
400
  "content": "...",
401
401
  "category": "gotcha|pattern|fix|insight",
402
402
  "tags": ["tag1", "tag2"],
403
- "confidence": 0.8
403
+ "confidence": 0.6
404
404
  }
405
405
  ]
406
406
  }
@@ -529,7 +529,7 @@ Respond with JSON only:
529
529
  "content": "...",
530
530
  "category": "gotcha|pattern|fix|insight|preference|convention",
531
531
  "tags": ["tag1", "tag2"],
532
- "confidence": 0.8
532
+ "confidence": 0.6
533
533
  }
534
534
  ]
535
535
  }
@@ -649,7 +649,7 @@ Respond with JSON only:
649
649
  "content": "...",
650
650
  "category": "preference|convention|pattern|insight",
651
651
  "tags": ["tag1", "tag2"],
652
- "confidence": 0.8
652
+ "confidence": 0.6
653
653
  }
654
654
  ]
655
655
  }
@@ -796,7 +796,7 @@ Respond with JSON only:
796
796
  "content": "...",
797
797
  "category": "preference|convention|pattern|insight",
798
798
  "tags": ["voice", "audience:user-facing", "tone"],
799
- "confidence": 0.8
799
+ "confidence": 0.6
800
800
  }
801
801
  ]
802
802
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@traqr/memory",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Persistent memory for AI agents. Multi-strategy retrieval (semantic + BM25 + RRF), 3-zone cosine triage, type-aware lifecycle, entity canonicalization. Postgres + pgvector.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",