claudekit-cli 3.33.0-dev.4 → 3.33.0-dev.6
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/index.js +2 -9
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -45375,7 +45375,7 @@ var package_default;
|
|
|
45375
45375
|
var init_package = __esm(() => {
|
|
45376
45376
|
package_default = {
|
|
45377
45377
|
name: "claudekit-cli",
|
|
45378
|
-
version: "3.33.0-dev.
|
|
45378
|
+
version: "3.33.0-dev.6",
|
|
45379
45379
|
description: "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
45380
45380
|
type: "module",
|
|
45381
45381
|
repository: {
|
|
@@ -47598,8 +47598,8 @@ import { dirname as dirname8, join as join30 } from "node:path";
|
|
|
47598
47598
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
47599
47599
|
function resolveUiDistPath() {
|
|
47600
47600
|
const candidates = [
|
|
47601
|
+
join30(__dirname3, "ui"),
|
|
47601
47602
|
join30(process.cwd(), "dist", "ui"),
|
|
47602
|
-
join30(__dirname3, "..", "..", "ui"),
|
|
47603
47603
|
join30(process.cwd(), "src", "ui", "dist")
|
|
47604
47604
|
];
|
|
47605
47605
|
for (const path2 of candidates) {
|
|
@@ -77239,17 +77239,10 @@ var TRANSFORMABLE_EXTENSIONS = new Set([
|
|
|
77239
77239
|
]);
|
|
77240
77240
|
var COMMAND_ROOTS = [
|
|
77241
77241
|
"plan",
|
|
77242
|
-
"fix",
|
|
77243
|
-
"code",
|
|
77244
77242
|
"review",
|
|
77245
|
-
"cook",
|
|
77246
|
-
"brainstorm",
|
|
77247
|
-
"integrate",
|
|
77248
77243
|
"bootstrap",
|
|
77249
77244
|
"worktree",
|
|
77250
|
-
"scout",
|
|
77251
77245
|
"test",
|
|
77252
|
-
"debug",
|
|
77253
77246
|
"preview",
|
|
77254
77247
|
"kanban",
|
|
77255
77248
|
"journal",
|