pikakit 1.0.2 → 1.0.3

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.
@@ -251,7 +251,7 @@ export async function run(spec) {
251
251
 
252
252
  // Show only categories, not individual skills
253
253
  const selectedCategories = await multiselect({
254
- message: `${c.cyan("space")} select · ${c.cyan("enter")} confirm`,
254
+ message: `${c.cyan("space")} select · ${c.cyan("enter")} confirm`,
255
255
  options: sortedCategories.map(cat => ({
256
256
  label: `${cat} (${grouped[cat].length} skills)`,
257
257
  value: cat,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pikakit",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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": "agentskillkit <agentskillkit@gmail.com>",