natureco-cli 5.6.46 → 5.6.47
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 +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to NatureCo CLI will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [5.6.47] - 2026-06-24 — "SOUL SHARDED"
|
|
6
|
+
|
|
7
|
+
### ✨ Added
|
|
8
|
+
- **soul/notes/ — Sharded memory system for NatureCo CLI agent**
|
|
9
|
+
- `INDEX.md` (2 KB) — file map, navigation
|
|
10
|
+
- `note1.md` (3 KB) — Patron & persona (Gencay, "Patron" hitap, çilek yasağı)
|
|
11
|
+
- `note2.md` (4 KB) — Project structure, 120+ commands, build/publish workflow
|
|
12
|
+
- `note3.md` (3.8 KB) — Tokens, red lines, masking fixes (npm `.npmrc`, PyPI `/tmp/pypi_token.txt`, GitHub `/Users/gencay/.natureco/github_token`)
|
|
13
|
+
- `note4.md` (6 KB) — 7-step release workflow (local commit → tag → push → publish → cache-bust → GitHub release → verify)
|
|
14
|
+
- `note5.md` (5 KB) — Skills, tools, channels, MCP, integrations
|
|
15
|
+
- **SOUL.md updated** to index-based: "read soul/notes/INDEX.md" + 1-line quick reference
|
|
16
|
+
- **Infinite scalability** — `note6.md`, `note7.md`... as needed
|
|
17
|
+
- **Pattern mirrors** `/Users/gencay/.hermes/sasuke-notes*.md` for cross-project memory
|
|
18
|
+
- 1009 + 125 = 1134 new lines, ~28 KB detailed context
|
|
19
|
+
|
|
5
20
|
## [5.6.46] - 2026-06-24 — "README OVERHAUL"
|
|
6
21
|
|
|
7
22
|
### 📚 Documentation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "natureco-cli",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.47",
|
|
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"
|