pub fn find_by_description(
subagents_dir: &Path,
description: &str,
) -> Option<SubagentEntry>Expand description
Find the subagent whose meta description matches. On duplicates (a retry
within the same run), returns the most-recently-written transcript.