pub fn run_resume(
base: &Path,
query: &str,
dry_run: bool,
fresh: bool,
) -> Result<()>Expand description
Backs loops resume: resolves the single matching loop and distills its
context via the LLM, serving from cache when possible. dry_run prints the
matched evidence without calling the LLM.