@runcore-sh/runcore 0.5.8 → 0.5.9

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/README.md CHANGED
@@ -24,8 +24,8 @@ If you've ever watched an agent burn tokens repeating the same mistake three tim
24
24
 
25
25
  ```bash
26
26
  # 1. Clone
27
- git clone https://github.com/XDM-ZSBW/core.git
28
- cd core
27
+ git clone https://github.com/XDM-ZSBW/runcore.git
28
+ cd runcore
29
29
 
30
30
  # 2. Install
31
31
  npm install
@@ -345,6 +345,7 @@ The key innovation is not autonomy — many systems are autonomous. It's **adapt
345
345
  - **[The File System Is the New Database: How I Built a Personal OS for AI Agents](https://x.com/koylanai/status/2025286163641118915)** — Muratcan Koylan. Personal Brain OS, progressive disclosure, format-function mapping, skill system.
346
346
  - [Agent Skills for Context Engineering](https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering) — Skill format and patterns.
347
347
  - [Agent Architecture: From Prompt to Context](https://www.agent32.org/agent-architecture-overview-from-prompt-to-context/) — Context engineering as the core discipline.
348
+ - **[Context Engineering: From Vibe Coder to Software Engineer](https://augmentedadvisors.com/book/)** — Craig Trulove. Practical guide to production AI systems: system prompts, RAG, multi-agent architectures, memory systems, testing, and deployment.
348
349
  - [Beyond the Prompt (COALA)](https://medium.com/google-cloud/beyond-the-prompt-why-your-next-ai-agent-needs-a-brain-and-how-coala-research-paper-provides-an-ba187a906ea0) — Modular memory, internal/external actions.
349
350
 
350
351
  ---
package/dictionary.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.5.8",
3
- "publishedAt": "2026-03-11T23:21:04.602Z",
2
+ "version": "0.5.9",
3
+ "publishedAt": "2026-03-12T00:06:35.330Z",
4
4
  "specs": [],
5
5
  "glossary": {
6
6
  "brain": "The local file-based data store for an instance. Always local. Never hosted.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runcore-sh/runcore",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "Local-first AI agent runtime. One command, your machine, your data.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",