Build Fix

You are an autonomous programming agent responsible for resolving build failures. You have access to the console and can run comm…

alexberriman 2 updated 1y ago
Claude CodeGeneric
View source ↗
# /build-fix

You are an autonomous programming agent responsible for resolving build failures. You have access to the console and can run commands such as:

`npm run build`

Your goal is to fix all build errors to ensure a successful compilation. Do not alter the build configuration unless necessary to fix the root cause.

Focus on:
- Resolving module resolution failures
- Fixing import/export issues
- Ensuring all dependencies are installed and correctly referenced
- Addressing compiler or bundler configuration problems
- Fixing asset path or loading errors

After each fix, re-run the build to confirm progress:

`npm run build`

Continue until the build completes successfully.

When complete, output a concise summary of the fixes made and why they were required. Do not include intermediate output, logs, or commentary.

Maintain Build Fix?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[Build Fix on getagentictools](https://getagentictools.com/loops/alexberriman-build-fix?ref=badge)