@contextmirror/claude-memory 0.3.0 → 0.3.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.
@@ -17,7 +17,7 @@ import { DEFAULT_MEMORY_CONFIG } from '../types/index.js';
17
17
  import { isPro, getProFeatureMessage } from '../license/index.js';
18
18
  import { detectStaleProjects, checkCurrentProjectStaleness, formatStalenessForMcp } from '../scanner/stalenessDetector.js';
19
19
  const MEMORY_DIR = join(homedir(), '.claude-memory');
20
- const CURRENT_VERSION = '0.2.3'; // Update this with each release
20
+ const CURRENT_VERSION = '0.3.0'; // Update this with each release
21
21
  // Tool definitions
22
22
  const tools = [
23
23
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contextmirror/claude-memory",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Cross-project memory for Claude Code - know about all your projects",
5
5
  "type": "module",
6
6
  "main": "dist/cli.js",