Skip to content

MemAuthority v1.3.1

Choose a tag to compare

@iasi777 iasi777 released this 30 Aug 03:18
· 10 commits to main since this release

MemAuthority v1.3.1 is the current stable release of the Git-backed, conflict-safe long-term memory authority for AI agents via MCP.

Highlights:

  • memauthority is the primary CLI, with v-memory retained as a v1 compatibility command.
  • MCP implementation identity is MemAuthority / 1.3.1.
  • Git-backed Authority preserves auditable history while CAS, idempotency, transaction journaling, and recovery protect memory updates from stale writes, retries, and interruptions.
  • Runtime metadata remains optional and progressive: ordinary single-machine setups keep the smaller default surface, while existing runtime-aware Vaults remain compatible.
  • Preferred MEMAUTHORITY_* environment variables coexist with legacy VM_* aliases.
  • Linux, macOS, Windows, and Linux/ARM64 build paths are validated in CI.
  • Frozen-contract manifest integrity and runtime MCP snapshot checks protect the public compatibility surface from accidental drift.

Install the primary CLI:

go install github.com/iasi777/v-memory/cmd/memauthority@v1.3.1

Existing automation may continue using the compatibility CLI:

go install github.com/iasi777/v-memory/cmd/v-memory@v1.3.1

The v1.x Go module identity intentionally remains github.com/iasi777/v-memory for compatibility even though the canonical repository and product name are now MemAuthority.

Maintenance note:

  • v1.3.1 removes maintainer-specific production deployment workflow metadata from the public source/module distribution. No credential values were exposed, and this change does not alter the product runtime, Vault format, MCP tool/resource schema, CLI command surface, or v1.x module compatibility.
  • v1.3.0 was already published and cached by the Go module proxy before that cleanup; it remains an immutable historical archive and is marked as superseded by v1.3.1.

Release identity:

  • source baseline: 532034f4d0dbbe5f59437f8ab1a1015b195b4eb0
  • freeze commit: 3bb4933685e138839ff1c0279be3fb3f0ab83de7
  • contract identity: 79036ecac337e51cff679a09477bdbdba248c975d11c613e1892dd002092e94c
  • baseline CI: 33289714731
  • freeze CI: 33289841521

The current frozen public contract is docs/contract/v1.3.1/; earlier released contract snapshots remain immutable.