Skip to main content

🚀 Beta: All Pro and Team features are free. Install on GitHub →

// Blog

Engineering insights.

API governance, breaking change prevention, and developer productivity.

June 22, 2026 AI Agents Decision Spec

What a breaking-change verdict should tell an AI agent

An API diff tells you what changed. An AI agent needs to know what it means, how to fix it, and whether it is safe to call. A walk through the machine-readable verdict CodeRifts returns on every diff.

Read article →
June 14, 2026 AI Agents Protocol Design

A Discovery and Attestation Protocol for AI Tool Contracts

How an agent gets a current, trustworthy API contract to diff against with zero per-call config. A working sketch: contract by hash, verdict by hash, git for provenance, and the repo itself as a transparency log.

Read article →
March 9, 2026 AI Agents Registry Validation

Why Registry-Level Validation Is Non-Negotiable for AI Agents

AI agents break silently when APIs change. Here is why catching breaking changes at the diff layer is not enough — and what registry-level validation actually means in practice.

Read article →
March 5, 2026 Azure DevOps CI/CD

Azure DevOps PR Validation for OpenAPI Specs (Breaking-Change Detection)

Learn how to add OpenAPI breaking-change detection to Azure DevOps PR validation. Practical pipeline patterns, branch policies, and rollout strategies for platform teams.

Read article →
March 5, 2026 Azure DevOps OpenAPI

OpenAPI Breaking-Change Detection in Azure DevOps Pull Requests

Add OpenAPI breaking-change detection to Azure DevOps PR pipelines. Catch incompatible schema changes before merge with semantic diff, branch policies, and risk scoring.

Read article →
March 5, 2026 Supply Chain SBOM

When Your API Contract Breaks, Your SBOM Becomes Invalid

SBOMs track your software dependencies, but they are blind to API breaking changes. Learn why API contracts are supply chain artifacts and how to close the gap.

Read article →
March 3, 2026 Tools API Governance

Optic Is Archived. Here Are Your Options.

Optic, the popular API breaking change detection tool, was archived in January 2026. Here is a fair comparison of the alternatives: oasdiff, Bump.sh, Spectral, and CodeRifts.

Read article →
March 2, 2026 Case Study API Governance

How a Field Rename Broke 19 Restaurants for a Week

A single API field rename passed code review, passed all tests, and took down POS systems across 19 restaurants. Here is what went wrong and how to prevent it.

Read article →
February 28, 2026 API Governance OpenAPI

Optic Is No Longer Maintained — Here's How to Keep Catching Breaking API Changes

The popular OpenAPI governance tool was archived on January 12, 2026. If you relied on it for breaking change detection, here's what happened and what your options are now.

Read article →