delimit_diff_report
Generate a shareable API diff report with complete analysis, including policy evaluation, semver classification, and migration guide. Outputs standalone HTML or structured JSON for team review and compliance.
Instructions
Generate a shareable API diff report with full analysis.
Runs the complete pipeline (diff, policy evaluation, semver classification, spec health scoring, migration guide) and produces a self-contained HTML report or structured JSON. The HTML has inline CSS with no external dependencies -- open it in any browser.
Use this when teams need a shareable artifact for API review, PR comments, or compliance records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| old_spec | Yes | Path to the old (baseline) OpenAPI spec file. | |
| new_spec | Yes | Path to the new (proposed) OpenAPI spec file. | |
| output_format | No | "html" for a standalone HTML report, "json" for structured data. | html |
| output_file | No | Optional file path to write the report to disk. | |
| policy_file | No | Optional path to a .delimit/policies.yml file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||