7 projects
runproof
Run coding-agent work unattended in an isolated git worktree, and refuse to accept it unless it passes the checks you declared.
contextcost
Measure what a repository costs an AI coding agent to read, find what is wasting that budget, and prove the saving by re-measuring.
jsonxray
See what is actually inside a JSON Lines file, including the parts that don't match the rest.
evalint
Audit an LLM eval set the way you would audit an exam: what it can measure, what is dead weight, and which items are broken.
willitbreak
Will this dependency upgrade break code you actually wrote? Diffs two versions of a package's API and reports only the changes that hit your call sites.
termscope
A live oscilloscope for serial data, in your terminal.
slowimports
Find out why your Python program is slow to start, and what to do about it.