pub fn derive_config(repo: &str) -> (Vec<String>, Vec<String>)Expand description
Auto-derive relevance keywords + stack from the seed repo itself, so a
caller can screen_stargazers(repo) with no hand-tuned config. Topics
and significant description words become keywords; the top languages
(by bytes) become the stack. Returns (keywords, stack); empty on error.