pub fn list_all_memory_names(
project_dir: &Path,
global_dir: Option<&Path>,
topic: Option<&str>,
) -> Vec<(String, MemoryTier)>Expand description
List memory names from all tiers, returning (name, tier) pairs.
Entries from the global tier are prefixed with global/.