Skip to content

Releases: jrcruciani/obsidian-memory-for-ai

v3.0.0-rc.1 — Atomic Markdown Memory

Pre-release

Choose a tag to compare

@jrcruciani jrcruciani released this 11 May 09:17

Atomic Markdown Memory v3 RC

This pre-release introduces the v3 reference implementation for local-first, portable AI memory in plain Markdown.

Highlights

  • Adds SPEC-v3.md for Atomic Markdown Memory.
  • Adds examples/v3-minimal-vault/ as the v3 reference vault.
  • Introduces atomic semantic facts in memory/facts/.
  • Introduces append-only episodic records in memory/events/.
  • Adds portable YAML schemas in memory/schema/.
  • Adds generated materialized views under memory/_views/.
  • Adds cooperative write staging via memory/_inbox/ and compaction tooling.
  • Adds local tools for linting, querying, reflection, compaction, and rebuilding views.
  • Adds lightweight schemas for narrative person, project, and context notes.

Status

Marked as a release candidate because SPEC-v3.md is still framed as an RFC/draft. v2 remains available through examples/minimal-vault/.