@drunkcoding/auto-claude 0.0.5 → 0.1.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/catalog.json +2 -1
- package/dist/cli.js +2 -1
- package/package.json +2 -2
package/catalog.json
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
{
|
|
12
12
|
"id": "claude-mem",
|
|
13
13
|
"name": "claude-mem",
|
|
14
|
+
"default": true,
|
|
14
15
|
"description": "Persistent cross-session memory for Claude Code",
|
|
15
16
|
"kind": "plugin",
|
|
16
17
|
"homepage": "https://github.com/thedotmack/claude-mem",
|
|
@@ -29,7 +30,7 @@
|
|
|
29
30
|
{
|
|
30
31
|
"id": "cavemem",
|
|
31
32
|
"name": "cavemem",
|
|
32
|
-
"default":
|
|
33
|
+
"default": false,
|
|
33
34
|
"description": "Cross-agent persistent memory via compressed local SQLite + MCP",
|
|
34
35
|
"kind": "plugin",
|
|
35
36
|
"homepage": "https://github.com/JuliusBrussee/cavemem",
|
package/dist/cli.js
CHANGED
|
@@ -125,6 +125,7 @@ var catalog_default = {
|
|
|
125
125
|
{
|
|
126
126
|
id: "claude-mem",
|
|
127
127
|
name: "claude-mem",
|
|
128
|
+
default: true,
|
|
128
129
|
description: "Persistent cross-session memory for Claude Code",
|
|
129
130
|
kind: "plugin",
|
|
130
131
|
homepage: "https://github.com/thedotmack/claude-mem",
|
|
@@ -143,7 +144,7 @@ var catalog_default = {
|
|
|
143
144
|
{
|
|
144
145
|
id: "cavemem",
|
|
145
146
|
name: "cavemem",
|
|
146
|
-
default:
|
|
147
|
+
default: false,
|
|
147
148
|
description: "Cross-agent persistent memory via compressed local SQLite + MCP",
|
|
148
149
|
kind: "plugin",
|
|
149
150
|
homepage: "https://github.com/JuliusBrussee/cavemem",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@drunkcoding/auto-claude",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Curated installer for Claude Code tools and plugins",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "pnpm@10.33.4",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
10
|
"bin": {
|
|
11
|
-
"auto-claude": "
|
|
11
|
+
"auto-claude": "dist/cli.js"
|
|
12
12
|
},
|
|
13
13
|
"files": [
|
|
14
14
|
"dist",
|