context debt /ˈkɒn.tekst det/ · n. — the expired code your AI reads, and you pay for, every day
Workarounds for bugs fixed upstream years ago. Polyfills for browsers you dropped. Retries tuned for defaults that no longer exist. The reason died — the code stayed. Now your agents read it on every task, learn from it, and bill you for it.
The Context Debt Report — 50 famous repos, every finding with receipts. No spam, ever.
npx contextdebt
Receipts
Every finding comes with an evidence chain: the commit that created it, the upstream cause, and the proof that the cause is dead.
How it works
We read your git history, PRs and issues to find code that exists because of an external constraint — and record exactly what condition would make it unnecessary.
Changelogs, releases and upstream fixes — matched against the versions you actually run. When a workaround's reason dies, you hear about it. Not before.
Every removal proposal ships with its receipts: origin commit, upstream cause, proof the cause is dead, and your own test suite passing without it.