pub fn fetch_readme(repo: &str) -> Result<String, String>
Fetch a repo’s README and compact it to a short headline gist. This is the only drill that costs a request, and it’s shortlist-only by design.