edgegate_compare_runs
Compare two runs in the same pipeline to identify metric deltas, gate flips (regressions/recoveries), per-device breakdown, and overall verdict. Auto-selects recent passed run as baseline.
Instructions
Diff two EdgeGate runs in the same pipeline — metrics delta, gate flips (✓→✗ regressions and ✗→✓ recoveries), per-device breakdown, and an overall verdict (REGRESSION / IMPROVEMENT / NEUTRAL / NO BASELINE). When baseline_run_id is omitted, auto-selects the most recent PASSED run from the same pipeline as the baseline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Candidate run to evaluate | |
| workspace_id | Yes | ||
| baseline_run_id | No | Baseline to compare against. When omitted, auto-selects the most recent PASSED run from the same pipeline (excluding the candidate itself), or the most recent completed run as a fallback. |