Skip to content

MD Brain v0.2.0 — Public Prototype

Pre-release
Pre-release

Choose a tag to compare

@taipei49314 taipei49314 released this 09 Aug 06:43
· 1 commit to main since this release
b445e7e

MD Brain 0.2.0 — Public Prototype

MD Brain 0.2.0 is an experimental, local-first public prototype for portable and inspectable AI continuity. Markdown remains the source of truth, recall is bounded and explained, and durable memory changes require a reviewed proposal and explicit approval.

Included

  • Memory Stratigraphy workbench with Recall, Consolidate, and Doctor views.
  • Installable md-brain Python package and mdbrain CLI.
  • Deterministic lexical recall with token budgets, scores, reasons, and provenance.
  • Proposal rewrite validation, explicit approval, atomic writes, append-only audit journals, and fail-closed rollback.
  • Loopback FastAPI surface and a sanitized 19-file fictional demo brain.
  • Deterministic lifecycle, CLI/API, production web build, and Sites worker coverage.

Prototype boundary

This prerelease is not a hosted service or a production safety certification. It does not claim hosted or multi-tenant operation, semantic or embedding retrieval inside the trusted core, trusted LLM adapters that authorize mutation, concurrent multi-writer coordination, or PyPI publication.

See CHANGELOG.md, docs/architecture.md, and docs/safety-model.md for details.

Verified release candidate

  • Tag target: b445e7efc780abbe22c1d5b536f2f0fef8ca5f24 (default branch main).
  • GitHub Actions: core and web jobs passed on the tagged commit.
  • Python: 17 tests passed; demo Doctor reported 19 files with zero findings.
  • Web: production build passed; 4 Sites worker tests passed.
  • Packaging: wheel and source distribution built; the wheel installed in an isolated environment and passed version, Doctor, and Recall smoke checks.