@jungjaehoon/mama-server 1.2.3 → 1.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.
- package/package.json +1 -1
- package/src/server.js +1 -1
package/package.json
CHANGED
package/src/server.js
CHANGED
|
@@ -338,7 +338,7 @@ class MAMAServer {
|
|
|
338
338
|
if (!summary) {
|
|
339
339
|
return { success: false, message: '❌ Checkpoint requires: summary' };
|
|
340
340
|
}
|
|
341
|
-
const id = await mama.saveCheckpoint(
|
|
341
|
+
const id = await mama.saveCheckpoint(summary, open_files || [], next_steps || '');
|
|
342
342
|
return {
|
|
343
343
|
success: true,
|
|
344
344
|
id,
|