diff --git a/CHANGELOG.md b/CHANGELOG.md index 72afb7d..f48e90c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 6.2.0 + +### Added + +- Added durable, merge-safe research claim ledgers and `createPersistentResearchDrivingDriver`, preserving corroboration, contradictions, deep questions, and round state across crashes, resumes, and concurrent workers. +- Exported the durable filesystem write primitives used by the reference store so other journaled consumers can reuse the same atomic, symlink-safe writes. + +### Fixed + +- Kept extracted claim evidence pending until its exact source registration is confirmed, and reconciled interrupted registrations on restart so absent sources cannot satisfy completion while registered sources are not lost. +- Routed knowledge indexes, research iteration events, and claim ledgers through the canonical store layout and one mutation-lock domain. + ## 6.1.11 ### Changed diff --git a/README.md b/README.md index edf4c84..fcb8a17 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Supply application callbacks for those decisions, or use `@tangle-network/agent- ## Install ```bash -pnpm add @tangle-network/agent-knowledge@6.1.11 @tangle-network/agent-eval@0.135.2 +pnpm add @tangle-network/agent-knowledge@6.2.0 @tangle-network/agent-eval@0.135.2 ``` Requires Node.js 20.19 or later. diff --git a/package.json b/package.json index 9129058..1e5b9ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tangle-network/agent-knowledge", - "version": "6.1.11", + "version": "6.2.0", "description": "Build, search, evaluate, and improve source-backed knowledge bases.", "homepage": "https://github.com/tangle-network/agent-knowledge#readme", "repository": {