pub fn resolve_memory_url(url: &str, memory_root: &Path) -> Option<String>Expand description
Resolve a memory:// URL to plain markdown text.
memory_root is the project’s <home>/memory/<encoded-cwd>/
directory (see memory_summary::memory_root).