claude-launchpad 0.8.4-dev.0 → 0.9.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/README.md +2 -2
- package/dist/{chunk-X7ZY2Y2Z.js → chunk-4AF3NGNF.js} +2 -2
- package/dist/chunk-CSLWJEGD.js +0 -0
- package/dist/{chunk-JPVLFY2R.js → chunk-JTKRLIEV.js} +3 -3
- package/dist/chunk-MQJA7TGY.js +0 -0
- package/dist/chunk-NAW47BYA.js +0 -0
- package/dist/{chunk-FL3JGYDM.js → chunk-RJGXPH7P.js} +1 -8
- package/dist/{chunk-FL3JGYDM.js.map → chunk-RJGXPH7P.js.map} +1 -1
- package/dist/chunk-TALTTAMW.js +0 -0
- package/dist/{chunk-UN2XVQ5K.js → chunk-Z6FBT44W.js} +5 -6
- package/dist/chunk-Z6FBT44W.js.map +1 -0
- package/dist/cli.js +9 -9
- package/dist/cli.js.map +1 -1
- package/dist/commands/memory/server.js +3 -3
- package/dist/{context-HX5BOXYM.js → context-AGNCZJPC.js} +5 -5
- package/dist/{extract-7D2EEXYD.js → extract-RPRYPT3Z.js} +5 -5
- package/dist/{install-ULZUZI7T.js → install-Y25ITEAG.js} +5 -5
- package/dist/{require-deps-6D6IBICL.js → require-deps-NKRCPVAO.js} +3 -3
- package/dist/{stats-Y5ZFAZVF.js → stats-DAUYJ4BE.js} +6 -6
- package/dist/{tui-DTIXPD2V.js → tui-A4TJFNE3.js} +4 -4
- package/package.json +14 -21
- package/dist/chunk-UN2XVQ5K.js.map +0 -1
- /package/dist/{chunk-X7ZY2Y2Z.js.map → chunk-4AF3NGNF.js.map} +0 -0
- /package/dist/{chunk-JPVLFY2R.js.map → chunk-JTKRLIEV.js.map} +0 -0
- /package/dist/{context-HX5BOXYM.js.map → context-AGNCZJPC.js.map} +0 -0
- /package/dist/{extract-7D2EEXYD.js.map → extract-RPRYPT3Z.js.map} +0 -0
- /package/dist/{install-ULZUZI7T.js.map → install-Y25ITEAG.js.map} +0 -0
- /package/dist/{require-deps-6D6IBICL.js.map → require-deps-NKRCPVAO.js.map} +0 -0
- /package/dist/{stats-Y5ZFAZVF.js.map → stats-DAUYJ4BE.js.map} +0 -0
- /package/dist/{tui-DTIXPD2V.js.map → tui-A4TJFNE3.js.map} +0 -0
|
@@ -18,9 +18,9 @@ import {
|
|
|
18
18
|
loadConfig,
|
|
19
19
|
migrate,
|
|
20
20
|
resolveDataDir
|
|
21
|
-
} from "../../chunk-
|
|
22
|
-
import "../../chunk-
|
|
23
|
-
import "../../chunk-
|
|
21
|
+
} from "../../chunk-JTKRLIEV.js";
|
|
22
|
+
import "../../chunk-Z6FBT44W.js";
|
|
23
|
+
import "../../chunk-RJGXPH7P.js";
|
|
24
24
|
|
|
25
25
|
// src/commands/memory/server.ts
|
|
26
26
|
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
} from "./chunk-NAW47BYA.js";
|
|
9
9
|
import {
|
|
10
10
|
initStorage
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-4AF3NGNF.js";
|
|
12
12
|
import "./chunk-TALTTAMW.js";
|
|
13
13
|
import {
|
|
14
14
|
DEFAULT_DECAY_PARAMS,
|
|
@@ -19,9 +19,9 @@ import {
|
|
|
19
19
|
RECENCY_HALF_LIFE,
|
|
20
20
|
TYPE_INJECTION_BONUS,
|
|
21
21
|
estimateTokens
|
|
22
|
-
} from "./chunk-
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
22
|
+
} from "./chunk-JTKRLIEV.js";
|
|
23
|
+
import "./chunk-Z6FBT44W.js";
|
|
24
|
+
import "./chunk-RJGXPH7P.js";
|
|
25
25
|
|
|
26
26
|
// src/commands/memory/subcommands/context.ts
|
|
27
27
|
import { readFileSync, writeFileSync } from "fs";
|
|
@@ -402,4 +402,4 @@ async function runContext(opts) {
|
|
|
402
402
|
export {
|
|
403
403
|
runContext
|
|
404
404
|
};
|
|
405
|
-
//# sourceMappingURL=context-
|
|
405
|
+
//# sourceMappingURL=context-AGNCZJPC.js.map
|
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
} from "./chunk-NAW47BYA.js";
|
|
5
5
|
import {
|
|
6
6
|
initStorage
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-4AF3NGNF.js";
|
|
8
8
|
import "./chunk-TALTTAMW.js";
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-JTKRLIEV.js";
|
|
10
|
+
import "./chunk-Z6FBT44W.js";
|
|
11
|
+
import "./chunk-RJGXPH7P.js";
|
|
12
12
|
|
|
13
13
|
// src/commands/memory/subcommands/extract.ts
|
|
14
14
|
import { existsSync, readFileSync } from "fs";
|
|
@@ -215,4 +215,4 @@ function readStdin(timeoutMs) {
|
|
|
215
215
|
export {
|
|
216
216
|
runExtract
|
|
217
217
|
};
|
|
218
|
-
//# sourceMappingURL=extract-
|
|
218
|
+
//# sourceMappingURL=extract-RPRYPT3Z.js.map
|
|
@@ -9,11 +9,11 @@ import {
|
|
|
9
9
|
loadConfig,
|
|
10
10
|
migrate,
|
|
11
11
|
resolveDataDir
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-JTKRLIEV.js";
|
|
13
|
+
import "./chunk-Z6FBT44W.js";
|
|
14
14
|
import {
|
|
15
15
|
log
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-RJGXPH7P.js";
|
|
17
17
|
|
|
18
18
|
// src/commands/memory/subcommands/install.ts
|
|
19
19
|
import { existsSync, mkdirSync, readFileSync, writeFileSync } from "fs";
|
|
@@ -131,7 +131,7 @@ function addToolPermissions(settings) {
|
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
async function ensureNativeDeps() {
|
|
134
|
-
const { cwdRequire } = await import("./require-deps-
|
|
134
|
+
const { cwdRequire } = await import("./require-deps-NKRCPVAO.js");
|
|
135
135
|
try {
|
|
136
136
|
cwdRequire("better-sqlite3");
|
|
137
137
|
return;
|
|
@@ -250,4 +250,4 @@ function installSkills(projectDir) {
|
|
|
250
250
|
export {
|
|
251
251
|
runInstall
|
|
252
252
|
};
|
|
253
|
-
//# sourceMappingURL=install-
|
|
253
|
+
//# sourceMappingURL=install-Y25ITEAG.js.map
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
cwdRequire,
|
|
4
4
|
requireMemoryDeps
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-Z6FBT44W.js";
|
|
6
|
+
import "./chunk-RJGXPH7P.js";
|
|
7
7
|
export {
|
|
8
8
|
cwdRequire,
|
|
9
9
|
requireMemoryDeps
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=require-deps-
|
|
11
|
+
//# sourceMappingURL=require-deps-NKRCPVAO.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
initStorage
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-4AF3NGNF.js";
|
|
5
5
|
import "./chunk-TALTTAMW.js";
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-JTKRLIEV.js";
|
|
7
|
+
import "./chunk-Z6FBT44W.js";
|
|
8
8
|
import {
|
|
9
9
|
log
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-RJGXPH7P.js";
|
|
11
11
|
|
|
12
12
|
// src/commands/memory/subcommands/stats.ts
|
|
13
13
|
import { existsSync, statSync } from "fs";
|
|
@@ -18,7 +18,7 @@ function formatBytes(bytes) {
|
|
|
18
18
|
return `${(bytes / (1024 * 1024)).toFixed(1)}MB`;
|
|
19
19
|
}
|
|
20
20
|
async function runStats(opts) {
|
|
21
|
-
const { requireMemoryDeps } = await import("./require-deps-
|
|
21
|
+
const { requireMemoryDeps } = await import("./require-deps-NKRCPVAO.js");
|
|
22
22
|
await requireMemoryDeps();
|
|
23
23
|
const ctx = initStorage(opts.dbPath);
|
|
24
24
|
try {
|
|
@@ -72,4 +72,4 @@ async function runStats(opts) {
|
|
|
72
72
|
export {
|
|
73
73
|
runStats
|
|
74
74
|
};
|
|
75
|
-
//# sourceMappingURL=stats-
|
|
75
|
+
//# sourceMappingURL=stats-DAUYJ4BE.js.map
|
|
@@ -11,9 +11,9 @@ import {
|
|
|
11
11
|
loadConfig,
|
|
12
12
|
migrate,
|
|
13
13
|
resolveDataDir
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-JTKRLIEV.js";
|
|
15
|
+
import "./chunk-Z6FBT44W.js";
|
|
16
|
+
import "./chunk-RJGXPH7P.js";
|
|
17
17
|
|
|
18
18
|
// src/commands/memory/dashboard/tui.ts
|
|
19
19
|
import blessed9 from "blessed";
|
|
@@ -1098,4 +1098,4 @@ async function startTui(options) {
|
|
|
1098
1098
|
export {
|
|
1099
1099
|
startTui
|
|
1100
1100
|
};
|
|
1101
|
-
//# sourceMappingURL=tui-
|
|
1101
|
+
//# sourceMappingURL=tui-A4TJFNE3.js.map
|
package/package.json
CHANGED
|
@@ -1,25 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-launchpad",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "CLI toolkit that makes Claude Code setups measurably good - scaffold, diagnose, evaluate, remember",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"claude-launchpad": "./dist/cli.js"
|
|
8
8
|
},
|
|
9
|
-
"scripts": {
|
|
10
|
-
"dev": "tsx watch src/cli.ts",
|
|
11
|
-
"build": "tsup",
|
|
12
|
-
"start": "tsx src/cli.ts",
|
|
13
|
-
"test": "vitest",
|
|
14
|
-
"test:run": "vitest run",
|
|
15
|
-
"lint": "eslint src/ --ext .ts",
|
|
16
|
-
"typecheck": "tsc --noEmit",
|
|
17
|
-
"prepublishOnly": "pnpm build",
|
|
18
|
-
"publish:dev": "npm version prerelease --preid=dev --no-git-tag-version && node scripts/sync-version.mjs && npm publish --tag dev",
|
|
19
|
-
"publish:release": "npm publish",
|
|
20
|
-
"docs:dev": "cd docs && pnpm dev",
|
|
21
|
-
"docs:build": "cd docs && pnpm build"
|
|
22
|
-
},
|
|
23
9
|
"keywords": [
|
|
24
10
|
"claude",
|
|
25
11
|
"claude-code",
|
|
@@ -46,7 +32,6 @@
|
|
|
46
32
|
"engines": {
|
|
47
33
|
"node": ">=22"
|
|
48
34
|
},
|
|
49
|
-
"packageManager": "pnpm@10.26.1",
|
|
50
35
|
"dependencies": {
|
|
51
36
|
"@inquirer/prompts": "^8.3.2",
|
|
52
37
|
"chalk": "^5.6.2",
|
|
@@ -71,9 +56,17 @@
|
|
|
71
56
|
"typescript": "^6.0.2",
|
|
72
57
|
"vitest": "^4.1.2"
|
|
73
58
|
},
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
59
|
+
"scripts": {
|
|
60
|
+
"dev": "tsx watch src/cli.ts",
|
|
61
|
+
"build": "tsup",
|
|
62
|
+
"start": "tsx src/cli.ts",
|
|
63
|
+
"test": "vitest",
|
|
64
|
+
"test:run": "vitest run",
|
|
65
|
+
"lint": "eslint src/ --ext .ts",
|
|
66
|
+
"typecheck": "tsc --noEmit",
|
|
67
|
+
"publish:dev": "npm version prerelease --preid=dev --no-git-tag-version && node scripts/sync-version.mjs && npm publish --tag dev",
|
|
68
|
+
"publish:release": "npm publish",
|
|
69
|
+
"docs:dev": "cd docs && pnpm dev",
|
|
70
|
+
"docs:build": "cd docs && pnpm build"
|
|
78
71
|
}
|
|
79
|
-
}
|
|
72
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/commands/memory/utils/require-deps.ts"],"sourcesContent":["import { createRequire } from \"node:module\";\nimport { execSync } from \"node:child_process\";\nimport { join } from \"node:path\";\nimport { log } from \"../../../lib/output.js\";\n\n/**\n * Require that resolves native deps from multiple locations:\n * 1. cwd's node_modules (local project install)\n * 2. Global node_modules (npm install -g)\n * 3. CLI's own resolution chain (fallback)\n */\nexport function cwdRequire(id: string): unknown {\n // Try local project first\n const localRequire = createRequire(join(process.cwd(), \"node_modules\"));\n try {\n return localRequire(id);\n } catch { /* not in local */ }\n\n // Try global node_modules\n try {\n const globalPrefix = execSync(\"npm config get prefix\", { encoding: \"utf-8\" }).trim();\n const globalRequire = createRequire(join(globalPrefix, \"lib\", \"node_modules\"));\n return globalRequire(id);\n } catch { /* not in global */ }\n\n // Last resort: CLI's own resolution\n return require(id);\n}\n\n/**\n * Check if memory native dependencies are available.\n * Called at the start of any subcommand that needs SQLite.\n * Returns true if deps are available, exits with helpful message if not.\n */\nexport async function requireMemoryDeps(): Promise<boolean> {\n try {\n cwdRequire(\"better-sqlite3\");\n return true;\n } catch {\n log.blank();\n log.error(\"Memory system requires native dependencies that are not installed.\");\n log.blank();\n log.info(\"Run this to install them:\");\n log.blank();\n log.step(\" npm install -g better-sqlite3 sqlite-vec\");\n log.blank();\n log.info(\"This requires a C++ compiler (Xcode on macOS, build-essential on Linux).\");\n log.info(\"After installing, run `claude-launchpad memory` again.\");\n log.blank();\n process.exit(1);\n }\n}\n\n"],"mappings":";;;;;;;AAAA,SAAS,qBAAqB;AAC9B,SAAS,gBAAgB;AACzB,SAAS,YAAY;AASd,SAAS,WAAW,IAAqB;AAE9C,QAAM,eAAe,cAAc,KAAK,QAAQ,IAAI,GAAG,cAAc,CAAC;AACtE,MAAI;AACF,WAAO,aAAa,EAAE;AAAA,EACxB,QAAQ;AAAA,EAAqB;AAG7B,MAAI;AACF,UAAM,eAAe,SAAS,yBAAyB,EAAE,UAAU,QAAQ,CAAC,EAAE,KAAK;AACnF,UAAM,gBAAgB,cAAc,KAAK,cAAc,OAAO,cAAc,CAAC;AAC7E,WAAO,cAAc,EAAE;AAAA,EACzB,QAAQ;AAAA,EAAsB;AAG9B,SAAO,UAAQ,EAAE;AACnB;AAOA,eAAsB,oBAAsC;AAC1D,MAAI;AACF,eAAW,gBAAgB;AAC3B,WAAO;AAAA,EACT,QAAQ;AACN,QAAI,MAAM;AACV,QAAI,MAAM,oEAAoE;AAC9E,QAAI,MAAM;AACV,QAAI,KAAK,2BAA2B;AACpC,QAAI,MAAM;AACV,QAAI,KAAK,4CAA4C;AACrD,QAAI,MAAM;AACV,QAAI,KAAK,0EAA0E;AACnF,QAAI,KAAK,wDAAwD;AACjE,QAAI,MAAM;AACV,YAAQ,KAAK,CAAC;AAAA,EAChB;AACF;","names":[]}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|