pikakit 3.9.96 → 3.9.98
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 +2 -2
- package/bin/lib/ui.js +1 -1
- package/package.json +2 -2
- package/packages/pikakit-extension/pikakit.vsix +0 -0
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)
|
|
@@ -396,7 +396,7 @@ UNLICENSED — See [LICENSE](LICENSE) for details.
|
|
|
396
396
|
|
|
397
397
|
<div align="center">
|
|
398
398
|
|
|
399
|
-
**⚡ PikaKit v3.9.
|
|
399
|
+
**⚡ PikaKit v3.9.98**
|
|
400
400
|
|
|
401
401
|
*Composable Skills · Coordinated Agents · Intelligent Execution*
|
|
402
402
|
|
package/bin/lib/ui.js
CHANGED
|
@@ -160,7 +160,7 @@ export function brandedIntro(version, status = "") {
|
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
// Version + stats tagline (aligned with other steps)
|
|
163
|
-
clackLog.message(c.dim(`v${version} ·
|
|
163
|
+
clackLog.message(c.dim(`v${version} · 51 Skills · 21 Agents · 18 Workflows`), { symbol: c.cyan(S.diamond) });
|
|
164
164
|
|
|
165
165
|
if (status) {
|
|
166
166
|
console.log(`${c.dim(status)}`);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pikakit",
|
|
3
|
-
"version": "3.9.
|
|
4
|
-
"description": "PikaKit — Install
|
|
3
|
+
"version": "3.9.98",
|
|
4
|
+
"description": "PikaKit — Install 51 skills, 18 workflows, 21 agents into your AI project. One command.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "pikakit <pikakit@gmail.com>",
|
|
7
7
|
"homepage": "https://github.com/pikakit/pikakit",
|
|
Binary file
|