check_breaking_changes
Scan all web components for breaking changes by comparing the current branch against a base branch. Get a per-component summary with status indicators.
Instructions
Run a breaking-change scan across ALL components in the CEM, comparing the current branch against a base branch. Returns a per-component summary with emoji status indicators.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| libraryId | No | Optional library ID to target a specific loaded library instead of the default. | |
| baseBranch | Yes | The git branch or ref to compare against (e.g. "main"). |