check-compiler-errors · git:20260217.b21ab16 · 2026-02-17 · sha256 1ad76beccd581fc2

check-compiler-errors git:20260217.b21ab16A

Immutable. This exact content is served forever at /api/v1/blob/1ad76beccd581fc2.

---
name: check-compiler-errors
description: Run compile and type-check commands and report failures
---

# Check compiler errors

## Trigger

Compile or type-check failures are blocking local validation or CI.

## Workflow

1. Run the repo's compile and type-check commands.
2. Summarize errors by file and type.
3. Fix the highest-confidence issues first.
4. Re-run checks until clean or blocked.

## Output

- Current compile and type-check status
- Error summary grouped by file and category
- Fixes applied and remaining blockers