pikakit 3.9.13 → 3.9.15

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.
@@ -156,7 +156,7 @@ export async function run(spec) {
156
156
  }
157
157
 
158
158
  stepLine();
159
- step(`Found ${skillsInRepo.length} skill${skillsInRepo.length > 1 ? "s" : ""}`);
159
+ step(`Found ${skillsInRepo.length} skills`);
160
160
 
161
161
  let selectedSkills = [];
162
162
 
@@ -257,7 +257,8 @@ export async function run(spec) {
257
257
  value: cat
258
258
  })),
259
259
  initialValues: sortedCategories, // Pre-select all
260
- required: true
260
+ required: true,
261
+ hint: `+ ${REQUIRED_SKILLS.length} system skill`
261
262
  });
262
263
 
263
264
  if (isCancel(selectedCategories)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pikakit",
3
- "version": "3.9.13",
3
+ "version": "3.9.15",
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>",