natureco-cli 5.6.44 → 5.6.46
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/CHANGELOG.md +22 -0
- package/README.md +585 -586
- package/package.json +1 -1
- package/skills/caveman/SKILL.md +71 -0
- package/skills/caveman-compress/SKILL.md +81 -0
- package/skills/code-refactoring/SKILL.md +108 -0
- package/skills/frontend-design/SKILL.md +90 -0
- package/skills/mcp-builder/SKILL.md +98 -0
- package/skills/playwright/SKILL.md +116 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to NatureCo CLI will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [5.6.46] - 2026-06-24 — "README OVERHAUL"
|
|
6
|
+
|
|
7
|
+
### 📚 Documentation
|
|
8
|
+
- **README.md full rewrite** — 5.6.x serisine uygun:
|
|
9
|
+
- Hero slogan: "Yapay Zekânın Gücü artık parmaklarının ucunda / Terminalin hızını NatureCo ile keşfet"
|
|
10
|
+
- ASCII art banner
|
|
11
|
+
- Node badge: `>=16.0.0` (package.json engines ile uyumlu)
|
|
12
|
+
- npm version, downloads, GitHub stars badge'leri
|
|
13
|
+
- Quick Start 4 adım: install → setup → chat → code
|
|
14
|
+
- 51 komut / 10 kategori, gerçek örnekler
|
|
15
|
+
- Discord `https://discord.gg/4FwumbWph`, Twitter `https://twitter.com/naturecoofficial`
|
|
16
|
+
- GitHub: `natureco-official/natureco-cli`
|
|
17
|
+
- Karşılaştırma tablosu (Claude Code / Hermes / OpenClaw)
|
|
18
|
+
- 30s setup wizard tanıtımı
|
|
19
|
+
|
|
20
|
+
### 🎯 Versiyon Notu
|
|
21
|
+
- 5.6.45 → 5.6.46 (patch bump, README-only release)
|
|
22
|
+
- Kod değişikliği yok, npm sayfası güncellendi
|
|
23
|
+
- Yeni kullanıcılar README üzerinden kurulum yapabilir
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
5
27
|
## [4.2.0] - 2026-06-22 — "LAUNCH READY"
|
|
6
28
|
|
|
7
29
|
### 🚀 Headline
|