I write a lot of READMEs. I ship faster than I document. I work with AI agents that write code in seconds and READMEs in minutes, and somewhere between the first commit and the third refactor, the README I wrote on Tuesday stops matching the code I wrote on Friday. The install command says npm start . The package.json defines start:prod . Anyone copying that command would have failed instantly. I'd never know. This weekend, for the Replit 10 Year Buildathon , I built README Clew — a tool that audits your own GitHub repo for drift between what your README claims and what your code actually does. Findings only. No rewrites. No grading. Nothing saved. README Deployed Try it → Github Repo GitHub → How it works Paste a public GitHub repo URL.…