From 5f37948af94cad6fb430fcf3644f7bc5c901f90f Mon Sep 17 00:00:00 2001 From: TerminallyLazy Date: Fri, 14 Aug 2026 04:28:41 -0400 Subject: [PATCH] docs: refresh public v0.14 release references --- README.md | 9 +++++---- docs/architecture/rust-core-status.md | 4 +++- docs/feed.xml | 10 +++++++++- docs/index.html | 6 +++--- docs/llms.txt | 11 ++++++----- docs/press-kit.md | 5 +++-- marketing/README.md | 2 +- skills/tree-ring-memory/SKILL.md | 2 +- 8 files changed, 31 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 7979d27..d8de998 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ framework-agnostic and does not replace either protocol. Tree Ring Memory is in protocol-preview status. Current launch links: - Launch page: -- Launch release: +- Launch release: - Launch discussion: - Rust-native CLI article: - Feedback issue: @@ -39,6 +39,7 @@ Tree Ring Memory is in protocol-preview status. Current launch links: - v0.11 made the repo fully Rust-native, wired TUI export/consolidation actions, added DOX/Revolve sync adapters, and added agent-framework discovery. - v0.12 adds a controlled, retained agent-workflow proof with explicit model identity and exact structured-output checks; it reports observed outcomes without claiming a universal memory advantage. - v0.13 adds same-host multi-agent identities and idempotency, opt-in coordinator authorization for shared writes, a protected-write audit, and a schema-v3 fence for old memory inserts, updates, and deletes. +- v0.14 adds project-local harness activation with receipt-backed readiness, so configured bridges do not imply that an agent has used memory. @@ -153,8 +154,8 @@ Linux x86_64 prebuilt install (glibc 2.36 or newer): ```bash curl -fsSL https://raw.githubusercontent.com/TerminallyLazy/Tree-Ring-Memory/main/install.sh | sh -s -- \ - --archive-url https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/download/v0.13.0/tree-ring-memory-0.13.0-linux-x86_64.tar.gz \ - --archive-sha256 76966ec89990c0d10ab933733b1d0f601beec343cb90b64ee7f0655672b10a6a + --archive-url https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/download/v0.14.0/tree-ring-memory-0.14.0-linux-x86_64.tar.gz \ + --archive-sha256 c72191aca81f195472272a1962df354fe0af04a08b01a7472a1faf987cd177fa ``` macOS ARM64 install with Homebrew: @@ -224,7 +225,7 @@ sh install.sh --project --init sh install.sh --global --install-dir "$HOME/.local" sh install.sh --no-animation # stable output; kept for explicit script usage sh install.sh --no-path-update -sh install.sh --archive-url https://example/tree-ring-memory-0.13.0-darwin-arm64.tar.gz --archive-sha256 +sh install.sh --archive-url https://example/tree-ring-memory-0.14.0-darwin-arm64.tar.gz --archive-sha256 ``` After install, rerun onboarding anytime: diff --git a/docs/architecture/rust-core-status.md b/docs/architecture/rust-core-status.md index 8c241f7..4cdd107 100644 --- a/docs/architecture/rust-core-status.md +++ b/docs/architecture/rust-core-status.md @@ -10,7 +10,9 @@ v0.11 Rust-native source adapters plus framework discovery. The v0.12 line now also carries explicit same-host multi-agent correlation, partitioning, and idempotent-write semantics. The v0.13 line adds an opt-in coordinated write policy, protected-write audit, schema-v3 old-memory-mutation fence, and -forward-schema rejection. +forward-schema rejection. The v0.14 line adds project-local harness activation +with receipt-backed readiness, keeping configured bridges distinct from active +memory use. ## Current Status diff --git a/docs/feed.xml b/docs/feed.xml index 28dccfc..432e869 100644 --- a/docs/feed.xml +++ b/docs/feed.xml @@ -5,12 +5,20 @@ https://terminallylazy.github.io/Tree-Ring-Memory/ - 2026-07-23T20:26:15Z + 2026-08-14T08:25:58Z Tree Ring Memory https://github.com/TerminallyLazy/Tree-Ring-Memory + + Tree Ring Memory v0.14.0 adds receipt-backed harness activation + https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/tag/v0.14.0 + + 2026-08-14T08:25:58Z + Tree Ring Memory v0.14.0 adds project-local harness activation with adapter preflight and receipt-backed status, so configured bridges do not imply that an agent has used memory. Agent Zero remains passive until its separately installed plugin provides its capability and writes a fresh receipt. + + Tree Ring Memory v0.13.0 adds same-host multi-agent guardrails https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/tag/v0.13.0 diff --git a/docs/index.html b/docs/index.html index 5305890..e1b80d5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -28,7 +28,7 @@ "programmingLanguage": "Rust", "applicationCategory": "DeveloperApplication", "operatingSystem": "macOS, Linux", - "version": "0.13.0", + "version": "0.14.0", "image": "https://terminallylazy.github.io/Tree-Ring-Memory/assets/tree-ring-memory-og.png", "isAccessibleForFree": true } @@ -441,8 +441,8 @@

Try it locally.

