claudekit-cli 3.36.0-dev.17 → 3.36.0-dev.18
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 +8 -17
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11183,13 +11183,11 @@ var init_provider_registry = __esm(() => {
|
|
|
11183
11183
|
join(cwd, ".codex/config.toml"),
|
|
11184
11184
|
join(cwd, ".codex/agents"),
|
|
11185
11185
|
join(cwd, ".codex/prompts"),
|
|
11186
|
-
join(cwd, ".agents/skills"),
|
|
11187
11186
|
join(home, ".codex/config.toml"),
|
|
11188
11187
|
join(home, ".codex/agents"),
|
|
11189
11188
|
join(home, ".codex/AGENTS.md"),
|
|
11190
11189
|
join(home, ".codex/instructions.md"),
|
|
11191
|
-
join(home, ".codex/prompts")
|
|
11192
|
-
join(home, ".agents/skills")
|
|
11190
|
+
join(home, ".codex/prompts")
|
|
11193
11191
|
])
|
|
11194
11192
|
},
|
|
11195
11193
|
droid: {
|
|
@@ -11271,7 +11269,7 @@ var init_provider_registry = __esm(() => {
|
|
|
11271
11269
|
},
|
|
11272
11270
|
commands: null,
|
|
11273
11271
|
skills: {
|
|
11274
|
-
projectPath: ".
|
|
11272
|
+
projectPath: ".agents/skills",
|
|
11275
11273
|
globalPath: join(home, ".cursor/skills"),
|
|
11276
11274
|
format: "direct-copy",
|
|
11277
11275
|
writeStrategy: "per-file",
|
|
@@ -11295,7 +11293,6 @@ var init_provider_registry = __esm(() => {
|
|
|
11295
11293
|
settingsJsonPath: null,
|
|
11296
11294
|
detect: async () => hasAnyInstallSignal([
|
|
11297
11295
|
join(cwd, ".cursor/rules"),
|
|
11298
|
-
join(cwd, ".cursor/skills"),
|
|
11299
11296
|
join(home, ".cursor/rules"),
|
|
11300
11297
|
join(home, ".cursor/skills")
|
|
11301
11298
|
])
|
|
@@ -11409,8 +11406,8 @@ var init_provider_registry = __esm(() => {
|
|
|
11409
11406
|
nestedCommands: false
|
|
11410
11407
|
},
|
|
11411
11408
|
skills: {
|
|
11412
|
-
projectPath: ".
|
|
11413
|
-
globalPath: join(home, ".
|
|
11409
|
+
projectPath: ".agents/skills",
|
|
11410
|
+
globalPath: join(home, ".agents/skills"),
|
|
11414
11411
|
format: "direct-copy",
|
|
11415
11412
|
writeStrategy: "per-file",
|
|
11416
11413
|
fileExtension: ".md"
|
|
@@ -11436,10 +11433,8 @@ var init_provider_registry = __esm(() => {
|
|
|
11436
11433
|
settingsJsonPath: null,
|
|
11437
11434
|
detect: async () => hasAnyInstallSignal([
|
|
11438
11435
|
join(cwd, ".windsurf/rules"),
|
|
11439
|
-
join(cwd, ".windsurf/skills"),
|
|
11440
11436
|
join(cwd, ".windsurf/workflows"),
|
|
11441
11437
|
join(home, ".codeium/windsurf/rules"),
|
|
11442
|
-
join(home, ".codeium/windsurf/skills"),
|
|
11443
11438
|
join(home, ".codeium/windsurf/workflows")
|
|
11444
11439
|
])
|
|
11445
11440
|
},
|
|
@@ -11504,8 +11499,8 @@ var init_provider_registry = __esm(() => {
|
|
|
11504
11499
|
fileExtension: ".toml"
|
|
11505
11500
|
},
|
|
11506
11501
|
skills: {
|
|
11507
|
-
projectPath: ".
|
|
11508
|
-
globalPath: join(home, ".
|
|
11502
|
+
projectPath: ".agents/skills",
|
|
11503
|
+
globalPath: join(home, ".agents/skills"),
|
|
11509
11504
|
format: "direct-copy",
|
|
11510
11505
|
writeStrategy: "per-file",
|
|
11511
11506
|
fileExtension: ".md"
|
|
@@ -11528,10 +11523,8 @@ var init_provider_registry = __esm(() => {
|
|
|
11528
11523
|
settingsJsonPath: null,
|
|
11529
11524
|
detect: async () => hasAnyInstallSignal([
|
|
11530
11525
|
join(cwd, ".gemini/commands"),
|
|
11531
|
-
join(cwd, ".gemini/skills"),
|
|
11532
11526
|
join(cwd, "GEMINI.md"),
|
|
11533
11527
|
join(home, ".gemini/commands"),
|
|
11534
|
-
join(home, ".gemini/skills"),
|
|
11535
11528
|
join(home, ".gemini/GEMINI.md")
|
|
11536
11529
|
])
|
|
11537
11530
|
},
|
|
@@ -11572,11 +11565,9 @@ var init_provider_registry = __esm(() => {
|
|
|
11572
11565
|
settingsJsonPath: null,
|
|
11573
11566
|
detect: async () => hasAnyInstallSignal([
|
|
11574
11567
|
join(cwd, ".amp/rules"),
|
|
11575
|
-
join(cwd, ".agents/skills"),
|
|
11576
11568
|
join(cwd, "AGENT.md"),
|
|
11577
|
-
join(home, ".config/AGENT.md"),
|
|
11578
11569
|
join(home, ".config/amp/rules"),
|
|
11579
|
-
join(home, ".config/
|
|
11570
|
+
join(home, ".config/AGENT.md")
|
|
11580
11571
|
])
|
|
11581
11572
|
},
|
|
11582
11573
|
antigravity: {
|
|
@@ -56142,7 +56133,7 @@ var package_default;
|
|
|
56142
56133
|
var init_package = __esm(() => {
|
|
56143
56134
|
package_default = {
|
|
56144
56135
|
name: "claudekit-cli",
|
|
56145
|
-
version: "3.36.0-dev.
|
|
56136
|
+
version: "3.36.0-dev.18",
|
|
56146
56137
|
description: "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
56147
56138
|
type: "module",
|
|
56148
56139
|
repository: {
|