07:13
2026-09-19
dev.to
developer-tools
Your OpenAPI spec is a contract. Nobody is checking it. I built a CLI that detects spec↔code drift with zero dependencies.
A developer built oas-drift, a zero-dependency Python CLI that detects drift between an OpenAPI spec and a Python codebase by statically analyzing routes with the ast module. The tool reports three dr…