natureco-cli 5.6.47 → 5.7.0

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 (161) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/DEPLOY_v2.0.0.md +0 -0
  3. package/LICENSE +21 -0
  4. package/README.md +24 -1
  5. package/README.md.bak +0 -0
  6. package/bin/natureco.js +0 -0
  7. package/package.json +1 -1
  8. package/skills/code-review/SKILL.md +0 -0
  9. package/skills/summarize/SKILL.md +0 -0
  10. package/skills/translate/SKILL.md +0 -0
  11. package/src/commands/acp.js +0 -0
  12. package/src/commands/admin-rpc.js +0 -0
  13. package/src/commands/agent.js +0 -0
  14. package/src/commands/agents.js +0 -0
  15. package/src/commands/approvals.js +0 -0
  16. package/src/commands/ask.js +0 -0
  17. package/src/commands/backup.js +0 -0
  18. package/src/commands/bonjour.js +0 -0
  19. package/src/commands/bots.js +0 -0
  20. package/src/commands/browser.js +0 -0
  21. package/src/commands/capability.js +0 -0
  22. package/src/commands/channels.js +0 -0
  23. package/src/commands/chat.js +0 -0
  24. package/src/commands/clawbot.js +0 -0
  25. package/src/commands/clickclack.js +0 -0
  26. package/src/commands/code.js +0 -0
  27. package/src/commands/commands.js +0 -0
  28. package/src/commands/commitments.js +0 -0
  29. package/src/commands/completion.js +0 -0
  30. package/src/commands/config.js +0 -0
  31. package/src/commands/configure.js +0 -0
  32. package/src/commands/crestodian.js +0 -0
  33. package/src/commands/cron.js +0 -0
  34. package/src/commands/daemon.js +0 -0
  35. package/src/commands/dashboard.js +0 -0
  36. package/src/commands/device-pair.js +0 -0
  37. package/src/commands/devices.js +0 -0
  38. package/src/commands/directory.js +0 -0
  39. package/src/commands/discord.js +0 -0
  40. package/src/commands/dns.js +0 -0
  41. package/src/commands/docs.js +0 -0
  42. package/src/commands/doctor.js +0 -0
  43. package/src/commands/exec-policy.js +0 -0
  44. package/src/commands/gateway-server.js +0 -0
  45. package/src/commands/gateway.js +0 -0
  46. package/src/commands/git.js +0 -0
  47. package/src/commands/health.js +0 -0
  48. package/src/commands/help.js +0 -0
  49. package/src/commands/hooks.js +0 -0
  50. package/src/commands/imessage.js +0 -0
  51. package/src/commands/infer.js +0 -0
  52. package/src/commands/init.js +0 -0
  53. package/src/commands/irc.js +0 -0
  54. package/src/commands/login.js +0 -0
  55. package/src/commands/logout.js +0 -0
  56. package/src/commands/logs.js +0 -0
  57. package/src/commands/mattermost.js +0 -0
  58. package/src/commands/mcp.js +0 -0
  59. package/src/commands/memory-cmd.js +0 -0
  60. package/src/commands/memory.js +0 -0
  61. package/src/commands/message.js +0 -0
  62. package/src/commands/migrate.js +0 -0
  63. package/src/commands/models.js +0 -0
  64. package/src/commands/node.js +0 -0
  65. package/src/commands/nodes.js +0 -0
  66. package/src/commands/oc-path.js +0 -0
  67. package/src/commands/onboard.js +0 -0
  68. package/src/commands/open-prose.js +0 -0
  69. package/src/commands/pairing.js +0 -0
  70. package/src/commands/path.js +0 -0
  71. package/src/commands/plugins.js +0 -0
  72. package/src/commands/policy.js +0 -0
  73. package/src/commands/proxy.js +0 -0
  74. package/src/commands/qr.js +0 -0
  75. package/src/commands/reset.js +0 -0
  76. package/src/commands/run.js +0 -0
  77. package/src/commands/sandbox.js +0 -0
  78. package/src/commands/secrets.js +0 -0
  79. package/src/commands/security.js +0 -0
  80. package/src/commands/sessions.js +0 -0
  81. package/src/commands/setup.js +0 -0
  82. package/src/commands/signal.js +0 -0
  83. package/src/commands/skills.js +0 -0
  84. package/src/commands/slack.js +0 -0
  85. package/src/commands/sms.js +0 -0
  86. package/src/commands/status.js +0 -0
  87. package/src/commands/system.js +0 -0
  88. package/src/commands/tasks.js +0 -0
  89. package/src/commands/telegram.js +0 -0
  90. package/src/commands/terminal.js +0 -0
  91. package/src/commands/thread-ownership.js +0 -0
  92. package/src/commands/transcripts.js +0 -0
  93. package/src/commands/tui.js +0 -0
  94. package/src/commands/ultrareview.js +0 -0
  95. package/src/commands/uninstall.js +0 -0
  96. package/src/commands/update.js +0 -0
  97. package/src/commands/voice.js +0 -0
  98. package/src/commands/vydra.js +0 -0
  99. package/src/commands/web-fetch.js +0 -0
  100. package/src/commands/webhooks.js +0 -0
  101. package/src/commands/whatsapp.js +0 -0
  102. package/src/commands/wiki.js +0 -0
  103. package/src/commands/workboard.js +0 -0
  104. package/src/tools/audio_understanding.js +0 -0
  105. package/src/tools/bash.js +0 -0
  106. package/src/tools/browser.js +0 -0
  107. package/src/tools/canvas.js +0 -0
  108. package/src/tools/document_extract.js +0 -0
  109. package/src/tools/duckduckgo.js +0 -0
  110. package/src/tools/exa_search.js +0 -0
  111. package/src/tools/filesystem.js +0 -0
  112. package/src/tools/firecrawl.js +0 -0
  113. package/src/tools/git.js +0 -0
  114. package/src/tools/http.js +0 -0
  115. package/src/tools/image_generation.js +0 -0
  116. package/src/tools/list_dir.js +0 -0
  117. package/src/tools/llm_task.js +0 -0
  118. package/src/tools/media_understanding.js +0 -0
  119. package/src/tools/music_generation.js +0 -0
  120. package/src/tools/parallel_search.js +0 -0
  121. package/src/tools/phone_control.js +0 -0
  122. package/src/tools/phone_control_enhanced.js +0 -0
  123. package/src/tools/read_file.js +0 -0
  124. package/src/tools/searxng.js +0 -0
  125. package/src/tools/speech_to_text.js +0 -0
  126. package/src/tools/text_to_speech.js +0 -0
  127. package/src/tools/thread_ownership.js +0 -0
  128. package/src/tools/video_generation.js +0 -0
  129. package/src/tools/web_readability.js +0 -0
  130. package/src/tools/web_search.js +0 -0
  131. package/src/tools/write_file.js +0 -0
  132. package/src/utils/agents-md.js +0 -0
  133. package/src/utils/agents.js +0 -0
  134. package/src/utils/api.js +0 -0
  135. package/src/utils/approvals.js +0 -0
  136. package/src/utils/background.js +0 -0
  137. package/src/utils/baileys.js +0 -0
  138. package/src/utils/commands.js +0 -0
  139. package/src/utils/config.js +0 -0
  140. package/src/utils/cron.js +0 -0
  141. package/src/utils/errors.js +0 -0
  142. package/src/utils/format.js +0 -0
  143. package/src/utils/gateway-ws.js +0 -0
  144. package/src/utils/headless.js +0 -0
  145. package/src/utils/history.js +0 -0
  146. package/src/utils/hooks.js +0 -0
  147. package/src/utils/inquirer-wrapper.js +0 -0
  148. package/src/utils/mcp-client.js +0 -0
  149. package/src/utils/mcp.js +0 -0
  150. package/src/utils/memory.js +0 -0
  151. package/src/utils/parallel-tools.js +0 -0
  152. package/src/utils/path-utils.js +0 -0
  153. package/src/utils/plugin-registry.js +0 -0
  154. package/src/utils/secrets.js +0 -0
  155. package/src/utils/sessions.js +0 -0
  156. package/src/utils/skills.js +0 -0
  157. package/src/utils/sub-agent.js +0 -0
  158. package/src/utils/token-budget.js +0 -0
  159. package/src/utils/tool-adapter.js +0 -0
  160. package/src/utils/tool-runner.js +0 -0
  161. package/src/utils/web-fetch.js +0 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  All notable changes to NatureCo CLI will be documented in this file.
