@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.
- package/dist/hook.js +1 -0
- 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;
|