pub const MEM_META_DIR: &'static str;Expand description
The per-mem engine-internal directory under a folder mem’s
root (<mem_root>/.memstead/ — config.json, changes.jsonl).
Defined in memstead-schema (mem-config loading lives there);
re-exported here as the mem-level home for the concept.
The per-mem engine-internal directory under a folder mem’s
root — <mem_root>/.memstead/ holds config.json and
changes.jsonl. Defined here (rather than in memstead-base)
because mem-config loading lives in this crate and memstead-base
depends on it; memstead-base re-exports the constant for
downstream consumers. Distinct from the workspace store directory
(memstead_base::WORKSPACE_STORE_DIR) and from the in-zip member
paths inside sealed archives (ARCHIVE_META_DIR), which are a
separate on-disk format and never use this constant.