@vedtechsolutions/engram-mcp 1.0.25 → 1.0.26

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/hook.js +1 -0
  2. package/package.json +1 -1
package/dist/hook.js CHANGED
@@ -5876,6 +5876,7 @@ function buildContinuationBrief(state) {
5876
5876
  }
5877
5877
  function handlePreCompact() {
5878
5878
  const state = loadWatcherState();
5879
+ sanitizeCognitiveState(state);
5879
5880
  if (!state.active_project) {
5880
5881
  const inferred = inferProjectFromCwd();
5881
5882
  if (inferred) state.active_project = inferred;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vedtechsolutions/engram-mcp",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "Cognitive memory system for AI — persistent, cross-session learning via MCP",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",