Skip to content
This repository was archived by the owner on Aug 14, 2026. It is now read-only.

Nuzo 1.2.0

Latest

Choose a tag to compare

@fabionfsc fabionfsc released this 14 Aug 21:41
· 1 commit to main since this release
558a0c2

Nuzo 1.2.0 is the final planned release of the local-first, auditable memory layer for Codex, Claude Code, and MCP-compatible agents.

Highlights

  • Adds explicit, WAL-safe SQLite FTS drift repair with validated backup and post-repair integrity evidence.
  • Adds authorized batched relation hydration, bounded content-free relation governance review, and an explicit project-scope rehome plan/apply workflow.
  • Hardens terminal, JSON, MCP, host-hook, and Markdown rendering of untrusted stored content, including C0/C1, bidirectional, and structural controls while preserving lossless JSON values.
  • Records final architecture decisions for local-store encryption and capture-confirmation binding without overstating trust guarantees.
  • Refreshes the dependency and release supply chain, including checksum-pinned official MCP Registry publisher 1.8.1.
  • Closes the final issue set and documents the end-of-maintenance and downstream-fork posture.

Install

npm install --global @nuzo/memory@1.2.0
nuzo setup

Library users can install @nuzo/memory-core@1.2.0. MCP Registry and generated host artifacts resolve the unified @nuzo/memory@1.2.0 runtime; the Registry distribution is @nuzo/memory-mcp@1.2.0.

Compatibility

  • Node.js 22 LTS and 24 LTS.
  • Installed-artifact CI covers Linux x64, macOS x64, and Windows x64 on both supported Node.js lines.
  • Default retrieval remains local SQLite FTS; semantic retrieval is optional and explicitly provisioned.

Security and provenance

All active npm packages are published through GitHub Actions trusted publishing with npm provenance from one reviewed, commit-bound artifact. The matching MCP Registry version, npm integrity values, and validation evidence are independently verifiable from the public registries and release workflow.

The npm and MCP Registry release is bound to retained dry-run workflow 31842978125 at source commit 558a0c2ca21e609b5f74c04d72846877229e1b22, artifact-manifest SHA-256 0ba5a53011f7fb7a4e0ba910c53ce609f2ca2f41e10d64a7ae7663e5083c04c9.

Maintenance status

This is the final planned upstream release. The repository is archived after publication and final validation. Existing packages and documentation remain available, but no ongoing compatibility, support, or security-response commitment is made. Forks are welcome under the repository license.

See CHANGELOG.md for the complete change list and migration context.