tokmd-context-git 1.7.2

Git-derived hotspot and churn scoring for context ranking.
Documentation
1
2
3
4
5
6
7
8
9
10
# tokmd-context-git

Git-derived scoring primitives for context ranking workflows.

This crate provides:

- `GitScores`: per-file hotspot and commit-count maps
- `compute_git_scores()`: history-backed score computation with graceful fallback when git support is disabled

It is used by the `tokmd` context and handoff commands.