pol_diff
Compare two check runs to identify checksum, status, and step-level changes. Track infrastructure drift over time.
Instructions
Compare two check runs to see what changed.
Shows checksum changes, status changes, and step-level differences. Useful for tracking infrastructure drift over time.
Args: result_a: Path to first result JSON result_b: Path to second result JSON
Returns: Diff showing what changed between runs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result_a | Yes | ||
| result_b | Yes |