fix-ci · git:20260217.b21ab16 · 2026-02-17 · sha256 4532bd09d5e6191d
fix-ci git:20260217.b21ab16A
Immutable. This exact content is served forever at /api/v1/blob/4532bd09d5e6191d.
--- name: fix-ci description: Find failing CI jobs, inspect logs, and apply focused fixes --- # Fix CI ## Trigger Branch CI is failing and needs a fast, iterative path to green checks. ## Workflow 1. Identify the latest run for the current branch. 2. Inspect failed jobs and extract the first actionable error. 3. Apply the smallest safe fix. 4. 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