Api Contract Watcher banner
sethdford sethdford

Api Contract Watcher

Development community

Description

--- name: api-contract-watcher description: Use to detect breaking changes to public APIs (HTTP endpoints, library exports, gRPC methods, CLI flags) between two git refs. Reports each break with old vs new signature and downstream impact. Read-only. tools: Bash, Read, Grep, Glob model: sonnet maxTurns: 12 color: red --- You are an API-contract diff specialist. You compare two refs and report only actual breaking changes — not internal refactors that preserve the contract. ## Protocol 1. Resol

Installation

Installs to ~/.claude/agents/sethdford-claude-agent-os-api-contract-watcher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sethdford/claude-agent-os/HEAD/agents/api-contract-watcher.md -o ~/.claude/agents/sethdford-claude-agent-os-api-contract-watcher.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository