Newv1.9.0 — drift catches deprecated code your agent would've missed.View changelog →
Code changes. Docs don't. Drift catches it.
For agents:
The actual commands and output — four things drift catches every day.
Someone told your docs to call a method that's already dead. Drift catches it and tells you exactly what to use instead.
$ drift lint clarinet-sdk --docs guides/ prose-deprecated-reference guides/simulate-transactions.md:42 simnet.runSnippet(...) is deprecated → use simnet.execute(command) instead
Wire drift into CI and every pull request gets checked automatically.
$ drift ci ✕ 2 issues found packages/sdk/scan.ts — missing @param docs guides/quickstart.md — example is out of date → posting summary to PR #482