Skip to main content

Module memory

Module memory 

Source
Expand description

Memory palace domain types — the curated long-term memory surface.

These types are import-compatible with the pi-mempalace schema (see docs/HANDOFF.md §3 for the live SQLite schema). The store implementation lives in ijima-server; this module defines only the pure domain model so it can be shared by the server, miner, and client crates.

Structs§

Memory
A curated memory palace entry: the refined-metal output of either an explicit save or a mining pass.
MemoryId
A newtype for the stable, opaque identifier of a stored memory.

Enums§

MemorySource
How a Memory entered the palace.