claude-launchpad 1.17.0 → 1.17.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.
Files changed (39) hide show
  1. package/dist/{chunk-IIOY56ZE.js → chunk-27HOMHA5.js} +2 -2
  2. package/dist/{chunk-YLIV5WBW.js → chunk-2HHXZN3Z.js} +2 -2
  3. package/dist/{chunk-ROQI7RKM.js → chunk-5H6SQUCA.js} +3 -3
  4. package/dist/{chunk-ULECXQFX.js → chunk-7N2D67YJ.js} +3 -3
  5. package/dist/{chunk-KYGWNN5F.js → chunk-BGCJKEIV.js} +2 -2
  6. package/dist/chunk-BGCJKEIV.js.map +1 -0
  7. package/dist/{chunk-JKDFOKHD.js → chunk-VWZTF7B2.js} +2 -2
  8. package/dist/cli.js +19 -19
  9. package/dist/cli.js.map +1 -1
  10. package/dist/commands/memory/server.js +4 -4
  11. package/dist/{context-K5B43NEI.js → context-EFI7K7G2.js} +6 -6
  12. package/dist/{doctor-ESIQYNE4.js → doctor-XO2B34OL.js} +4 -4
  13. package/dist/{install-VREFJNLF.js → install-U6FHASCJ.js} +6 -6
  14. package/dist/{pull-H6ARY6DG.js → pull-5QZGRDUZ.js} +8 -8
  15. package/dist/{push-JDHT6AMD.js → push-CRVJD3AF.js} +8 -8
  16. package/dist/{require-deps-GVBWF5PB.js → require-deps-PTIUYPTA.js} +3 -3
  17. package/dist/{stats-TWIVFA4I.js → stats-52ECUBTK.js} +7 -7
  18. package/dist/{sync-WG7OOWOX.js → sync-D5VL7UG2.js} +5 -5
  19. package/dist/{sync-clean-GQUFTYG2.js → sync-clean-D3ERG2PH.js} +3 -3
  20. package/dist/{sync-status-B3DKLET4.js → sync-status-XUMY7DLU.js} +8 -8
  21. package/dist/{tui-ZINEA7TI.js → tui-AG6UZTFO.js} +5 -5
  22. package/package.json +3 -3
  23. package/dist/chunk-KYGWNN5F.js.map +0 -1
  24. /package/dist/{chunk-IIOY56ZE.js.map → chunk-27HOMHA5.js.map} +0 -0
  25. /package/dist/{chunk-YLIV5WBW.js.map → chunk-2HHXZN3Z.js.map} +0 -0
  26. /package/dist/{chunk-ROQI7RKM.js.map → chunk-5H6SQUCA.js.map} +0 -0
  27. /package/dist/{chunk-ULECXQFX.js.map → chunk-7N2D67YJ.js.map} +0 -0
  28. /package/dist/{chunk-JKDFOKHD.js.map → chunk-VWZTF7B2.js.map} +0 -0
  29. /package/dist/{context-K5B43NEI.js.map → context-EFI7K7G2.js.map} +0 -0
  30. /package/dist/{doctor-ESIQYNE4.js.map → doctor-XO2B34OL.js.map} +0 -0
  31. /package/dist/{install-VREFJNLF.js.map → install-U6FHASCJ.js.map} +0 -0
  32. /package/dist/{pull-H6ARY6DG.js.map → pull-5QZGRDUZ.js.map} +0 -0
  33. /package/dist/{push-JDHT6AMD.js.map → push-CRVJD3AF.js.map} +0 -0
  34. /package/dist/{require-deps-GVBWF5PB.js.map → require-deps-PTIUYPTA.js.map} +0 -0
  35. /package/dist/{stats-TWIVFA4I.js.map → stats-52ECUBTK.js.map} +0 -0
  36. /package/dist/{sync-WG7OOWOX.js.map → sync-D5VL7UG2.js.map} +0 -0
  37. /package/dist/{sync-clean-GQUFTYG2.js.map → sync-clean-D3ERG2PH.js.map} +0 -0
  38. /package/dist/{sync-status-B3DKLET4.js.map → sync-status-XUMY7DLU.js.map} +0 -0
  39. /package/dist/{tui-ZINEA7TI.js.map → tui-AG6UZTFO.js.map} +0 -0
