This repository demonstrates CodeRifts — an API contract enforcement engine that catches breaking changes on every pull request. Works with GitHub, GitLab, Bitbucket, and any CI/CD pipeline.
The PR contains an OpenAPI schema change that triggers a full governance report: risk score, breaking change detection, security analysis, auto-changelog, and migration cost estimate.
- Install CodeRifts on your own repos — free, zero config
- Open a PR that modifies an OpenAPI schema
- See the governance report posted as a PR comment
| Platform | How |
|---|---|
| GitHub App | Zero-config, one-click install |
| GitHub Actions | uses: coderifts/action@v1 |
| GitLab CI | CI/CD Catalog component |
| Bitbucket Pipelines | Docker pipe |
| REST API | Bearer token, any CI/CD system |
| CLI | npx coderifts diff |
Full integration docs: coderifts.com/integrations/