@xqli02/mneme 0.1.6 → 0.1.7
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
CHANGED
package/src/commands/compact.mjs
CHANGED
package/src/commands/init.mjs
CHANGED
|
@@ -356,7 +356,7 @@ ${color.bold("===============================")}
|
|
|
356
356
|
|
|
357
357
|
${color.bold("Next steps:")}
|
|
358
358
|
mneme # Start coding with AI agent
|
|
359
|
-
|
|
359
|
+
mneme ready # Check available tasks
|
|
360
360
|
mneme doctor # Verify everything is healthy
|
|
361
361
|
`);
|
|
362
362
|
}
|