claude-launchpad 1.15.0 → 1.16.0

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/cli.js CHANGED
@@ -3098,7 +3098,7 @@ function createMemoryCommand() {
3098
3098
  }
3099
3099
  const { requireMemoryDeps } = await import("./require-deps-AEDO5YRM.js");
3100
3100
  await requireMemoryDeps();
3101
- const { startTui } = await import("./tui-3KITZCNS.js");
3101
+ const { startTui } = await import("./tui-BS4XXLOC.js");
3102
3102
  await startTui();
3103
3103
  return;
3104
3104
  }
@@ -3251,7 +3251,7 @@ function createMemoryCommand() {
3251
3251
  }
3252
3252
 
3253
3253
  // src/cli.ts
3254
- var program = new Command5().name("claude-launchpad").description("Score your Claude Code config, fix the gaps, prove Claude follows your rules.").version("1.14.0", "-v, --version").action(async () => {
3254
+ var program = new Command5().name("claude-launchpad").description("Score your Claude Code config, fix the gaps, prove Claude follows your rules.").version("1.15.0", "-v, --version").action(async () => {
3255
3255
  const hasConfig = await fileExists(join14(process.cwd(), "CLAUDE.md")) || await fileExists(join14(process.cwd(), ".claude", "settings.json"));
3256
3256
  if (hasConfig) {
3257
3257
  await program.commands.find((c) => c.name() === "doctor")?.parseAsync([], { from: "user" });