pikakit 3.9.44 → 3.9.45

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.
@@ -248,7 +248,7 @@ export async function run(spec) {
248
248
  });
249
249
 
250
250
  stepLine();
251
- activeStep(`Found ${skillsInRepo.length} skills — ${c.dim("Space to select · Enter to continue")}`);
251
+ activeStep(`Found ${skillsInRepo.length} skills — ${c.gray("[")}${c.cyan("Space")}${c.gray("] select · [")}${c.cyan("Enter")}${c.gray("] continue")}`);
252
252
 
253
253
  // Show only categories, not individual skills
254
254
  const selectedCategories = await multiselect({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pikakit",
3
- "version": "3.9.44",
3
+ "version": "3.9.45",
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>",