claude-memory-agent 3.0.0 → 3.0.1
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/bin/cli.js +2 -2
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -388,7 +388,7 @@ async function runDoctor() {
|
|
|
388
388
|
|
|
389
389
|
function printHelp() {
|
|
390
390
|
console.log(`
|
|
391
|
-
Claude Memory Agent
|
|
391
|
+
Claude Memory Agent v3.0.1
|
|
392
392
|
Persistent semantic memory for Claude Code sessions
|
|
393
393
|
|
|
394
394
|
USAGE:
|
|
@@ -490,7 +490,7 @@ async function main() {
|
|
|
490
490
|
|
|
491
491
|
case '--version':
|
|
492
492
|
case '-v':
|
|
493
|
-
console.log('claude-memory-agent
|
|
493
|
+
console.log('claude-memory-agent v3.0.1');
|
|
494
494
|
break;
|
|
495
495
|
|
|
496
496
|
default:
|