Fix CI
Trigger
Branch CI is failing and needs a fast, iterative path to green checks.
Workflow
-
Identify the latest run for the current branch.
-
Inspect failed jobs and extract the first actionable error.
-
Apply the smallest safe fix.
-
Re-run CI and repeat until green.
Guardrails
-
Fix one actionable failure at a time.
-
Prefer minimal, low-risk changes before broader refactors.
Output
-
Primary failing job and root error
-
Fixes applied in iteration order
-
Current CI status and next action