claudekit-cli 3.41.4-dev.2 → 3.41.4-dev.3
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 +6 -15
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11681,16 +11681,10 @@ var init_provider_registry = __esm(() => {
|
|
|
11681
11681
|
name: "antigravity",
|
|
11682
11682
|
displayName: "Antigravity",
|
|
11683
11683
|
subagents: "full",
|
|
11684
|
-
agents:
|
|
11685
|
-
projectPath: ".agent/rules",
|
|
11686
|
-
globalPath: join(home, ".gemini/antigravity"),
|
|
11687
|
-
format: "fm-strip",
|
|
11688
|
-
writeStrategy: "per-file",
|
|
11689
|
-
fileExtension: ".md"
|
|
11690
|
-
},
|
|
11684
|
+
agents: null,
|
|
11691
11685
|
commands: {
|
|
11692
11686
|
projectPath: ".agent/workflows",
|
|
11693
|
-
globalPath:
|
|
11687
|
+
globalPath: null,
|
|
11694
11688
|
format: "direct-copy",
|
|
11695
11689
|
writeStrategy: "per-file",
|
|
11696
11690
|
fileExtension: ".md",
|
|
@@ -11705,14 +11699,14 @@ var init_provider_registry = __esm(() => {
|
|
|
11705
11699
|
},
|
|
11706
11700
|
config: {
|
|
11707
11701
|
projectPath: "GEMINI.md",
|
|
11708
|
-
globalPath: join(home, ".gemini/
|
|
11702
|
+
globalPath: join(home, ".gemini/GEMINI.md"),
|
|
11709
11703
|
format: "md-strip",
|
|
11710
11704
|
writeStrategy: "single-file",
|
|
11711
11705
|
fileExtension: ".md"
|
|
11712
11706
|
},
|
|
11713
11707
|
rules: {
|
|
11714
11708
|
projectPath: ".agent/rules",
|
|
11715
|
-
globalPath:
|
|
11709
|
+
globalPath: null,
|
|
11716
11710
|
format: "md-strip",
|
|
11717
11711
|
writeStrategy: "per-file",
|
|
11718
11712
|
fileExtension: ".md"
|
|
@@ -11724,10 +11718,7 @@ var init_provider_registry = __esm(() => {
|
|
|
11724
11718
|
join(cwd, ".agent/skills"),
|
|
11725
11719
|
join(cwd, ".agent/workflows"),
|
|
11726
11720
|
join(cwd, "GEMINI.md"),
|
|
11727
|
-
join(home, ".gemini/antigravity/
|
|
11728
|
-
join(home, ".gemini/antigravity/rules"),
|
|
11729
|
-
join(home, ".gemini/antigravity/skills"),
|
|
11730
|
-
join(home, ".gemini/antigravity/global_workflows")
|
|
11721
|
+
join(home, ".gemini/antigravity/skills")
|
|
11731
11722
|
])
|
|
11732
11723
|
},
|
|
11733
11724
|
cline: {
|
|
@@ -58332,7 +58323,7 @@ var package_default;
|
|
|
58332
58323
|
var init_package = __esm(() => {
|
|
58333
58324
|
package_default = {
|
|
58334
58325
|
name: "claudekit-cli",
|
|
58335
|
-
version: "3.41.4-dev.
|
|
58326
|
+
version: "3.41.4-dev.3",
|
|
58336
58327
|
description: "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
58337
58328
|
type: "module",
|
|
58338
58329
|
repository: {
|