package/dist/cli.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  readSyncConfig
4
- } from "./chunk-IIOY56ZE.js";
4
+ } from "./chunk-27HOMHA5.js";
5
5
  import {
6
6
  BACKLOG_CONTENT,
7
7
  ENHANCE_SKILL_VERSION,
@@ -42,7 +42,7 @@ import {
42
42
  sprintReviewsContent,
43
43
  writeSprintHygieneScripts,
44
44
  writeWorkflowCheckScript
45
- } from "./chunk-KYGWNN5F.js";
45
+ } from "./chunk-BGCJKEIV.js";
46
46
 
47
47
  // src/cli.ts
48
48
  import { Command as Command5 } from "commander";
@@ -3136,9 +3136,9 @@ function createMemoryCommand() {
3136
3136
  );
3137
3137
  return;
3138
3138
  }
3139
- const { requireMemoryDeps } = await import("./require-deps-GVBWF5PB.js");
3139
+ const { requireMemoryDeps } = await import("./require-deps-PTIUYPTA.js");
3140
3140
  await requireMemoryDeps();
3141
- const { startTui } = await import("./tui-ZINEA7TI.js");
3141
+ const { startTui } = await import("./tui-AG6UZTFO.js");
3142
3142
  await startTui();
3143
3143
  return;
3144
3144
  }
@@ -3150,7 +3150,7 @@ function createMemoryCommand() {
3150
3150
  process.exitCode = 1;
3151
3151
  return;
3152
3152
  }
3153
- const { detectExistingSetup } = await import("./install-VREFJNLF.js");
3153
+ const { detectExistingSetup } = await import("./install-U6FHASCJ.js");
3154
3154
  const existing = detectExistingSetup(process.cwd());
3155
3155
  const mcpMissing = existing !== null && !isMemoryMcpRegistered(process.cwd());
3156
3156
  if (existing) {
@@ -3187,12 +3187,12 @@ function createMemoryCommand() {
3187
3187
  log.info("Skipped.");
3188
3188
  return;
3189
3189
  }
3190
- const { runInstall } = await import("./install-VREFJNLF.js");
3190
+ const { runInstall } = await import("./install-U6FHASCJ.js");
3191
3191
  await runInstall({});
3192
3192
  } else {
3193
- const { requireMemoryDeps } = await import("./require-deps-GVBWF5PB.js");
3193
+ const { requireMemoryDeps } = await import("./require-deps-PTIUYPTA.js");
3194
3194
  await requireMemoryDeps();
3195
- const { runStats } = await import("./stats-TWIVFA4I.js");
3195
+ const { runStats } = await import("./stats-52ECUBTK.js");
3196
3196
  await runStats({});
3197
3197
  }
3198
3198
  });
