pikakit 3.9.19 → 3.9.21
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.
|
@@ -155,9 +155,6 @@ export async function run(spec) {
|
|
|
155
155
|
return;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
stepLine();
|
|
159
|
-
step(`Found ${skillsInRepo.length} skills`);
|
|
160
|
-
|
|
161
158
|
let selectedSkills = [];
|
|
162
159
|
|
|
163
160
|
// If single skill specified via #skill_name, auto-select it
|
|
@@ -245,9 +242,8 @@ export async function run(spec) {
|
|
|
245
242
|
return a.localeCompare(b);
|
|
246
243
|
});
|
|
247
244
|
|
|
248
|
-
|
|
249
245
|
stepLine();
|
|
250
|
-
activeStep(
|
|
246
|
+
activeStep(`Found ${skillsInRepo.length} skills — Select categories`);
|
|
251
247
|
|
|
252
248
|
// Show only categories, not individual skills
|
|
253
249
|
const selectedCategories = await multiselect({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pikakit",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.21",
|
|
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>",
|