claudekit-cli 3.36.0-dev.31 → 3.36.0-dev.32
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 +5 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -41746,6 +41746,10 @@ class PathResolver {
|
|
|
41746
41746
|
if (testHome) {
|
|
41747
41747
|
return join12(testHome, ".claude");
|
|
41748
41748
|
}
|
|
41749
|
+
const claudeConfigDir = process.env.CLAUDE_CONFIG_DIR;
|
|
41750
|
+
if (claudeConfigDir) {
|
|
41751
|
+
return claudeConfigDir;
|
|
41752
|
+
}
|
|
41749
41753
|
return join12(homedir10(), ".claude");
|
|
41750
41754
|
}
|
|
41751
41755
|
static getClaudeKitDir() {
|
|
@@ -56626,7 +56630,7 @@ var package_default;
|
|
|
56626
56630
|
var init_package = __esm(() => {
|
|
56627
56631
|
package_default = {
|
|
56628
56632
|
name: "claudekit-cli",
|
|
56629
|
-
version: "3.36.0-dev.
|
|
56633
|
+
version: "3.36.0-dev.32",
|
|
56630
56634
|
description: "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
56631
56635
|
type: "module",
|
|
56632
56636
|
repository: {
|