get_health_diff
Compare component health between branches to identify improvements or regressions with before and after scores.
Instructions
Compares health between the current branch and a base branch, returning before/after scores with improvement or regression verdict.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagName | Yes | The tag name of the component (e.g. "my-button"). | |
| baseBranch | No | The base branch to compare against (default: "main"). | |
| libraryId | No | The library ID to scope the health history lookup (default: "default"). |