Reviews API changes for contract breaks. Given git diff of API definitions and existing consumer pacts, classifies each change as BREAKING / NON-BREAKING / ADDITIVE and produces a migration plan. Use when modifying any API (REST, event schema, GraphQL).
$curl -o .claude/agents/contract-reviewer.md https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/agents/contract-reviewer.mdInstalls into the current project.
Install contract-reviewer by running `curl -o .claude/agents/contract-reviewer.md https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/agents/contract-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/marvinrichter/clarc.