diffctx 0.1.0

Smart git diff context for LLMs — name-reservation stub. Working implementation ships as the Python package `treemapper`; a native Rust library is planned for the 1.0 series.
Documentation
# diffctx

Smart git diff context for LLMs. **Name-reservation stub** on crates.io.

The working implementation currently ships as the Python package
[`treemapper`](https://pypi.org/project/treemapper/). A native Rust library
release is tracked at <https://github.com/nikolay-e/diffctx>.

## What it does (eventually)

`diffctx` selects the minimum set of code fragments needed for an LLM to
understand a git change. Personalized PageRank over a code dependency
graph, seeded from changed lines, plus lazy-greedy fragment selection
under a token budget.

## Status

- **0.x** — name reservation. Public API is intentionally tiny.
- **1.x** (planned) — full library API.