MemoraX

Memory Layer Specification v0.2

Conceptual vendor-neutral specification for identity-preserving long-horizon intelligence

Version 0.2

Date 29 January 2026

Status Conceptual specification (non-implementation)

License MIT

This specification extends SPEC v0.1. Core primitives and philosophy remain unchanged. SPEC v0.2 adds scope clarification, lifecycle semantics, governance boundaries, and reference use cases.

1. Purpose

MemoraX defines the memory layer required for long-horizon intelligence.

Modern AI systems are episodic. They act, respond, and reset.

Even with large context windows, retrieval systems, and agent frameworks, most systems fail to remain the same system over time.

Long-horizon intelligence requires:

Storage remembers data. MemoraX remembers the system.

2. Position in the AI Stack

Without this layer, intelligence fragments into isolated episodes.

3. Core Principle

If the system restarts, is it still the same system?

If the answer is “no”, the system lacks long-horizon memory.

MemoraX exists to make the answer “yes”.

4. Scope and Non-Goals

4.1 What MemoraX Is

MemoraX governs what persists and how identity evolves over time.

4.2 What MemoraX Is Not

MemoraX does not replace reasoning, retrieval, or storage. It defines the continuity layer between them.

5. Canonical Primitives

5.1 Identity

An Identity represents a single continuous intelligent system.

Identity is not a user. It is the continuous self of an AI system.

5.2 Memory Objects

A memory object contains:

Memory objects are mutable components of an evolving system.

5.3 Continuity Graph

MemoraX organizes memory as a continuity graph.

Memory shapes future behavior.

6. Memory Lifecycle Semantics

Context → Candidate → Governance → Committed → Updated/Merged → Deprecated → Archived

  1. Context — transient
  2. Candidate Memory — eligible
  3. Committed Memory — persistent
  4. Updated Memory
  5. Merged Memory
  6. Deprecated Memory
  7. Archived Memory

This prevents silent identity corruption.

7. Core Operations

Deletion is a governance event.

8. Memory Governance

Without governance, persistence leads to drift.

9. Relationship to Retrieval and Storage

Retrieval is episodic. MemoraX is continuous.

Retrieval answers questions. MemoraX shapes behavior.

10. Reference Use Cases

11. Relationship to Implementations

MemoraX defines the abstraction layer. Implementations may vary.

12. Status

Conceptual. Vendor-neutral. Implementation-agnostic.

It defines the memory layer required for identity-preserving long-horizon systems.

Closing

The future remembers.
Intelligence compounds.
It starts with MemoraX.