pikakit 3.9.18 → 3.9.19

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.
@@ -317,8 +317,7 @@ export async function run(spec) {
317
317
  }
318
318
 
319
319
  stepLine();
320
- step("Install to");
321
- console.log(`${c.gray(S.branch)} ${c.dim(selectedAgents.map(a => a.displayName).join(", "))}`);
320
+ step(`Install to: ${c.dim(selectedAgents.map(a => a.displayName).join(", "))}`)
322
321
 
323
322
  // --- Select installation scope ---
324
323
  let isGlobal = GLOBAL;
@@ -337,8 +336,7 @@ export async function run(spec) {
337
336
  }
338
337
 
339
338
  stepLine();
340
- step("Installation scope");
341
- console.log(`${c.gray(S.branch)} ${c.dim(isGlobal ? "Global" : "Project")}`);
339
+ step(`Installation scope: ${c.dim(isGlobal ? "Global" : "Project")}`);
342
340
 
343
341
  // --- Select installation method ---
344
342
  stepLine();
@@ -353,8 +351,7 @@ export async function run(spec) {
353
351
 
354
352
  // Installation Summary Box
355
353
  stepLine();
356
- step("Installation method");
357
- console.log(`${c.gray(S.branch)} ${c.dim(installMethod === "symlink" ? "Symlink" : "Copy")}`);
354
+ step(`Installation method: ${c.dim(installMethod === "symlink" ? "Symlink" : "Copy")}`);
358
355
 
359
356
  stepLine();
360
357
  step("Installation Summary");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pikakit",
3
- "version": "3.9.18",
3
+ "version": "3.9.19",
4
4
  "description": "Enterprise-grade Agent Skill Manager with Antigravity Skills support, Progressive Disclosure detection, and semantic routing validation",
5
5
  "license": "MIT",
6
6
  "author": "pikakit <pikakit@gmail.com>",