claude-launchpad 0.10.1-dev.2 → 0.10.1-dev.4

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
@@ -2655,7 +2655,7 @@ function createMemoryCommand() {
2655
2655
  }
2656
2656
 
2657
2657
  // src/cli.ts
2658
- var program = new Command5().name("claude-launchpad").description("CLI toolkit that makes Claude Code setups measurably good").version("0.10.1-dev.2", "-v, --version").action(async () => {
2658
+ var program = new Command5().name("claude-launchpad").description("CLI toolkit that makes Claude Code setups measurably good").version("0.10.1-dev.4", "-v, --version").action(async () => {
2659
2659
  const hasConfig = await fileExists(join11(process.cwd(), "CLAUDE.md")) || await fileExists(join11(process.cwd(), ".claude", "settings.json"));
2660
2660
  if (hasConfig) {
2661
2661
  await program.commands.find((c) => c.name() === "doctor")?.parseAsync([], { from: "user" });