audit_breaking_changes
Compare current API routes against a saved baseline to detect breaking changes like removed endpoints, methods, or altered parameters. Saves a baseline on first run.
Instructions
Compare current API routes against a saved baseline to detect breaking changes: removed endpoints, removed methods, changed parameters, removed validation or auth. Saves a baseline on first run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project root directory | |
| saveBaseline | No | If true, saves the current state as the new baseline after comparison |