pub fn active_files_for_context(root: &Path) -> Vec<String>Expand description
Most-active files for repo context, using wcgw’s scoring: reads*2 + edits + writes, top 5 (see repo_context.py:222-238). Kept separate from
active_files so the standalone status view can use its own weighting.