pikakit 3.9.115 → 3.9.117
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/LICENSE +1 -1
- package/README.md +4 -2
- package/package.json +3 -3
- package/packages/pikakit-extension/pikakit.vsix +0 -0
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
npx pikakit
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
> One command installs **51 skills**, **18 workflows**, and a complete AI operating system into your project.
|
|
26
|
+
> One command installs **51 skills**, **18 workflows**, and a complete FAANG-grade AI operating system into your project.
|
|
27
27
|
|
|
28
28
|
### What You Get
|
|
29
29
|
|
|
@@ -69,6 +69,8 @@ Create **project-specific skills** that teach AI your conventions
|
|
|
69
69
|
| 💛 100% JavaScript | ✅ | Mixed | Python |
|
|
70
70
|
| 🛡️ Safety Protocol | TIER -1 | ❌ | ❌ |
|
|
71
71
|
| 📉 Token Efficiency | Modular loading | Baseline | Varies |
|
|
72
|
+
| 📊 FAANG-Grade Telemetry | ✅ | ❌ | ❌ |
|
|
73
|
+
| 🌍 Multi-language (EN/VI) | ✅ | ❌ | ❌ |
|
|
72
74
|
|
|
73
75
|
---
|
|
74
76
|
|
|
@@ -297,7 +299,7 @@ your-project/
|
|
|
297
299
|
│ │ ├── autopilot.md
|
|
298
300
|
│ │ └── ...
|
|
299
301
|
│ │
|
|
300
|
-
│ ├── agents/ #
|
|
302
|
+
│ ├── agents/ # Specialist Agents
|
|
301
303
|
│ │ ├── frontend.md
|
|
302
304
|
│ │ ├── backend.md
|
|
303
305
|
│ │ ├── security.md
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pikakit",
|
|
3
|
-
"version": "3.9.
|
|
4
|
-
"description": "PikaKit — Install 51 skills, 18 workflows
|
|
5
|
-
"license": "
|
|
3
|
+
"version": "3.9.117",
|
|
4
|
+
"description": "PikaKit FAANG-Grade AI Operating System — Install 51 skills, 18 workflows.",
|
|
5
|
+
"license": "Proprietary",
|
|
6
6
|
"author": "pikakit <pikakit@gmail.com>",
|
|
7
7
|
"homepage": "https://github.com/pikakit/pikakit",
|
|
8
8
|
"repository": {
|
|
Binary file
|