@@ -3204,7 +3204,7 @@ function createMemoryCommand() {
3204
3204
  "Non-interactive: accept defaults (shared placement)"
3205
3205
  ).action(async (opts) => {
3206
3206
  try {
3207
- const { runInstall } = await import("./install-VREFJNLF.js");
3207
+ const { runInstall } = await import("./install-U6FHASCJ.js");
3208
3208
  await runInstall({
3209
3209
  ...opts.dbPath ? { dbPath: opts.dbPath } : {},
3210
3210
  yes: opts.yes === true
@@ -3217,21 +3217,21 @@ function createMemoryCommand() {
3217
3217
  );
3218
3218
  memory.addCommand(
3219
3219
  new Command4("stats").description("Show memory counts, health, and injection stats").option("--json", "JSON output").action(async (opts) => {
3220
- const { requireMemoryDeps } = await import("./require-deps-GVBWF5PB.js");
3220
+ const { requireMemoryDeps } = await import("./require-deps-PTIUYPTA.js");
3221
3221
  await requireMemoryDeps();
3222
- const { runStats } = await import("./stats-TWIVFA4I.js");
3222
+ const { runStats } = await import("./stats-52ECUBTK.js");
3223
3223
  await runStats(opts);
3224
3224
  })
3225
3225
  );
3226
3226
  memory.addCommand(
3227
3227
  new Command4("doctor").description("Diagnose the memory setup (DB, hooks, MCP registration)").option("--json", "JSON output").action(async (opts) => {
3228
- const { runMemoryDoctor } = await import("./doctor-ESIQYNE4.js");
3228
+ const { runMemoryDoctor } = await import("./doctor-XO2B34OL.js");
3229
3229
  await runMemoryDoctor(opts);
3230
3230
  })
3231
3231
  );
3232
3232
  memory.addCommand(
3233
3233
  new Command4("context").description("Load session context (hook handler)").option("--json", "JSON output").action(async (opts) => {
3234
- const { runContext } = await import("./context-K5B43NEI.js");
3234
+ const { runContext } = await import("./context-EFI7K7G2.js");
3235
3235
  await runContext(opts);
3236
3236
  }).helpCommand(false),
3237
3237
  { hidden: true }
@@ -3246,7 +3246,7 @@ function createMemoryCommand() {
3246
3246
  memory.addCommand(
3247
3247
  new Command4("push").description("Push current project's memories to GitHub Gist").option("--all", "Push all projects").option("-y, --yes", "Skip confirmation prompt").action(async (opts) => {
3248
3248
  await handleSyncErrors(async () => {
3249
- const { runPush } = await import("./push-JDHT6AMD.js");
3249
+ const { runPush } = await import("./push-CRVJD3AF.js");
3250
3250
  await runPush(opts);
3251
3251
  });
3252
3252
  })
@@ -3257,7 +3257,7 @@ function createMemoryCommand() {
3257
3257
  "Non-interactive (accepted for symmetry with push; pull never prompts)"
3258
3258
  ).action(async (opts) => {
3259
3259
  await handleSyncErrors(async () => {
3260
- const { runPull } = await import("./pull-H6ARY6DG.js");
3260
+ const { runPull } = await import("./pull-5QZGRDUZ.js");
3261
3261
  await runPull(opts);
3262
3262
  });
3263
3263
  })
@@ -3266,14 +3266,14 @@ function createMemoryCommand() {
3266
3266
  "Sync memories with the gist (pull + push); subcommands manage sync state"
3267
3267
  ).option("--all", "Sync all projects").option("-y, --yes", "Skip confirmation prompt").action(async (opts) => {
3268
3268
  await handleSyncErrors(async () => {
3269
- const { runSync } = await import("./sync-WG7OOWOX.js");
3269
+ const { runSync } = await import("./sync-D5VL7UG2.js");
3270
3270
  await runSync(opts);
3271
3271
  });
3272
3272
  });
3273
3273
  sync.addCommand(
3274
3274
  new Command4("status").description("Show local vs remote memory counts per project").action(async () => {
3275
3275
  await handleSyncErrors(async () => {
3276
- const { runSyncStatus } = await import("./sync-status-B3DKLET4.js");
3276
+ const { runSyncStatus } = await import("./sync-status-XUMY7DLU.js");
3277
3277
  await runSyncStatus();
3278
3278
  });
3279
3279
  })
@@ -3281,7 +3281,7 @@ function createMemoryCommand() {
3281
3281
  sync.addCommand(
3282
3282
  new Command4("clean").description("Remove a project from the sync gist").argument("<project>", "Project slug to remove").option("-y, --yes", "Skip confirmation prompt").action(async (project, opts) => {
3283
3283
  await handleSyncErrors(async () => {
3284
- const { runSyncClean } = await import("./sync-clean-GQUFTYG2.js");
3284
+ const { runSyncClean } = await import("./sync-clean-D3ERG2PH.js");
3285
3285
  await runSyncClean(project, opts);
3286
3286
  });
3287
3287
  })
@@ -3291,7 +3291,7 @@ function createMemoryCommand() {
3291
3291
  }
3292
3292
 
3293
3293
  // src/cli.ts
3294
- var program = new Command5().name("claude-launchpad").description("Score your Claude Code config, fix the gaps, prove Claude follows your rules.").version("1.16.0", "-v, --version").action(async () => {
3294
+ var program = new Command5().name("claude-launchpad").description("Score your Claude Code config, fix the gaps, prove Claude follows your rules.").version("1.17.1", "-v, --version").action(async () => {
3295
3295
  const hasConfig = await fileExists(join14(process.cwd(), "CLAUDE.md")) || await fileExists(join14(process.cwd(), ".claude", "settings.json"));
3296
3296
  if (hasConfig) {
3297
3297
  await program.commands.find((c) => c.name() === "doctor")?.parseAsync([], { from: "user" });