pikakit 3.9.87 → 3.9.88
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/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
### Transform your AI Agent into a FAANG-level engineering team
|
|
6
6
|
|
|
7
|
-
[](https://www.npmjs.com/package/pikakit)
|
|
8
8
|
[](https://github.com/pikakit/agent-skills)
|
|
9
9
|
[](https://github.com/pikakit/agent-skills)
|
|
10
10
|
[](https://github.com/pikakit/agent-skills)
|
|
@@ -418,7 +418,7 @@ UNLICENSED — See [LICENSE](LICENSE) for details.
|
|
|
418
418
|
|
|
419
419
|
<div align="center">
|
|
420
420
|
|
|
421
|
-
**⚡ PikaKit v3.9.
|
|
421
|
+
**⚡ PikaKit v3.9.88**
|
|
422
422
|
|
|
423
423
|
*Composable Skills · Coordinated Agents · Intelligent Execution*
|
|
424
424
|
|
|
@@ -409,7 +409,6 @@ export async function run(spec) {
|
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
// Install skills to multiple agents
|
|
412
|
-
stepLine();
|
|
413
412
|
const { installSkillForAgents } = await import("../installer.js");
|
|
414
413
|
|
|
415
414
|
// Create a map for skill paths
|
|
@@ -699,7 +698,6 @@ export async function run(spec) {
|
|
|
699
698
|
|
|
700
699
|
// Final success message (single clean box)
|
|
701
700
|
stepLine();
|
|
702
|
-
stepLine();
|
|
703
701
|
console.log(boxen(
|
|
704
702
|
`${c.cyan("Next Steps:")}\n` +
|
|
705
703
|
` ${c.dim("1.")} Use ${c.cyan("/build")} to create apps with multi-agent coordination\n` +
|
|
@@ -714,6 +712,5 @@ export async function run(spec) {
|
|
|
714
712
|
titleAlignment: "center"
|
|
715
713
|
}
|
|
716
714
|
).split("\n").map(l => `${c.gray(S.branch)} ${l}`).join("\n"));
|
|
717
|
-
stepLine();
|
|
718
715
|
step(`${c.green("✓")} ${c.bold("Installation Complete!")}`);
|
|
719
716
|
}
|
package/package.json
CHANGED
|
Binary file
|