sentinel_diff
Compare two integrity snapshots to catch regressions after a refresh, ranking alerts by severity and diagnosing causes and fixes. Flags reports as untrustworthy when status fails.
Instructions
Sentinel: compare two integrity snapshots (before vs after a refresh) and raise ranked alerts on any regression - a whole category dropped to zero, a table's rows collapsed, the grand total fell, a measure started erroring. Explains the likely cause and proposes the fix. status=fail means a report is now WRONG - do not trust the refresh. Pure/headless (two snapshot files).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| afterPath | Yes | path to the AFTER snapshot JSON | |
| beforePath | Yes | path to the BEFORE snapshot JSON |