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.
Files changed (2) hide show
  1. package/bin/cli.js +2 -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 v2.2.4
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 v2.2.4');
493
+ console.log('claude-memory-agent v3.0.1');
494
494
  break;
495
495
 
496
496
  default:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-memory-agent",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Persistent semantic memory system for Claude Code sessions with anti-hallucination grounding",
5
5
  "keywords": [
6
6
  "claude",