@contextmirror/claude-memory 0.2.0 → 0.2.2

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": "@contextmirror/claude-memory",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Cross-project memory for Claude Code - know about all your projects",
5
5
  "type": "module",
6
6
  "main": "dist/cli.js",
@@ -10,6 +10,7 @@
10
10
  "scripts": {
11
11
  "build": "tsc",
12
12
  "dev": "tsc --watch",
13
+ "dev:mcp": "tsc && node dist/mcp/server.js",
13
14
  "scan": "node dist/cli.js scan",
14
15
  "mcp": "node dist/mcp/server.js",
15
16
  "setup": "node dist/cli.js setup",
@@ -1,10 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "Bash(npm run build:*)",
5
- "Bash(node dist/cli.js:*)",
6
- "Bash(npm publish:*)",
7
- "Bash(npm config set:*)"
8
- ]
9
- }
10
- }