Features
Capabilities framed as platform outcomes.
Each feature is an MD file drawn from Memorix concepts. This page composes them.
Concurrency
Record revisions and stale-write conflicts
Writes carry an expected revision; stale writers cannot overwrite newer data.
Learn more →Relationships
Relationship definitions
A relationship definition is metadata describing allowed links — not a stored edge on a record.
Learn more →Memory
Sources and Memory
Sources feed Memory; Memory holds durable product records.
Learn more →Abstracts
Abstracts and bindings
An abstract is a virtual union projected through bindings — not stored rows.
Learn more →Intelligence
Intelligence proposals
Intelligence may propose metadata or actions but never auto-installs them.
Learn more →Revisions
Writes stay revision-safe
Lost updates when concurrent writers race.
Relationships
Navigate without copying neighbors
Confusing definitions with instances breaks traversal expectations.
Memory
Ingest sources, then promote through pipelines
Without a clear boundary, pipelines and storage blur.
Safe without approval
- ✓Read / list / traverse
- ✓Effective metadata inspect
- ✓Plan and explain
Needs human approval
- !Intelligence proposals
- !Destructive undo
- !Production deploy paths