Skip to content

hypermnesic v0.1.0

Choose a tag to compare

@leonardsellem leonardsellem released this 14 Jun 16:53

hypermnesic v0.1.0

hypermnesic is a markdown-native, git-as-source-of-truth memory layer for agents. It
keeps files as the durable record, projects them into a rebuildable hybrid retrieval
index, serves recall over MCP, and gates writes through auditable git commits.

Why this release matters

  • Local proof first: hypermnesic local-proof demonstrates source-grounded recall and
    a dry-run commit_note diff in a generated local vault.
  • One public OAuth MCP lane: remote clients share one OAuth-secured /mcp endpoint,
    with read tools always available and the git-first write tool controlled by scope.
  • Owner controls: setup/status diagnostics, client grant inspection/revocation, and
    memory-control commands expose operational state without printing secrets.
  • Product evidence: the release carries deterministic product smoke tests, real-client
    smoke evidence, and LongMemEval benchmark evidence. The public claim is limited to the
    recorded benchmark setup and readiness gates.
  • Public project surface: community docs, security reporting docs, architecture and
    reference docs, launch checklists, and the separate GPL-3.0 Obsidian companion release
    are in place.

Evidence

  • LongMemEval V1 _s benchmark evidence is documented in harness/BENCHMARKS.md.
  • Release-readiness gates are documented in docs/launch/first-class-product-readiness-checklist.md.
  • Remote-client smoke expectations are documented in docs/guides/remote-client-smoke-checklist.md.
  • Changelog details are in CHANGELOG.md.

What is next

  • Complete the main repository visibility flip after the git-history and security-setting
    gates are satisfied.
  • Submit external listings only after the repository is public and install paths resolve
    for new users.
  • Continue improving degraded lexical-only client behavior and setup diagnostics based on
    real-client smoke feedback.