- Run:
npx delimit-cli lint --old openapi-v1.yaml --new openapi.yaml - Verify no unintended breaking changes were introduced
openapi-v1.yamlis the baseline spec (do not modify)openapi.yamlis the current spec (edit this one)- The GitHub Action in
.github/workflows/api-check.ymlruns on every PR - Breaking changes require semver MAJOR version bump