tokmd-context-git
Rank files for context selection using git churn signals.
Problem
Use this crate when you want a small, deterministic way to rank files by hotspot and commit-count pressure for context or handoff bundles.
What it gives you
GitScoreswithhotspotsandcommit_countscompute_git_scoresbehind thegitfeatureNonefallback when git support is disabled or unavailable- shared path normalization via
tokmd-path
Quick use / integration notes
[]
= { = true }
Enable the git feature when you want churn-backed ranking; leave it off for
lightweight builds.
Go deeper
Tutorial: Root README How-to: Recipes Reference: Source Explanation: Architecture