4
4
 
5
+ ## [5.7.0] - 2026-06-24 - SOUL SCRUBBED (MINOR)
6
+
7
+ ### Security
8
+ - Personal paths removed from README (Users/gencay/.hermes/sasuke-notes*.md and Downloads/notes.py)
9
+ - soul/ directory removed from repo (7 files: AGENTS, IDENTITY, SOUL, notes/{INDEX,note1-5}.md)
10
+ - Note: files remain in git history; use git filter-repo for full purge
11
+ - Internal docs ignored via .gitignore (DEPLOY_*, LAUNCH, AUDIT, TEST_PLAYBOOK, etc.)
12
+
13
+ ### Changed
14
+ - Minor version bump 5.6.48 -> 5.7.0 (patch cascade rule: 5+ consecutive patches)
15
+
16
+ ## [5.6.48] - 2026-06-24 — "README SHARDED"
17
+
18
+ ### 📚 Documentation
19
+ - **README.md + README_EN.md updated** for v5.6.47
20
+ - v5.6.47 + v5.6.46 added to "Recent Releases" table
21
+ - New "v5.6.47 — Sharded Memory System" hero section in "What's New"
22
+ - Folder structure diagram (`soul/notes/{INDEX,note1-5}.md`)
23
+ - Cross-project reference to `sasuke-notes*.md`
24
+ - npm registry will reflect updated README on next publish
25
+
5
26
  ## [5.6.47] - 2026-06-24 — "SOUL SHARDED"
6
27
 
7
28
  ### ✨ Added
package/DEPLOY_v2.0.0.md CHANGED
File without changes
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 NatureCo
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
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** — mirrors a global sharded memory system (e.g. `~/.notes/{1-5}.md`)
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
 
@@ -484,7 +507,7 @@ Tool: bash (python3 notes.py)
484
507
  ✅ Toplam: 3 not
485
508
  ✅ Silme başarılı: ID 2
486
509
 
487
- 📂 /Users/gencay/Downloads/notes.py (2303 bytes)
510
+ 📂 `notes.py` (2303 bytes)
488
511
  ```
489
512
 
490
513
  ---
package/README.md.bak CHANGED
File without changes
package/bin/natureco.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "natureco-cli",
3
- "version": "5.6.47",
3
+ "version": "5.7.0",
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"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/tools/bash.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/tools/git.js CHANGED
File without changes
package/src/tools/http.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/utils/api.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/utils/cron.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/utils/mcp.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes