natureco-cli 5.6.46 → 5.6.48

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/README.md +23 -0
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  All notable changes to NatureCo CLI will be documented in this file.
4
4
 
5
+ ## [5.6.48] - 2026-06-24 — "README SHARDED"
6
+
7
+ ### 📚 Documentation
8
+ - **README.md + README_EN.md updated** for v5.6.47
9
+ - v5.6.47 + v5.6.46 added to "Recent Releases" table
10
+ - New "v5.6.47 — Sharded Memory System" hero section in "What's New"
11
+ - Folder structure diagram (`soul/notes/{INDEX,note1-5}.md`)
12
+ - Cross-project reference to `sasuke-notes*.md`
13
+ - npm registry will reflect updated README on next publish
14
+
15
+ ## [5.6.47] - 2026-06-24 — "SOUL SHARDED"
16
+
17
+ ### ✨ Added
18
+ - **soul/notes/ — Sharded memory system for NatureCo CLI agent**
19
+ - `INDEX.md` (2 KB) — file map, navigation
20
+ - `note1.md` (3 KB) — Patron & persona (Gencay, "Patron" hitap, çilek yasağı)
21
+ - `note2.md` (4 KB) — Project structure, 120+ commands, build/publish workflow
22
+ - `note3.md` (3.8 KB) — Tokens, red lines, masking fixes (npm `.npmrc`, PyPI `/tmp/pypi_token.txt`, GitHub `/Users/gencay/.natureco/github_token`)
23
+ - `note4.md` (6 KB) — 7-step release workflow (local commit → tag → push → publish → cache-bust → GitHub release → verify)
24
+ - `note5.md` (5 KB) — Skills, tools, channels, MCP, integrations
25
+ - **SOUL.md updated** to index-based: "read soul/notes/INDEX.md" + 1-line quick reference
26
+ - **Infinite scalability** — `note6.md`, `note7.md`... as needed
27
+ - **Pattern mirrors** `/Users/gencay/.hermes/sasuke-notes*.md` for cross-project memory
28
+ - 1009 + 125 = 1134 new lines, ~28 KB detailed context
29
+
5
30
  ## [5.6.46] - 2026-06-24 — "README OVERHAUL"
6
31
 
7
32
  ### 📚 Documentation
package/README.md CHANGED
@@ -47,6 +47,27 @@ natureco code
47
47
 
48
48
  ## 🆕 v5.6.x Yenilikler
49
49
 
50
+ ### v5.6.47 — Sharded Memory Sistemi
51
+
52
+ Ajanın kişiliği & çalışma notları artık **6 dosyaya sharded** — sonsuz ölçeklenebilir:
53
+
54
+ ```
55
+ soul/
56
+ ├── SOUL.md ← index + kritik referanslar
57
+ └── notes/
58
+ ├── INDEX.md ← dosya haritası, navigasyon
59
+ ├── note1.md ← Patron & persona
60
+ ├── note2.md ← proje yapısı, 120+ komut
61
+ ├── note3.md ← tokens, kırmızı çizgiler, masking çözümleri
62
+ ├── note4.md ← 7-adım release workflow
63
+ └── note5.md ← skills, tools, channels, MCP
64
+ ```
65
+
66
+ - **Sonsuz ölçeklenebilir** — `note6.md`, `note7.md`... ihtiyaç oldukça
67
+ - **Cross-project pattern** — `/Users/gencay/.hermes/sasuke-notes*.md` ile aynı yapı
68
+ - **Hafıza kaybı yok** — detay 6 sharded dosyada, SOUL.md'de sadece referanslar
69
+ - **Patch-cascade safe** — release workflow `note4.md`'de belgelenmiş, gelecekte tutarlı
70
+
50
71
  ### Slash-Prefix Komut Sistemi
51
72
 
52
73
  **İMessage ve WhatsApp'ta** artık `/` ile başlayan mesajlar komut olarak işlenir:
@@ -104,6 +125,8 @@ Devam edilsin mi? (Y/n)
104
125
  | **v5.6.40** | Echo loop prevention (30sn) |
105
126
  | **v5.6.41-42** | Slash-prefix sistemi (iMessage/WhatsApp) |
106
127
  | **v5.6.43** | WhatsApp slash + cron endpoint fix |
128
+ | **v5.6.46** | README overhaul (hero slogan, ASCII banner, badges) |
129
+ | **v5.6.47** | **SOUL SHARDED** — Sharded memory sistemi (`soul/notes/{INDEX,note1-5}.md`) |
107
130
 
108
131
  ---
109
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "natureco-cli",
3
- "version": "5.6.46",
3
+ "version": "5.6.48",
4
4
  "description": "OpenClaw'dan daha güvenli, daha hızlı, daha ucuz AI agent CLI. Multi-agent, self-evolving skills, audit log, maliyet optimizasyonu ve NatureCo platform-native.",
5
5
  "bin": {
6
6
  "natureco": "bin/natureco.js"