Releases: jrcruciani/obsidian-memory-for-ai
Releases · jrcruciani/obsidian-memory-for-ai
Release list
v3.0.0-rc.1 — Atomic Markdown Memory
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.mdfor 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, andcontextnotes.
Status
Marked as a release candidate because SPEC-v3.md is still framed as an RFC/draft. v2 remains available through examples/minimal-vault/.