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 CHANGED
@@ -1,4 +1,4 @@
1
- PIKAKIT - PROPRIETARY LICENSE
1
+ PIKAKIT FAANG-GRADE AI OPERATING SYSTEM - PROPRIETARY LICENSE
2
2
  ================================================================================
3
3
 
4
4
  Copyright (c) 2026 PikaKit. All Rights Reserved.
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/ # 21 Specialist 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.115",
4
- "description": "PikaKit — Install 51 skills, 18 workflows into your AI project. One command.",
5
- "license": "UNLICENSED",
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": {