@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xqli02/mneme",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Three-layer memory architecture for AI coding agents (Ledger + Beads + OpenCode)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -80,7 +80,7 @@ export async function compact() {
80
80
  }
81
81
  console.log(
82
82
  color.dim(
83
- '\n Use: bd update <id> --notes="current progress..."',
83
+ '\n Use: mneme update <id> --notes="current progress..."',
84
84
  ),
85
85
  );
86
86
  warnings++;
@@ -356,7 +356,7 @@ ${color.bold("===============================")}
356
356
 
357
357
  ${color.bold("Next steps:")}
358
358
  mneme # Start coding with AI agent
359
- bd ready # Check available tasks
359
+ mneme ready # Check available tasks
360
360
  mneme doctor # Verify everything is healthy
361
361
  `);
362
362
  }