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.
- Memory
Id - A newtype for the stable, opaque identifier of a stored memory.
Enums§
- Memory
Source - How a
Memoryentered the palace.