pub fn load_consolidated_artifacts(
memory_root: &Path,
) -> Result<(Option<String>, Option<String>)>Expand description
Load <memory_root>/MEMORY.md and <memory_root>/memory_summary.md
if present. Either can be None if the file does not exist.