# Linux x86_64 prebuilt (glibc 2.36+) curl -fsSL https://raw.githubusercontent.com/TerminallyLazy/Tree-Ring-Memory/main/install.sh | sh -s -- \ - --archive-url https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/download/v0.13.0/tree-ring-memory-0.13.0-linux-x86_64.tar.gz \ - --archive-sha256 76966ec89990c0d10ab933733b1d0f601beec343cb90b64ee7f0655672b10a6a + --archive-url https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/download/v0.14.0/tree-ring-memory-0.14.0-linux-x86_64.tar.gz \ + --archive-sha256 c72191aca81f195472272a1962df354fe0af04a08b01a7472a1faf987cd177fa # macOS ARM64 Homebrew tap brew tap TerminallyLazy/tree-ring diff --git a/docs/llms.txt b/docs/llms.txt index 735fc62..5394793 100644 --- a/docs/llms.txt +++ b/docs/llms.txt @@ -5,14 +5,14 @@ Website: https://terminallylazy.github.io/Tree-Ring-Memory/ Repository: https://github.com/TerminallyLazy/Tree-Ring-Memory -Launch release: https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/tag/v0.13.0 +Launch release: https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/tag/v0.14.0 Launch discussion: https://github.com/TerminallyLazy/Tree-Ring-Memory/discussions/27 Homebrew tap: https://github.com/TerminallyLazy/homebrew-tree-ring Feedback: https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26 Feed: https://terminallylazy.github.io/Tree-Ring-Memory/feed.xml License: MIT Status: protocol-preview -Current version: 0.13.0 +Current version: 0.14.0 ## Summary @@ -33,6 +33,7 @@ ideas stay as seeds. - Controlled workflow-proof artifacts with explicit model identity and exact structured-output checks. - Same-host multi-agent identity, scoped recall, and exact-retry idempotency. - Optional coordinator authorization for shared writes and lifecycle mutations. +- Project-local harness activation with receipt-backed readiness. - DOX and Revolve sync adapters. - Read-only agent-framework discovery. - Terminal onboarding and a Ratatui operator console. @@ -47,8 +48,8 @@ Linux x86_64 prebuilt install (glibc 2.36 or newer): ```bash curl -fsSL https://raw.githubusercontent.com/TerminallyLazy/Tree-Ring-Memory/main/install.sh | sh -s -- \ - --archive-url https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/download/v0.13.0/tree-ring-memory-0.13.0-linux-x86_64.tar.gz \ - --archive-sha256 76966ec89990c0d10ab933733b1d0f601beec343cb90b64ee7f0655672b10a6a + --archive-url https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/download/v0.14.0/tree-ring-memory-0.14.0-linux-x86_64.tar.gz \ + --archive-sha256 c72191aca81f195472272a1962df354fe0af04a08b01a7472a1faf987cd177fa ``` macOS ARM64 Homebrew install: @@ -90,7 +91,7 @@ writes are explicit. - Rust article: https://terminallylazy.github.io/Tree-Ring-Memory/launch/rust-native-agent-memory-cli.md - Press kit: https://terminallylazy.github.io/Tree-Ring-Memory/press-kit.md - Repository: https://github.com/TerminallyLazy/Tree-Ring-Memory -- Launch release: https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/tag/v0.13.0 +- Launch release: https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/tag/v0.14.0 - Launch discussion: https://github.com/TerminallyLazy/Tree-Ring-Memory/discussions/27 - Homebrew tap: https://github.com/TerminallyLazy/homebrew-tree-ring - Feedback issue: https://github.com/TerminallyLazy/Tree-Ring-Memory/issues/26 diff --git a/docs/press-kit.md b/docs/press-kit.md index 63e403e..556689f 100644 --- a/docs/press-kit.md +++ b/docs/press-kit.md @@ -23,10 +23,10 @@ DOX/Revolve adapters, framework discovery, and a terminal TUI. - Category: AI agents, developer tools, local-first software, Rust CLI - License: MIT - Status: protocol-preview -- Current version: 0.13.0 +- Current version: 0.14.0 - Website: - Repository: -- Launch release: +- Launch release: - Launch discussion: - Homebrew tap: - Feedback: @@ -47,6 +47,7 @@ Agent memory should age, not pile up. - Controlled workflow-proof artifacts with explicit model identity and exact structured-output checks. - Same-host multi-agent identity, scoped recall, and exact-retry idempotency. - Optional coordinator authorization for shared writes and lifecycle mutations. +- Project-local harness activation with receipt-backed readiness. - DOX and Revolve sync adapters. - Terminal onboarding and Ratatui operator console. diff --git a/marketing/README.md b/marketing/README.md index 4d1c600..3f83042 100644 --- a/marketing/README.md +++ b/marketing/README.md @@ -309,7 +309,7 @@ python3 marketing/scripts/build-campaign-cards.py - Repository: `https://github.com/TerminallyLazy/Tree-Ring-Memory` - Launch page: `https://terminallylazy.github.io/Tree-Ring-Memory/` -- Launch release: `https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/tag/v0.13.0` +- Launch release: `https://github.com/TerminallyLazy/Tree-Ring-Memory/releases/tag/v0.14.0` - Launch discussion: `https://github.com/TerminallyLazy/Tree-Ring-Memory/discussions/27` - Homebrew tap: `https://github.com/TerminallyLazy/homebrew-tree-ring` - Agent-Skills.md main repo listing: diff --git a/skills/tree-ring-memory/SKILL.md b/skills/tree-ring-memory/SKILL.md index f21eaaa..d67709c 100644 --- a/skills/tree-ring-memory/SKILL.md +++ b/skills/tree-ring-memory/SKILL.md @@ -1,7 +1,7 @@ --- name: tree-ring-memory description: Guides AI agents in using Tree Ring Memory for durable recall, project decisions, user preferences, warnings, future seeds, privacy-safe memory capture, and lifecycle-aware forgetting. -version: 0.13.0 +version: 0.14.0 tags: ["memory", "agents", "recall", "privacy", "projects", "dox", "revolve", "skills", "cli"] triggers: - "remember this"