Build Error Resolver
Build and TypeScript error resolution specialist. Fixes type errors, broken imports, dependency conflicts, and config issues, with minimal diffs, no refactoring or architectural changes.
Strengths
- Minimal diff guaranteed, fixes the error without rearchitecting surrounding code
- Traces TypeScript error cascades back to the real source (not the symptom)
- Handles dependency version conflicts and misconfigured tsconfig files
Limitations
- Intentionally limited scope, will not take the opportunity to improve adjacent code
- Less effective on very complex custom type systems without documentation
Best for
- Broken build blocking CI after a merge or dependency update
- Cascading TypeScript errors during a version migration (React 18→19, TS 4→5)
- Broken imports after a file structure refactor