claude-launchpad 1.2.1 → 1.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/dist/{chunk-N26TBMDZ.js → chunk-IXNWBG7U.js} +2 -2
- package/dist/{chunk-DITQRBFP.js → chunk-KKC42IEO.js} +3 -3
- package/dist/{chunk-TL4ZH36P.js → chunk-WU3KYYLA.js} +2 -2
- package/dist/{chunk-TL4ZH36P.js.map → chunk-WU3KYYLA.js.map} +1 -1
- package/dist/{chunk-TMPN2GX6.js → chunk-WZ5CLBFU.js} +2 -2
- package/dist/cli.js +13 -13
- package/dist/cli.js.map +1 -1
- package/dist/commands/memory/server.js +3 -3
- package/dist/{context-EXLVIUMM.js → context-ZCTBWZ3O.js} +5 -5
- package/dist/{install-3RST4XMJ.js → install-7JGAYDND.js} +5 -5
- package/dist/{pull-JDCXY3AH.js → pull-2ADXVXJC.js} +6 -6
- package/dist/{push-BTIY34JT.js → push-ZFF7WWER.js} +6 -6
- package/dist/{require-deps-3VWOLZXF.js → require-deps-Q3XEE5A3.js} +3 -3
- package/dist/{stats-RAJIJTQX.js → stats-F7WII23A.js} +6 -6
- package/dist/{sync-clean-UAYTJKTR.js → sync-clean-QL3F2FYV.js} +2 -2
- package/dist/{sync-status-SHCXVSGZ.js → sync-status-P5JFNOPR.js} +6 -6
- package/dist/{tui-KRCQVWZ3.js → tui-OZUNI5ZC.js} +4 -4
- package/package.json +1 -1
- /package/dist/{chunk-N26TBMDZ.js.map → chunk-IXNWBG7U.js.map} +0 -0
- /package/dist/{chunk-DITQRBFP.js.map → chunk-KKC42IEO.js.map} +0 -0
- /package/dist/{chunk-TMPN2GX6.js.map → chunk-WZ5CLBFU.js.map} +0 -0
- /package/dist/{context-EXLVIUMM.js.map → context-ZCTBWZ3O.js.map} +0 -0
- /package/dist/{install-3RST4XMJ.js.map → install-7JGAYDND.js.map} +0 -0
- /package/dist/{pull-JDCXY3AH.js.map → pull-2ADXVXJC.js.map} +0 -0
- /package/dist/{push-BTIY34JT.js.map → push-ZFF7WWER.js.map} +0 -0
- /package/dist/{require-deps-3VWOLZXF.js.map → require-deps-Q3XEE5A3.js.map} +0 -0
- /package/dist/{stats-RAJIJTQX.js.map → stats-F7WII23A.js.map} +0 -0
- /package/dist/{sync-clean-UAYTJKTR.js.map → sync-clean-QL3F2FYV.js.map} +0 -0
- /package/dist/{sync-status-SHCXVSGZ.js.map → sync-status-P5JFNOPR.js.map} +0 -0
- /package/dist/{tui-KRCQVWZ3.js.map → tui-OZUNI5ZC.js.map} +0 -0
|
@@ -24,9 +24,9 @@ import {
|
|
|
24
24
|
loadConfig,
|
|
25
25
|
migrate,
|
|
26
26
|
resolveDataDir
|
|
27
|
-
} from "../../chunk-
|
|
28
|
-
import "../../chunk-
|
|
29
|
-
import "../../chunk-
|
|
27
|
+
} from "../../chunk-KKC42IEO.js";
|
|
28
|
+
import "../../chunk-IXNWBG7U.js";
|
|
29
|
+
import "../../chunk-WU3KYYLA.js";
|
|
30
30
|
|
|
31
31
|
// src/commands/memory/server.ts
|
|
32
32
|
import { createRequire } from "module";
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
} from "./chunk-NAW47BYA.js";
|
|
9
9
|
import {
|
|
10
10
|
initStorage
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-WZ5CLBFU.js";
|
|
12
12
|
import "./chunk-V4NXT4KB.js";
|
|
13
13
|
import {
|
|
14
14
|
DEFAULT_DECAY_PARAMS,
|
|
@@ -22,9 +22,9 @@ import {
|
|
|
22
22
|
RECENCY_HALF_LIFE,
|
|
23
23
|
TYPE_INJECTION_BONUS,
|
|
24
24
|
estimateTokens
|
|
25
|
-
} from "./chunk-
|
|
26
|
-
import "./chunk-
|
|
27
|
-
import "./chunk-
|
|
25
|
+
} from "./chunk-KKC42IEO.js";
|
|
26
|
+
import "./chunk-IXNWBG7U.js";
|
|
27
|
+
import "./chunk-WU3KYYLA.js";
|
|
28
28
|
|
|
29
29
|
// src/commands/memory/subcommands/context.ts
|
|
30
30
|
import { readFileSync, writeFileSync } from "fs";
|
|
@@ -439,4 +439,4 @@ async function runContext(opts) {
|
|
|
439
439
|
export {
|
|
440
440
|
runContext
|
|
441
441
|
};
|
|
442
|
-
//# sourceMappingURL=context-
|
|
442
|
+
//# sourceMappingURL=context-ZCTBWZ3O.js.map
|
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
loadConfig,
|
|
6
6
|
migrate,
|
|
7
7
|
resolveDataDir
|
|
8
|
-
} from "./chunk-
|
|
9
|
-
import "./chunk-
|
|
8
|
+
} from "./chunk-KKC42IEO.js";
|
|
9
|
+
import "./chunk-IXNWBG7U.js";
|
|
10
10
|
import {
|
|
11
11
|
getMemoryPlacement,
|
|
12
12
|
log,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
readSettingsLocalJson,
|
|
15
15
|
writeSettingsJson,
|
|
16
16
|
writeSettingsLocalJson
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-WU3KYYLA.js";
|
|
18
18
|
|
|
19
19
|
// src/commands/memory/subcommands/install.ts
|
|
20
20
|
import { existsSync, mkdirSync, readFileSync, writeFileSync } from "fs";
|
|
@@ -181,7 +181,7 @@ function addToolPermissions(settings) {
|
|
|
181
181
|
};
|
|
182
182
|
}
|
|
183
183
|
async function ensureNativeDeps() {
|
|
184
|
-
const { cwdRequire } = await import("./require-deps-
|
|
184
|
+
const { cwdRequire } = await import("./require-deps-Q3XEE5A3.js");
|
|
185
185
|
try {
|
|
186
186
|
cwdRequire("better-sqlite3");
|
|
187
187
|
return;
|
|
@@ -308,4 +308,4 @@ export {
|
|
|
308
308
|
detectExistingSetup,
|
|
309
309
|
runInstall
|
|
310
310
|
};
|
|
311
|
-
//# sourceMappingURL=install-
|
|
311
|
+
//# sourceMappingURL=install-7JGAYDND.js.map
|
|
@@ -17,13 +17,13 @@ import {
|
|
|
17
17
|
} from "./chunk-NAW47BYA.js";
|
|
18
18
|
import {
|
|
19
19
|
initStorage
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-WZ5CLBFU.js";
|
|
21
21
|
import "./chunk-V4NXT4KB.js";
|
|
22
|
-
import "./chunk-
|
|
23
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-KKC42IEO.js";
|
|
23
|
+
import "./chunk-IXNWBG7U.js";
|
|
24
24
|
import {
|
|
25
25
|
log
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-WU3KYYLA.js";
|
|
27
27
|
|
|
28
28
|
// src/commands/memory/subcommands/pull.ts
|
|
29
29
|
async function runPull(opts) {
|
|
@@ -33,7 +33,7 @@ async function runPull(opts) {
|
|
|
33
33
|
log.error("No sync gist found. Run `memory push` first.");
|
|
34
34
|
return;
|
|
35
35
|
}
|
|
36
|
-
const { requireMemoryDeps } = await import("./require-deps-
|
|
36
|
+
const { requireMemoryDeps } = await import("./require-deps-Q3XEE5A3.js");
|
|
37
37
|
await requireMemoryDeps();
|
|
38
38
|
const ctx = initStorage();
|
|
39
39
|
try {
|
|
@@ -112,4 +112,4 @@ function printResult(result, project) {
|
|
|
112
112
|
export {
|
|
113
113
|
runPull
|
|
114
114
|
};
|
|
115
|
-
//# sourceMappingURL=pull-
|
|
115
|
+
//# sourceMappingURL=pull-2ADXVXJC.js.map
|
|
@@ -18,13 +18,13 @@ import {
|
|
|
18
18
|
} from "./chunk-NAW47BYA.js";
|
|
19
19
|
import {
|
|
20
20
|
initStorage
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-WZ5CLBFU.js";
|
|
22
22
|
import "./chunk-V4NXT4KB.js";
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-KKC42IEO.js";
|
|
24
|
+
import "./chunk-IXNWBG7U.js";
|
|
25
25
|
import {
|
|
26
26
|
log
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-WU3KYYLA.js";
|
|
28
28
|
|
|
29
29
|
// src/commands/memory/subcommands/push.ts
|
|
30
30
|
import { hostname } from "os";
|
|
@@ -48,7 +48,7 @@ function filterRelations(allRelations, memoryIds) {
|
|
|
48
48
|
}
|
|
49
49
|
async function runPush(opts) {
|
|
50
50
|
assertGhAvailable();
|
|
51
|
-
const { requireMemoryDeps } = await import("./require-deps-
|
|
51
|
+
const { requireMemoryDeps } = await import("./require-deps-Q3XEE5A3.js");
|
|
52
52
|
await requireMemoryDeps();
|
|
53
53
|
const ctx = initStorage();
|
|
54
54
|
try {
|
|
@@ -148,4 +148,4 @@ async function confirmCreate() {
|
|
|
148
148
|
export {
|
|
149
149
|
runPush
|
|
150
150
|
};
|
|
151
|
-
//# sourceMappingURL=push-
|
|
151
|
+
//# sourceMappingURL=push-ZFF7WWER.js.map
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
cwdRequire,
|
|
4
4
|
requireMemoryDeps
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-IXNWBG7U.js";
|
|
6
|
+
import "./chunk-WU3KYYLA.js";
|
|
7
7
|
export {
|
|
8
8
|
cwdRequire,
|
|
9
9
|
requireMemoryDeps
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=require-deps-
|
|
11
|
+
//# sourceMappingURL=require-deps-Q3XEE5A3.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
initStorage
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-WZ5CLBFU.js";
|
|
5
5
|
import "./chunk-V4NXT4KB.js";
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-KKC42IEO.js";
|
|
7
|
+
import "./chunk-IXNWBG7U.js";
|
|
8
8
|
import {
|
|
9
9
|
log
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-WU3KYYLA.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-Q3XEE5A3.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-F7WII23A.js.map
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "./chunk-3UJYOWGF.js";
|
|
10
10
|
import {
|
|
11
11
|
log
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-WU3KYYLA.js";
|
|
13
13
|
|
|
14
14
|
// src/commands/memory/subcommands/sync-clean.ts
|
|
15
15
|
import { confirm } from "@inquirer/prompts";
|
|
@@ -50,4 +50,4 @@ async function runSyncClean(project, opts) {
|
|
|
50
50
|
export {
|
|
51
51
|
runSyncClean
|
|
52
52
|
};
|
|
53
|
-
//# sourceMappingURL=sync-clean-
|
|
53
|
+
//# sourceMappingURL=sync-clean-QL3F2FYV.js.map
|
|
@@ -12,13 +12,13 @@ import {
|
|
|
12
12
|
import "./chunk-F5PNKQKW.js";
|
|
13
13
|
import {
|
|
14
14
|
initStorage
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-WZ5CLBFU.js";
|
|
16
16
|
import "./chunk-V4NXT4KB.js";
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-KKC42IEO.js";
|
|
18
|
+
import "./chunk-IXNWBG7U.js";
|
|
19
19
|
import {
|
|
20
20
|
log
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-WU3KYYLA.js";
|
|
22
22
|
|
|
23
23
|
// src/commands/memory/subcommands/sync-status.ts
|
|
24
24
|
async function runSyncStatus() {
|
|
@@ -28,7 +28,7 @@ async function runSyncStatus() {
|
|
|
28
28
|
log.error("No sync gist found. Run `memory push` first.");
|
|
29
29
|
return;
|
|
30
30
|
}
|
|
31
|
-
const { requireMemoryDeps } = await import("./require-deps-
|
|
31
|
+
const { requireMemoryDeps } = await import("./require-deps-Q3XEE5A3.js");
|
|
32
32
|
await requireMemoryDeps();
|
|
33
33
|
const ctx = initStorage();
|
|
34
34
|
try {
|
|
@@ -67,4 +67,4 @@ async function runSyncStatus() {
|
|
|
67
67
|
export {
|
|
68
68
|
runSyncStatus
|
|
69
69
|
};
|
|
70
|
-
//# sourceMappingURL=sync-status-
|
|
70
|
+
//# sourceMappingURL=sync-status-P5JFNOPR.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-KKC42IEO.js";
|
|
15
|
+
import "./chunk-IXNWBG7U.js";
|
|
16
|
+
import "./chunk-WU3KYYLA.js";
|
|
17
17
|
|
|
18
18
|
// src/commands/memory/dashboard/tui.tsx
|
|
19
19
|
import { render } from "ink";
|
|
@@ -1138,4 +1138,4 @@ async function startTui(options) {
|
|
|
1138
1138
|
export {
|
|
1139
1139
|
startTui
|
|
1140
1140
|
};
|
|
1141
|
-
//# sourceMappingURL=tui-
|
|
1141
|
+
//# sourceMappingURL=tui-OZUNI5ZC.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|