@eleboucher/pi-memini 0.7.14 → 0.7.16

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 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -698,7 +698,11 @@ var MEMORY_FIELDS = [
698
698
  // full stored content, stable across response formats) and
699
699
  // content_truncated (set on concise projections that actually cut).
700
700
  "content_hash",
701
- "content_truncated"
701
+ "content_truncated",
702
+ // Deferred-repair state. Empty or absent means healthy; "failed" is the one
703
+ // value worth acting on, since that memory stays keyword-only until the
704
+ // sweeper re-arms it.
705
+ "embed_state"
702
706
  ];
703
707
  function normalizeMemory(raw) {
704
708
  const memory = raw?.memory ?? raw ?? {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eleboucher/pi-memini",
3
- "version": "0.7.14",
3
+ "version": "0.7.16",
4
4
  "description": "Shared cross-session memory for the Pi coding agent, backed by a memini service.",
5
5
  "keywords": [
6
6
  "memini",
@@ -22,12 +22,12 @@
22
22
  "typecheck": "tsc -p tsconfig.test.json"
23
23
  },
24
24
  "devDependencies": {
25
- "@earendil-works/pi-coding-agent": "0.80.10",
26
- "@earendil-works/pi-tui": "0.80.10",
25
+ "@earendil-works/pi-coding-agent": "0.82.1",
26
+ "@earendil-works/pi-tui": "0.82.1",
27
27
  "@types/node": "^24.0.0",
28
28
  "esbuild": "^0.28.1",
29
29
  "tsx": "^4.20.0",
30
- "typebox": "1.3.6",
30
+ "typebox": "1.3.8",
31
31
  "typescript": "^5.9.0"
32
32
  },
33
33
  "peerDependencies": {