claude-mem 2.0.3 → 2.0.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.
- package/claude-mem +0 -0
- package/hooks/pre-compact.js +1 -2
- package/package.json +1 -1
package/claude-mem
CHANGED
|
Binary file
|
package/hooks/pre-compact.js
CHANGED
|
@@ -109,8 +109,7 @@ async function preCompactHook() {
|
|
|
109
109
|
// @docs-ref: PreCompact hooks should only use continue field for success
|
|
110
110
|
console.log(JSON.stringify({
|
|
111
111
|
continue: true,
|
|
112
|
-
suppressOutput: true
|
|
113
|
-
systemMessage: "Memory compression completed successfully"
|
|
112
|
+
suppressOutput: true
|
|
114
113
|
}));
|
|
115
114
|
process.exit(0);
|
|
116
115
|
}
|