claudekit-cli 3.0.0 → 3.0.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 (2) hide show
  1. package/dist/index.js +5 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -13042,7 +13042,7 @@ var cac = (name = "") => new CAC(name);
13042
13042
  // package.json
13043
13043
  var package_default = {
13044
13044
  name: "claudekit-cli",
13045
- version: "3.0.0",
13045
+ version: "3.0.1",
13046
13046
  description: "CLI tool for bootstrapping and updating ClaudeKit projects",
13047
13047
  type: "module",
13048
13048
  repository: {
@@ -15516,9 +15516,9 @@ class CommandsPrefix {
15516
15516
  }
15517
15517
  const metadata = await ManifestWriter.readManifest(claudeDir);
15518
15518
  if (!metadata || !metadata.files || metadata.files.length === 0) {
15519
- logger.warning("No ownership metadata found - aborting cleanup for safety");
15520
- logger.warning("Run 'ck init' to migrate legacy installation first");
15521
- throw new Error("Cannot cleanup without ownership metadata (legacy install detected)");
15519
+ logger.verbose("No ownership metadata found - skipping cleanup (legacy/fresh install)");
15520
+ logger.verbose("All existing files will be preserved as user-owned");
15521
+ return result;
15522
15522
  }
15523
15523
  const entries = await readdir2(commandsDir);
15524
15524
  if (entries.length === 0) {
@@ -30900,7 +30900,7 @@ import { promisify as promisify5 } from "node:util";
30900
30900
  // package.json
30901
30901
  var package_default2 = {
30902
30902
  name: "claudekit-cli",
30903
- version: "3.0.0",
30903
+ version: "3.0.1",
30904
30904
  description: "CLI tool for bootstrapping and updating ClaudeKit projects",
30905
30905
  type: "module",
30906
30906
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudekit-cli",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "CLI tool for bootstrapping and updating ClaudeKit projects",
5
5
  "type": "module",
6
6
  "repository": {