pub fn archive_facts(facts: &[KnowledgeFact]) -> Result<(), String>Expand description
Archive evicted facts (lossless). Facts keep the legacy global archive root
for backward compatibility; the generic multi-store archive lives in
crate::core::memory_archive.