pikakit 1.0.15 → 1.0.16

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.
@@ -833,7 +833,7 @@ export async function run(spec) {
833
833
  title: c.cyan("⚡ Get Started"),
834
834
  titleAlignment: "left"
835
835
  }
836
- ).split("\\n").map(l => `${c.gray(S.branch)} ${l}`).join("\\n"));
836
+ ).split("\n").map(l => `${c.gray(S.branch)} ${l}`).join("\n"));
837
837
 
838
838
  stepLine();
839
839
  console.log(` ${c.cyan("Done!")}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pikakit",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
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>",