pikakit 1.0.9 → 1.0.11

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.
package/bin/kit.js ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ // Backward compatibility wrapper - delegates to cli.mjs
3
+ import('./cli.mjs');
@@ -363,7 +363,7 @@ export async function run(spec) {
363
363
 
364
364
  for (const sn of selectedSkills) {
365
365
  summaryContent += `${c.cyan(sn)}\n`;
366
- summaryContent += ` ${c.dim(methodVerb)} ${c.gray("→")} ${c.dim(agentsString)}\n\n`;
366
+ summaryContent += ` ${c.dim(methodVerb)} ${c.gray("")} ${c.dim(agentsString)}\n\n`;
367
367
  }
368
368
 
369
369
  // Remove trailing newlines